Skip to content

Commit

Permalink
Update channels.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator authored Nov 8, 2023
1 parent a1e6abd commit 58dae68
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions definitions/3.0.0/channels.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"type": "object",
"description": "An object containing all the Channel Object definitions the Application MUST use during runtime.",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/channel.json"
}
]
},
"example": {
"$ref": "http://asyncapi.com/examples/3.0.0/channels.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/channels.json"
}
"type": "object",
"description": "An object containing all the Channel Object definitions the Application MUST use during runtime.",
"additionalProperties": {
"oneOf": [
{
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/channel.json"
}
]
},
"example": {
"$ref": "http://asyncapi.com/examples/3.0.0/channels.json"
},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://asyncapi.com/definitions/3.0.0/channels.json"
}

0 comments on commit 58dae68

Please sign in to comment.