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

15 lines
383 B
JSON

{
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.5.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.5.0/serverVariable.json"
}
]
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/2.5.0/serverVariables.json"
}