{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-structure/mediatailor-api-hls-configuration-structure.json", "name": "HlsConfiguration", "type": "object", "description": "The configuration for HLS content.", "properties": { "ManifestEndpointPrefix": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting." } ] } } }