Skip to content

Gitter streaming example is incorrect #205

@fmvilas

Description

@fmvilas

Gitter streaming example is incorrect: https://github.com/asyncapi/asyncapi/blob/master/examples/next/gitter-streaming.yml#L53

Instead of:

payload:
  'application/schema+json;version=draft-07':
    type: object
  ...

It should be:

schemaFormat: 'application/schema+json;version=draft-07'
payload:
  type: object
  ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions