Skip to content

Commit baff072

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-49387-encryption-key-update (#11751)
* DOCSP-49387-encryption-key-update * DOCSP-49387-encryption-key-update * DOCSP-49387-encryption-key-update --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent f425a69 commit baff072

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"medicalRecords.patients": {
3-
"bsonType": "object",
4-
"encryptMetadata": {
5-
"keyId": [UUID("<_id of your Data Encryption Key>" )]
6-
},
7-
"properties": {
8-
<the schema created in the following steps of this example>
9-
}
10-
}
2+
"medicalRecords.patients": {
3+
"bsonType": "object",
4+
"encryptMetadata": {
5+
"keyId": [ UUID( "<_id of your Data Encryption Key>" ) ]
6+
},
7+
"properties": {
8+
<the schema created in the following steps of this example>
9+
}
10+
}
1111
}

0 commit comments

Comments
 (0)