You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the primitive type of the instance cannot be validated by a given keyword, validation for this keyword and instance SHOULD succeed.
An important implication to this statement, is that any conforming validators must validate according to the defined type-specific keyword if the value type matches the type for which the keyword applies. request-validator fails to observe this requirement and does not apply type-specific validator functions, if the schema does not explicitly state the type of the value to validate.
The text was updated successfully, but these errors were encountered:
According to the JSON-Schema spec:
An important implication to this statement, is that any conforming validators must validate according to the defined type-specific keyword if the value type matches the type for which the keyword applies.
request-validator
fails to observe this requirement and does not apply type-specific validator functions, if the schema does not explicitly state the type of the value to validate.The text was updated successfully, but these errors were encountered: