13 lines
341 B
JSON
13 lines
341 B
JSON
{
|
|
"type": "object",
|
|
"propertyNames": {
|
|
"type": "string",
|
|
"format": "uri-template",
|
|
"minLength": 1
|
|
},
|
|
"additionalProperties": {
|
|
"$ref": "http://asyncapi.com/definitions/2.4.0/channelItem.json"
|
|
},
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "http://asyncapi.com/definitions/2.4.0/channels.json"
|
|
} |