Amazon MediaTailor · JSON Structure

Mediatailor Api List Vod Sources Response Structure

ListVodSourcesResponse schema from Amazon MediaTailor API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

Items 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-mediatailor/refs/heads/main/json-structure/mediatailor-api-list-vod-sources-response-structure.json",
  "name": "ListVodSourcesResponse",
  "type": "object",
  "description": "ListVodSourcesResponse schema from Amazon MediaTailor API",
  "properties": {
    "Items": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfVodSource"
        },
        {
          "description": "Lists the VOD sources."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results."
        }
      ]
    }
  }
}