Amazon MediaPackage · JSON Structure

Mediapackage Api Ad Triggers Structure

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.

Type: array Properties: 0
BroadcastingMedia ProcessingMedia

AdTriggers is a JSON Structure definition published by Amazon MediaPackage. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-mediapackage/refs/heads/main/json-structure/mediapackage-api-ad-triggers-structure.json",
  "name": "AdTriggers",
  "type": "array",
  "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",
  "items": {
    "$ref": "#/components/schemas/__AdTriggersElement"
  }
}