@asyncapi/specs
Version:
AsyncAPI schema versions
16 lines • 459 B
JSON
{
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.0.0-rc1/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/2.0.0-rc1/parameters.json"
}