State of HLS ID3 Segment Tagging
{ "$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-hls-id3-segment-tagging-state-schema.json", "title": "HlsId3SegmentTaggingState", "description": "State of HLS ID3 Segment Tagging", "type": "string", "enum": [ "DISABLED", "ENABLED" ] }