AssociateCertificateRequest schema from Amazon MediaConvert API
{ "$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-associate-certificate-request-schema.json", "title": "AssociateCertificateRequest", "description": "AssociateCertificateRequest schema from Amazon MediaConvert API", "type": "object", "properties": { "Arn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "arn" }, "description": "The ARN of the ACM certificate that you want to associate with your MediaConvert resource." } ] } }, "required": [ "Arn" ] }