Does the validator fail if properties are found in the request body that are not included in the ruleset? Is there an option to enable this or another way to easily achieve it.
If not, I will write a sanitise function to clean the body of these properties using a map[string]interface{} and the ruleset
Does the validator fail if properties are found in the request body that are not included in the ruleset? Is there an option to enable this or another way to easily achieve it.
If not, I will write a sanitise function to clean the body of these properties using a
map[string]interface{}
and the ruleset