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
Clone https://github.com/HansMartinJ/eventcatalog-sample-schema-generation-bug
Download schema http://localhost:3000/generated/services/service/service.yaml
The spec has duplicate schema definitions in channels and operations
operations only has something like
channel: $ref: '#/channels/target'
No response
May prevent asyncapi visualiser from working correctly (but may also be issue with avro) Go to http://localhost:3000/docs/services/service/1.0.0/asyncapi
Look at both operations
Only light/measuredjson has expandable schema
2.12.0, generator: 2.5.1
v23.1.0
The text was updated successfully, but these errors were encountered:
Config:
asyncAPI: { renderParsedSchemas: false // default is true }, saveParsedSpecFile: true, parseSchemas: false, debug:true
Sorry, something went wrong.
No branches or pull requests
I tried this:
Clone https://github.com/HansMartinJ/eventcatalog-sample-schema-generation-bug
Download schema
http://localhost:3000/generated/services/service/service.yaml
This happened:
The spec has duplicate schema definitions in channels and operations
I expected this:
operations only has something like
Is there a workaround?
No response
Anything else?
May prevent asyncapi visualiser from working correctly (but may also be issue with avro)
Go to http://localhost:3000/docs/services/service/1.0.0/asyncapi
Look at both operations
Only light/measuredjson has expandable schema
EventCatalog Version
2.12.0, generator: 2.5.1
Node.js Version
v23.1.0
Platform(s)
No response
Community Notes
The text was updated successfully, but these errors were encountered: