sysgears/domain-schema

Required should be validated by default

mitjade opened this issue · 1 comments

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.