MessageType schema from Amazon MediaTailor API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-message-type-schema.json", "title": "MessageType", "description": "MessageType schema from Amazon MediaTailor API", "type": "string", "enum": [ "SPLICE_INSERT", "TIME_SIGNAL" ] }