Christopher Carlile
Results
1
issues of
Christopher Carlile
When rendering an enum schema, `AsyncAPI.toYaml` returns something like this: ``` components: schemas: MyEvent: oneOf: - $ref: '#/components/schemas/MyEvent1' - $ref: '#/components/schemas/MyEvent2' - $ref: '#/components/schemas/MyEvent3' discriminator: propertyName: eventType mapping: MyEvent1: '#/components/schemas/MyEvent1'...