Json – Multiple Mongo validation types on single field?
Can a field validation in MongoDB collection contain string and null both as validation types. { "$jsonSchema": { "bsonType": "object", "title": "Validations", "properties": { "t1": { "bsonType": "string", "description": "label field is required with min. 1 character in length" }…