{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-input-captions-schema.json", "title": "InputCaptions", "description": "The captions to be created, if any.", "type": "object", "properties": { "MergePolicy": { "allOf": [ { "$ref": "#/components/schemas/CaptionMergePolicy" }, { "description": "

A policy that determines how Elastic Transcoder handles the existence of multiple captions.

MergePolicy cannot be null.

" } ] }, "CaptionSources": { "allOf": [ { "$ref": "#/components/schemas/CaptionSources" }, { "description": "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank." } ] } } }