Skip to content

Commit

Permalink
Update servers.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Nov 8, 2023
1 parent 6503d49 commit 32c6f17
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions definitions/3.0.0/servers.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"description": "An object representing multiple servers.",
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/server.json"
}
]
},
"example": {
"$ref": "http://asyncapi.com/examples/3.0.0/servers.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/servers.json"
}
"description": "An object representing multiple servers.",
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/server.json"
}
]
},
"example": {
"$ref": "http://asyncapi.com/examples/3.0.0/servers.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/servers.json"
}

0 comments on commit 32c6f17

Please sign in to comment.