Skip to content

AsyncAPI: schemaFormat and additional specifications #1075

Open
@char0n

Description

@char0n

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions