Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added servers field to channel object #97

Merged
merged 10 commits into from
Sep 21, 2021
8 changes: 8 additions & 0 deletions schemas/2.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,14 @@
"type": "string",
"description": "A description of the channel."
},
"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.",
"items": {
"type": "string"
},
"uniqueItems": true
},
GeraldLoeffler marked this conversation as resolved.
Show resolved Hide resolved
"publish": {
"$ref": "#/definitions/operation"
},
Expand Down