{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-ms-smooth-encryption-settings-schema.json", "title": "MsSmoothEncryptionSettings", "description": "If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.", "type": "object", "properties": { "SpekeKeyProvider": { "allOf": [ { "$ref": "#/components/schemas/SpekeKeyProvider" }, { "xml": { "name": "spekeKeyProvider" }, "description": "If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead." } ] } } }