S3ObjectEncryptionType schema from Amazon QLDB API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-qldb/refs/heads/main/json-schema/amazon-qldb-s3object-encryption-type-schema.json", "title": "S3ObjectEncryptionType", "description": "S3ObjectEncryptionType schema from Amazon QLDB API", "type": "string", "enum": [ "SSE_KMS", "SSE_S3", "NO_ENCRYPTION" ] }