You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you upload this to https://studio.asyncapi.com/, you can see the issues. The payload of the schema is not what it expects... I believe with the "schemaFormat": "application/vnd.apache.avro;version=1.9.0", it should be something like this...
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Describe the bug.
I have a very basic AsyncAPI file
This references an avro schema:
When I use the parser, I want to get a generated document (with refs parsed), which is working, but the output is not a valid AsyncAPI file?
If you upload this to https://studio.asyncapi.com/, you can see the issues. The payload of the schema is not what it expects... I believe with the
"schemaFormat": "application/vnd.apache.avro;version=1.9.0",
it should be something like this...Not sure I'm doing something wrong? But how can I tell the parser to use the
x-parser-original-payload
in the output of the document?Expected behavior
See above
Screenshots
N/A
How to Reproduce
Explained above.
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
None
The text was updated successfully, but these errors were encountered: