summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/schema/encrypt_schema.idl
diff options
context:
space:
mode:
authorTed Tuckman <ted.tuckman@mongodb.com>2019-05-14 10:15:05 -0400
committerTed Tuckman <ted.tuckman@mongodb.com>2019-05-14 15:44:04 -0400
commita566943aac06895581c16530b953a5724f4177e0 (patch)
tree72252cf15271f14250fe0cc7a7fe8eb050d191dd /src/mongo/db/matcher/schema/encrypt_schema.idl
parentf6802d7790436e52794560094c5e0e520ef07cc2 (diff)
downloadmongo-a566943aac06895581c16530b953a5724f4177e0.tar.gz
SERVER-40998 KeyAltName can only be string
Diffstat (limited to 'src/mongo/db/matcher/schema/encrypt_schema.idl')
-rw-r--r--src/mongo/db/matcher/schema/encrypt_schema.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/matcher/schema/encrypt_schema.idl b/src/mongo/db/matcher/schema/encrypt_schema.idl
index 96fbd0951f9..36fd3204245 100644
--- a/src/mongo/db/matcher/schema/encrypt_schema.idl
+++ b/src/mongo/db/matcher/schema/encrypt_schema.idl
@@ -139,7 +139,7 @@ structs:
ka:
description: "Used to query the key vault by keyAltName. If omitted,
ki must be specified."
- type: encryptSchemaAnyType
+ type: string
cpp_name: keyAltName
optional: true
v: