-
-
Notifications
You must be signed in to change notification settings - Fork 308
Closed
Description
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
...