Skip to content

Commit 9f8b9df

Browse files
committed
DOCSP-41059-validation-update
1 parent c4bb1e4 commit 9f8b9df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/validation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ exception of the following query operators: :query:`$near`,
150150

151151
{
152152
$or: [
153-
{ name: { $type: "string" } },
154-
{"borough": {
153+
{ "name": { $type: "string" } },
154+
{ "borough": {
155155
"bsonType": "string",
156156
"enum": [ "Manhattan", "Brooklyn", "Queens", "Bronx", "Staten Island" ],
157157
"description": "must be one of the enum strings"

0 commit comments

Comments
 (0)