From b2c1e1264ef96c2ce66c64f6bbf344cbcbfb638a Mon Sep 17 00:00:00 2001 From: saragee3 Date: Mon, 21 Jun 2021 18:31:23 -0700 Subject: [PATCH] fix algorithm string --- source/reference/security-client-side-automatic-json-schema.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/security-client-side-automatic-json-schema.txt b/source/reference/security-client-side-automatic-json-schema.txt index d76ef1ce63c..1b7d4851921 100644 --- a/source/reference/security-client-side-automatic-json-schema.txt +++ b/source/reference/security-client-side-automatic-json-schema.txt @@ -61,7 +61,7 @@ operations to the ``hr.employees`` collection. "taxid": { "encrypt": { "keyId": [UUID("11d58b8a-0c6c-4d69-a0bd-70c6d9befae9")], - "algorithm": "AEAD_AES_256_CBC_HMAC_SHA_512_Random", + "algorithm": "AEAD_AES_256_CBC_HMAC_SHA_512-Random", "bsonType" : "string" } },