Ttml Destination Settings
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-ttml-destination-settings-schema.json", "title": "TtmlDestinationSettings", "description": "Ttml Destination Settings", "type": "object", "properties": { "StyleControl": { "allOf": [ { "$ref": "#/components/schemas/TtmlDestinationStyleControl" }, { "xml": { "name": "styleControl" }, "description": "This field is not currently supported and will not affect the output styling. Leave the default value." } ] } } }