@asyncapi/specs
Version:
AsyncAPI schema versions
13 lines • 349 B
JSON
{
"type": "object",
"propertyNames": {
"type": "string",
"format": "uri-template",
"minLength": 1
},
"additionalProperties": {
"$ref": "http://asyncapi.com/definitions/2.0.0-rc2/channelItem.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/2.0.0-rc2/channels.json"
}