Amazon MediaLive · JSON Structure

Medialive Api Fixed Mode Schedule Action Start Settings Structure

Start time for the action.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

FixedModeScheduleActionStartSettings is a JSON Structure definition published by Amazon MediaLive, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Time

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-fixed-mode-schedule-action-start-settings-structure.json",
  "name": "FixedModeScheduleActionStartSettings",
  "type": "object",
  "description": "Start time for the action.",
  "properties": {
    "Time": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "time"
          },
          "description": "Start time for the action to start in the channel. (Not the time for the action to be added to the schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the letters are digits (for example, mm might be 01) except for the two constants \"T\" for time and \"Z\" for \"UTC format\"."
        }
      ]
    }
  },
  "required": [
    "Time"
  ]
}