{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-get-encryption-key-response-schema.json", "title": "GetEncryptionKeyResponse", "description": "GetEncryptionKeyResponse schema", "type": "object", "properties": { "kmsKeyId": { "allOf": [ { "$ref": "#/components/schemas/KmsKeyArn" }, { "description": "A kms key ID." } ] } }, "required": [ "kmsKeyId" ] }