We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f264fb commit 38ec3d6Copy full SHA for 38ec3d6
definitions/2.5.0/serverVariables.json
@@ -1,7 +1,14 @@
1
{
2
"type": "object",
3
"additionalProperties": {
4
- "$ref": "http://asyncapi.com/definitions/2.5.0/serverVariable.json"
+ "oneOf": [
5
+ {
6
+ "$ref": "http://asyncapi.com/definitions/2.5.0/Reference.json"
7
+ },
8
9
+ "$ref": "http://asyncapi.com/definitions/2.5.0/serverVariable.json"
10
+ }
11
+ ]
12
},
13
"$schema": "http://json-schema.org/draft-07/schema#",
14
"$id": "http://asyncapi.com/definitions/2.5.0/serverVariables.json"
0 commit comments