{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/KeyType", "title": "KeyType", "type": "string", "enum": [ "AWS_OWNED_CMK", "CUSTOMER_MANAGED_CMK" ] }