@asyncapi/specs
Version:
AsyncAPI schema versions
16 lines • 513 B
JSON
{
"type": "object",
"description": "A map between a variable name and its value. The value is used for substitution in the server's URL template.",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.6.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.6.0/serverVariable.json"
}
]
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/2.6.0/serverVariables.json"
}