CaptionFormatFormat schema from Amazon Elastic Transcoder
{ "$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-caption-format-format-schema.json", "title": "CaptionFormatFormat", "description": "CaptionFormatFormat schema from Amazon Elastic Transcoder", "type": "string", "pattern": "(^mov-text$)|(^srt$)|(^scc$)|(^webvtt$)|(^dfxp$)|(^cea-708$)" }