Closed AceTheCreator closed 11 months ago
When trying to retrieve the list of Operations, Parser fails to return Operations with traits
traits
add traits to any of your Operations, and try retrieving the list of Operations available
example file: https://raw.githubusercontent.com/asyncapi/spec/next-major-spec/examples/streetlights-kafka-asyncapi.yml
The parser should return the list of Operations available
cc @smoya
This is gonna be solved by solving https://github.com/asyncapi/parser-js/issues/856, using it for triage.
Describe the bug
When trying to retrieve the list of Operations, Parser fails to return Operations with
traits
How to Reproduce
add traits to any of your Operations, and try retrieving the list of Operations available
example file: https://raw.githubusercontent.com/asyncapi/spec/next-major-spec/examples/streetlights-kafka-asyncapi.yml
Expected behavior
The parser should return the list of Operations available
cc @smoya