Dvb Sub Destination Font Color
{ "$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-dvb-sub-destination-font-color-schema.json", "title": "DvbSubDestinationFontColor", "description": "Dvb Sub Destination Font Color", "type": "string", "enum": [ "BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW" ] }