{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_playback", "title": "stream_playback", "properties": { "dash": { "description": "DASH Media Presentation Description for the video.", "example": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/manifest/video.mpd", "type": "string" }, "hls": { "description": "The HLS manifest for the video.", "example": "https://customer-m033z5x00ks6nunl.cloudflarestream.com/ea95132c15732412d22c1476fa83f27a/manifest/video.m3u8", "type": "string" } }, "type": "object" }