Amazon MediaPackage · JSON Structure

Mediapackage Api List Channels Response Structure

ListChannelsResponse schema from Amazon MediaPackage API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListChannelsResponse is a JSON Structure definition published by Amazon MediaPackage, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Channels NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-structure/mediapackage-api-list-channels-response-structure.json",
  "name": "ListChannelsResponse",
  "type": "object",
  "description": "ListChannelsResponse schema from Amazon MediaPackage API",
  "properties": {
    "Channels": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfChannel"
        },
        {
          "xml": {
            "name": "channels"
          },
          "description": "A list of Channel records."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "A token that can be used to resume pagination from the end of the collection."
        }
      ]
    }
  }
}