Befor generating
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"description": "An object representing multiple servers.",
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://asyncapi.com/definitions/2.5.0/Reference.json"
|
||||
},
|
||||
{
|
||||
"$ref": "http://asyncapi.com/definitions/2.5.0/server.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "http://asyncapi.com/definitions/2.5.0/servers.json"
|
||||
}
|
||||
Reference in New Issue
Block a user