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
validates the JSON instance for numeric types
wheras if the same 'age "object was enclosed in an "array" no numeric type validation occurs.
It allows "abc" against "age"
The text was updated successfully, but these errors were encountered:
With 0.4.1, type validation seems to not happen for objects that are within an 'array' type.
Example:
JSON Schema:
{
"properties": {
"age":{
"type":"integer"
"required":true
}
}
}
validates the JSON instance for numeric types
wheras if the same 'age "object was enclosed in an "array" no numeric type validation occurs.
It allows "abc" against "age"
The text was updated successfully, but these errors were encountered: