You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this PR which modifies the boolean type on JsonSchemaObject, I started to receive the error below when trying to add a schema validator on a collection.
log: {"ok": 0.0, "errmsg": "Unknown type name alias: bool", "code": 2, "codeName": "BadValue"}
My mongo version is 5.0. The BSON type is bool but the Json type remains boolean
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello,
After this PR which modifies the boolean type on JsonSchemaObject, I started to receive the error below when trying to add a schema validator on a collection.
log: {"ok": 0.0, "errmsg": "Unknown type name alias: bool", "code": 2, "codeName": "BadValue"}
My mongo version is 5.0. The BSON type is bool but the Json type remains boolean
The text was updated successfully, but these errors were encountered: