{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediapackage/refs/heads/main/json-structure/mediapackage-api-dash-encryption-structure.json", "name": "DashEncryption", "type": "object", "description": "A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.", "properties": { "KeyRotationIntervalSeconds": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "xml": { "name": "keyRotationIntervalSeconds" }, "description": "Time (in seconds) between each encryption key rotation." } ] }, "SpekeKeyProvider": { "allOf": [ { "$ref": "#/components/schemas/SpekeKeyProvider" }, { "xml": { "name": "spekeKeyProvider" } } ] } }, "required": [ "SpekeKeyProvider" ] }