Amazon MediaTailor · Schema

HlsConfiguration

The configuration for HLS content.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ManifestEndpointPrefix object
View JSON Schema on GitHub

JSON Schema

mediatailor-api-hls-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-hls-configuration-schema.json",
  "title": "HlsConfiguration",
  "description": "The configuration for HLS content.",
  "type": "object",
  "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."
        }
      ]
    }
  }
}