Amazon MediaLive · JSON Structure

Medialive Api Avail Settings Structure

Avail Settings

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

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

Properties

Esam Scte35SpliceInsert Scte35TimeSignalApos

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-avail-settings-structure.json",
  "name": "AvailSettings",
  "type": "object",
  "description": "Avail Settings",
  "properties": {
    "Esam": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Esam"
        },
        {
          "xml": {
            "name": "esam"
          }
        }
      ]
    },
    "Scte35SpliceInsert": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Scte35SpliceInsert"
        },
        {
          "xml": {
            "name": "scte35SpliceInsert"
          }
        }
      ]
    },
    "Scte35TimeSignalApos": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Scte35TimeSignalApos"
        },
        {
          "xml": {
            "name": "scte35TimeSignalApos"
          }
        }
      ]
    }
  }
}