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
When I generate HTML from asyncapi specification referencing Avro schema with unions, I get unexpected "Adheres to undefined.... Or to undefined...." construct.
To reproduce bug create file "OuterRecord.avsc" with schema:
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.
Description
When I generate HTML from asyncapi specification referencing Avro schema with unions, I get unexpected "Adheres to undefined.... Or to undefined...." construct.
To reproduce bug create file "OuterRecord.avsc" with schema:
and file "asyncapi.yaml" with specification:
then generate HTML using
Expected result
In section
Messages.Payload.innerRecord
I expect to see "Adheres to InnerRecord1 .... Or to InnerRecord2 ...."Actual result
I get "Adheres to undefined.... Or to undefined...."
The text was updated successfully, but these errors were encountered: