ScheduleEntryType 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-schedule-entry-type-schema.json", "title": "ScheduleEntryType", "description": "ScheduleEntryType schema from Amazon MediaTailor API", "type": "string", "enum": [ "PROGRAM", "FILLER_SLATE" ] }