{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-m2ts-scte35-esam-schema.json", "title": "M2tsScte35Esam", "description": "Settings for SCTE-35 signals from ESAM. Include this in your job settings to put SCTE-35 markers in your HLS and transport stream outputs at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).", "type": "object", "properties": { "Scte35EsamPid": { "allOf": [ { "$ref": "#/components/schemas/__integerMin32Max8182" }, { "xml": { "name": "scte35EsamPid" }, "description": "Packet Identifier (PID) of the SCTE-35 stream in the transport stream generated by ESAM." } ] } } }