Files
nats-python/openapi_templete/node_modules/@asyncapi/specs/definitions/1.1.0/serverVariable.json
T
2026-06-01 13:17:37 +02:00

28 lines
666 B
JSON

{
"type": "object",
"description": "An object representing a Server Variable for server URL template substitution.",
"minProperties": 1,
"additionalProperties": false,
"patternProperties": {
"^x-": {
"$ref": "http://asyncapi.com/definitions/1.1.0/vendorExtension.json"
}
},
"properties": {
"enum": {
"type": "array",
"items": {
"type": "string"
},
"uniqueItems": true
},
"default": {
"type": "string"
},
"description": {
"type": "string"
}
},
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://asyncapi.com/definitions/1.1.0/serverVariable.json"
}