Amazon MediaTailor · JSON Structure

Mediatailor Api Create Program Request Structure

CreateProgramRequest schema from Amazon MediaTailor API

Type: object Properties: 5 Required: 2
BroadcastingMedia ProcessingMedia

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

Properties

AdBreaks LiveSourceName ScheduleConfiguration SourceLocationName VodSourceName

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-create-program-request-structure.json",
  "name": "CreateProgramRequest",
  "type": "object",
  "description": "CreateProgramRequest schema from Amazon MediaTailor API",
  "properties": {
    "AdBreaks": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfAdBreak"
        },
        {
          "description": "The ad break configuration settings."
        }
      ]
    },
    "LiveSourceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the LiveSource for this Program."
        }
      ]
    },
    "ScheduleConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ScheduleConfiguration"
        },
        {
          "description": "The schedule configuration settings."
        }
      ]
    },
    "SourceLocationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the source location."
        }
      ]
    },
    "VodSourceName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name that's used to refer to a VOD source."
        }
      ]
    }
  },
  "required": [
    "ScheduleConfiguration",
    "SourceLocationName"
  ]
}