{ "$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-scte35-web-delivery-allowed-flag-schema.json", "title": "Scte35WebDeliveryAllowedFlag", "description": "Corresponds to the web_delivery_allowed_flag parameter. A value of WEB_DELIVERY_NOT_ALLOWED corresponds to 0 (false) in the SCTE-35 specification. If you include one of the \"restriction\" flags then you must include all four of them.", "type": "string", "enum": [ "WEB_DELIVERY_NOT_ALLOWED", "WEB_DELIVERY_ALLOWED" ] }