fix: parse payload and headers of messages defined in operation.channel with non-default parsers#1171
fix: parse payload and headers of messages defined in operation.channel with non-default parsers#1171glowcloud wants to merge 2 commits into
Conversation
|
There was a problem hiding this comment.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide 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.
|



Description
Fixes an issue where non-default parsers did not parse payload and headers schemas if the message containing them was defined only under operation.channel. This affected resolved definitions that inline resolved objects and caused the
@asyncapi/react-componentnot to render these fields.Before:

After:

Related issue(s)
Fixes #1099