@asyncapi/specs
Version:
AsyncAPI schema versions
19 lines • 516 B
JSON
{
"description": "The Servers Object is a map of Server Objects.",
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/2.6.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/2.6.0/server.json"
}
]
},
"example": {
"$ref": "http://asyncapi.com/examples/2.6.0/servers.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/2.6.0/servers.json"
}