{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EncryptionKeyPublicWrappingAlgorithm", "title": "EncryptionKeyPublicWrappingAlgorithm", "type": "string", "description": "Encryption algorithm that shall be used to wrap your key material", "enum": [ "CKM_RSA_AES_KEY_WRAP" ] }