{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-playlist-format-schema.json", "title": "PlaylistFormat", "description": "PlaylistFormat schema from Amazon Elastic Transcoder", "type": "string", "pattern": "(^HLSv3$)|(^HLSv4$)|(^Smooth$)|(^MPEG-DASH$)" }