mongoose-types
mongoose-types copied to clipboard
Email fields are always required
The e-mail type ignores a "required:false" Schema attribute.
I've made a pull request that fixes it - https://github.com/bnoguchi/mongoose-types/pull/29