Cyri-L

Results 2 issues of Cyri-L

before: ``` var NothingSchema = module.exports = Schema.patterns.NothingSchema = Schema.extend({ errors: function (instance) { return false }, ``` after: ``` var NothingSchema = module.exports = Schema.patterns.NothingSchema = Schema.extend({ errors: function...

How do we force strict mode on the schemas ? Meaning that unspecified keys are unauthorized ? Thanks a lot