We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f425a69 commit baff072Copy full SHA for baff072
source/includes/quick-start/schema/metadata.json
@@ -1,11 +1,11 @@
1
{
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
+ "medicalRecords.patients": {
+ "bsonType": "object",
+ "encryptMetadata": {
+ "keyId": [ UUID( "<_id of your Data Encryption Key>" ) ]
+ },
+ "properties": {
+ <the schema created in the following steps of this example>
+ }
11
}
0 commit comments