bson/testdata/mongocrypt/mongocryptd-command-remote.json
2025-03-17 20:58:26 +01:00

22 lines
422 B
JSON

{
"find": "test",
"filter": {
"ssn": "457-55-5462"
},
"jsonSchema": {
"properties": {
"ssn": {
"encrypt": {
"keyId": {
"$binary": "YWFhYWFhYWFhYWFhYWFhYQ==",
"$type": "04"
},
"type": "string",
"algorithm": "AEAD_AES_CBC_HMAC_SHA512-Deterministic"
}
}
},
"bsonType": "object"
},
"isRemoteSchema": true
}