{ "$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-webvtt-destination-settings-schema.json", "title": "WebvttDestinationSettings", "description": "Webvtt Destination Settings", "type": "object", "properties": { "StyleControl": { "allOf": [ { "$ref": "#/components/schemas/WebvttDestinationStyleControl" }, { "xml": { "name": "styleControl" }, "description": "Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO_STYLE_DATA - Don't pass through the style. The output captions will not contain any font styling information." } ] } } }