Skip to content

Commit

Permalink
Update serverVariable.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Nov 8, 2023
1 parent 88d260b commit 6503d49
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions definitions/3.0.0/serverVariable.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"type": "object",
"description": "An object representing a Server Variable for server URL template substitution.",
"additionalProperties": false,
"patternProperties": {
"^x-[\\w\\d\\.\\x2d_]+$": {
"$ref": "http://asyncapi.com/definitions/3.0.0/specificationExtension.json"
}
},
"properties": {
"enum": {
"type": "array",
"description": "An enumeration of string values to be used if the substitution options are from a limited set.",
"items": {
"type": "string"
},
"uniqueItems": true
},
"default": {
"type": "string",
"description": "The default value to use for substitution, and to send, if an alternate value is not supplied."
},
"description": {
"type": "string",
"description": "An optional description for the server variable. CommonMark syntax MAY be used for rich text representation."
},
"examples": {
"type": "array",
"description": "An array of examples of the server variable.",
"items": {
"type": "string"
}
}
},
"example": {
"$ref": "http://asyncapi.com/examples/3.0.0/serverVariable.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/serverVariable.json"
}
"type": "object",
"description": "An object representing a Server Variable for server URL template substitution.",
"additionalProperties": false,
"patternProperties": {
"^x-[\\w\\d\\.\\x2d_]+$": {
"$ref": "http://asyncapi.com/definitions/3.0.0/specificationExtension.json"
}
},
"properties": {
"enum": {
"type": "array",
"description": "An enumeration of string values to be used if the substitution options are from a limited set.",
"items": {
"type": "string"
},
"uniqueItems": true
},
"default": {
"type": "string",
"description": "The default value to use for substitution, and to send, if an alternate value is not supplied."
},
"description": {
"type": "string",
"description": "An optional description for the server variable. CommonMark syntax MAY be used for rich text representation."
},
"examples": {
"type": "array",
"description": "An array of examples of the server variable.",
"items": {
"type": "string"
}
}
},
"example": {
"$ref": "http://asyncapi.com/examples/3.0.0/serverVariable.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/serverVariable.json"
}

0 comments on commit 6503d49

Please sign in to comment.