db.runCommand( { *collMod:* "whisky", *validator:* { name: { $type: "string" }, age: { *$type:* "integer" }, }, validationLevel: *"moderate"*, // off, strict validationAction: *"warn"*, // error, } )