示例:
validator: {
$jsonSchema: {
bsonType: 'object',
required: ['name', 'lname'],
properties: this.properties
name: { bsonType: 'string' },
lname: { bsonType: 'string' },
enable: { bsonType: 'bool' },
datecreation: { bsonType: 'date' }
}
}
the }
为属性“ enable” itMongoDBible设置默认值,我的范围是 MongoDb Js(没有猫鼬)。