Skip to content

Commit

Permalink
feat: channel's servers field allows references (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Feb 7, 2023
1 parent 934583e commit 8f7da01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/3.0.0/channel.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"servers": {
"type": "array",
"description": "The names of the servers on which this channel is available. If absent or empty then this channel must be available on all servers.",
"description": "The references of the servers on which this channel is available. If absent or empty then this channel must be available on all servers.",
"items": {
"type": "string"
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
"uniqueItems": true
},
Expand Down

0 comments on commit 8f7da01

Please sign in to comment.