PutChannelPolicyRequest schema from Amazon MediaTailor API
{ "$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-put-channel-policy-request-schema.json", "title": "PutChannelPolicyRequest", "description": "PutChannelPolicyRequest schema from Amazon MediaTailor API", "type": "object", "properties": { "Policy": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "Adds an IAM role that determines the permissions of your channel." } ] } }, "required": [ "Policy" ] }