@asyncapi/specs
Version:
AsyncAPI schema versions
20 lines (19 loc) • 570 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.1.0/channels.json",
"description": "An object containing all the Channel Object definitions the Application MUST use during runtime.",
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.1.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.1.0/channel.json"
}
]
},
"example": {
"$ref": "http://asyncapi.com/examples/3.1.0/channels.json"
}
}