EncryptionMode schema from Amazon Elastic Transcoder
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-schema/amazon-elastic-transcoder-encryption-mode-schema.json", "title": "EncryptionMode", "description": "EncryptionMode schema from Amazon Elastic Transcoder", "type": "string", "pattern": "(^s3$)|(^s3-aws-kms$)|(^aes-cbc-pkcs7$)|(^aes-ctr$)|(^aes-gcm$)" }