Required should be validated by default
mitjade opened this issue · 1 comments
mitjade commented
By default, all keys should be required
. Set optional: true
to change that.
Currently you need to add required: true
, for validation to to work correctly.
Reference to Simple Schema - optional.
alekseyzadorozhniy commented
Done in #3