{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-list-channels-response-structure.json", "name": "ListChannelsResponse", "description": "ListChannelsResponse schema", "type": "object", "properties": { "channels": { "allOf": [ { "$ref": "#/components/schemas/ChannelList" }, { "description": "List of the matching channels." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "If there are more channels than maxResults, use nextToken in the request to get the next set." } ] } }, "required": [ "channels" ] }