Amazon MediaLive · JSON Structure

Medialive Api Scte35 Return To Network Schedule Action Settings Structure

Settings for a SCTE-35 return_to_network message.

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

Scte35ReturnToNetworkScheduleActionSettings 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

SpliceEventId

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-scte35-return-to-network-schedule-action-settings-structure.json",
  "name": "Scte35ReturnToNetworkScheduleActionSettings",
  "type": "object",
  "description": "Settings for a SCTE-35 return_to_network message.",
  "properties": {
    "SpliceEventId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__longMin0Max4294967295"
        },
        {
          "xml": {
            "name": "spliceEventId"
          },
          "description": "The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35."
        }
      ]
    }
  },
  "required": [
    "SpliceEventId"
  ]
}