We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
When writing a document, specifically when adding new properties to an object, the library throws an error
Expected result
ignore properties when invalid
Actual result
Steps to reproduce
asyncapi: '2.0.0' id: 'urn:myapi' info: title: My API version: '1.0.0' channels: mychannel: publish: message: $ref: '#/components/messages/testMessage' components: messages: testMessage: payload: $ref: '#/components/schemas/testSchema' schemas: testSchema: type: object properties: name: type: string order: type: object properties: name: type: string activity: type: object properties: name:
Troubleshooting
This is the validatedSchema returned from AsyncApi.tsx
The text was updated successfully, but these errors were encountered:
I have a fix for this too, I'll send it after #67 gets fixed
Sorry, something went wrong.
fix asyncapi#69
e846942
Fixed with #68 This week new version of the package will be released
No branches or pull requests
Description
When writing a document, specifically when adding new properties to an object, the library throws an error
Expected result
ignore properties when invalid
Actual result
Steps to reproduce
Troubleshooting
This is the validatedSchema returned from AsyncApi.tsx
The text was updated successfully, but these errors were encountered: