Add the nonStrict option to schema so when variables aren't the right type, they will be cast to the right type. If `nonStrict` is set on a required `Object` and an `undefined` value is given, it should return an empty `Object`.
Add the nonStrict option to schema so when variables aren't the right type, they will be cast to the right type.
If
nonStrictis set on a requiredObjectand anundefinedvalue is given, it should return an emptyObject.