Amazon MediaLive · JSON Structure

Medialive Api Follow Mode Schedule Action Start Settings Structure

Settings to specify if an action follows another.

Type: object Properties: 2 Required: 2
BroadcastingMedia ProcessingMedia

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

Properties

FollowPoint ReferenceActionName

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-follow-mode-schedule-action-start-settings-structure.json",
  "name": "FollowModeScheduleActionStartSettings",
  "type": "object",
  "description": "Settings to specify if an action follows another.",
  "properties": {
    "FollowPoint": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FollowPoint"
        },
        {
          "xml": {
            "name": "followPoint"
          },
          "description": "Identifies whether this action starts relative to the start or relative to the end of the reference action."
        }
      ]
    },
    "ReferenceActionName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "referenceActionName"
          },
          "description": "The action name of another action that this one refers to."
        }
      ]
    }
  },
  "required": [
    "ReferenceActionName",
    "FollowPoint"
  ]
}