Skip to content

Commit

Permalink
Update parameters.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Nov 8, 2023
1 parent f4be1f4 commit 0a7a8fe
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions definitions/3.0.0/parameters.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"example": {
"$ref": "http://asyncapi.com/examples/3.0.0/parameters.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/parameters.json"
}
"type": "object",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/parameter.json"
}
]
},
"description": "JSON objects describing re-usable channel parameters.",
"example": {
"$ref": "http://asyncapi.com/examples/3.0.0/parameters.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/parameters.json"
}

0 comments on commit 0a7a8fe

Please sign in to comment.