Amazon MediaLive · JSON Structure

Medialive Api Describe Schedule Response Structure

Placeholder documentation for DescribeScheduleResponse

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

NextToken ScheduleActions

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-medialive/refs/heads/main/json-structure/medialive-api-describe-schedule-response-structure.json",
  "name": "DescribeScheduleResponse",
  "type": "object",
  "description": "Placeholder documentation for DescribeScheduleResponse",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "The next token; for use in pagination."
        }
      ]
    },
    "ScheduleActions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfScheduleAction"
        },
        {
          "xml": {
            "name": "scheduleActions"
          },
          "description": "The list of actions in the schedule."
        }
      ]
    }
  }
}