{
"$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-playlist-settings-schema.json",
"title": "HlsPlaylistSettings",
"description": "HLS playlist configuration parameters.",
"type": "object",
"properties": {
"ManifestWindowSeconds": {
"allOf": [
{
"$ref": "#/components/schemas/__integer"
},
{
"description": "The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds."
}
]
}
}
}