Key type
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EncryptionKeyType", "title": "EncryptionKeyType", "type": "string", "description": "Key type", "enum": [ "customer-provided-root-key", "environment-root-key", "tenant-master-key", "tenant-encryption-key" ] }