Saved from https://mongoosejs.com/docs/validation.html
var schema = new Schema({ name: { type: String, required: true }