rename forbidUnknownValues to forbidObjectLiterals? #314
Labels
flag: BREAKING CHANGE
Issues containing a breaking change, requiring a major release.
type: documentation
Issues related to improving the documentation.
type: fix
Issues describing a broken feature.
Taken from the readme:
It's highly advised to enable on forbidUnknownValues what prevent unknown objects to pass validation.
I can't make sense of that. I read the parameter forbidUnknownValues as fodbidUndefinedProperties, but I know that's not what it means. Meanwhile the description refers to this unknownValues as unknownObjects and I wonder what it all means.
Are unknown values in actuality object literals?
The text was updated successfully, but these errors were encountered: