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
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.
Describe the bug
Sample message in the examples section are not getting generated
How to Reproduce
Add an inline avro schema
Reference it in the channel message for the kafka payload
Examples for payload are not generated
Screenshots
messages: TestMessage: headers: type: object properties: inoviceNumber: description: Invoice number type: string example: INV2000 payload: $ref: '#/components/schemas/testSchema'
Expected behavior
Examples generated for payloads based on schema similar to json/object payloads
The text was updated successfully, but these errors were encountered: