Describe the bug
The Parser fails to work when I have message bindings in my asyncapi v3 file
How to Reproduce
Add a binding to any of your messages
You can use this adeo example https://github.com/asyncapi/spec/blob/next-major-spec/examples/adeo-kafka-request-reply.yml
Expected behavior
If it's not gonna work which I expect it to work, then I expect the Parser to return an error instead of undefined
cc @smoya
Describe the bug
The Parser fails to work when I have message bindings in my asyncapi v3 file
How to Reproduce
Add a binding to any of your messages
You can use this adeo example https://github.com/asyncapi/spec/blob/next-major-spec/examples/adeo-kafka-request-reply.yml
Expected behavior
If it's not gonna work which I expect it to work, then I expect the Parser to return an error instead of
undefinedcc @smoya