Collection of channels.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChannelCollection", "title": "ChannelCollection", "type": "object", "description": "Collection of channels.", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Channel" } } } }