AdTriggers

A list of SCTE-35 message types that are treated as ad markers in the output. If empty, no ad markers are output. Specify multiple items to create ad markers for all of the included message types.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

mediapackage-api-ad-triggers-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-schema/mediapackage-api-ad-triggers-schema.json",
  "title": "AdTriggers",
  "description": "A list of SCTE-35 message types that are treated as ad markers in the output.  If empty, no\nad markers are output.  Specify multiple items to create ad markers for all of the included\nmessage types.\n",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/__AdTriggersElement"
  }
}