Skip to content

Commit

Permalink
simple schema for schemaMap and encryptedFieldsMap
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb-ad committed Feb 13, 2025
1 parent 573aac1 commit 112d5bd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions source/unified-test-format/schema-1.23.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,19 @@
"$ref": "#/definitions/kmsProviders"
},
"schemaMap": {
"type": "object"
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"extraOptions": {
"type": "object"
},
"encryptedFieldsMap": {
"type": "object"
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"bypassQueryAnalysis": {
"type": "boolean"
Expand Down

0 comments on commit 112d5bd

Please sign in to comment.