{ "$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-burnin-subtitle-outline-color-schema.json", "title": "BurninSubtitleOutlineColor", "description": "Specify font outline color. Leave Outline color (OutlineColor) blank and set Style passthrough (StylePassthrough) to enabled to use the font outline color data from your input captions, if present.", "type": "string", "enum": [ "BLACK", "WHITE", "YELLOW", "RED", "GREEN", "BLUE", "AUTO" ] }