{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EncryptionKeyState", "title": "EncryptionKeyState", "type": "string", "description": "Key state", "enum": [ "pre-activation", "active", "deactivated", "destroyed" ] }