Amazon MediaLive · JSON Structure

Medialive Api Feature Activations Structure

Feature Activations

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

InputPrepareScheduleActions

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-feature-activations-structure.json",
  "name": "FeatureActivations",
  "type": "object",
  "description": "Feature Activations",
  "properties": {
    "InputPrepareScheduleActions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FeatureActivationsInputPrepareScheduleActions"
        },
        {
          "xml": {
            "name": "inputPrepareScheduleActions"
          },
          "description": "Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled.\nIf you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule."
        }
      ]
    }
  }
}