Closed YuriiKondratov closed 3 months ago
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.
:tada: This issue has been resolved in version 2.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
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...."