{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EncryptionRecordPart", "title": "EncryptionRecordPart", "description": "* key - encrypt the record key\n* value - encrypt the record value\n", "type": "string", "enum": [ "key", "value" ], "x-speakeasy-unknown-values": "allow" }