Open
Description
Message Object
and Message Trait Object
can defined a field called schemaFormat
. This allows to define a format/language for a payload
field. AsyncAPI 2.2.x spec mandates that we MUST support following formats:
- AsyncAPI 2.2.0 Schema Object
- JSON Schema Draft 07
The specification further specify that it RECOMMENDS to support following formats:
- Avro 1.9.0 schema
- OpenAPI 3.0.0 Schema Object
- RAML 1.0 data type
We currently only support AsyncAPI 2.2.0 Schema Object
. If other schemaFormat
is specified the result of parsing is generic ApiDOM object element.