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
Message:
JSON does not match any schemas from 'anyOf'.
Schema path:
testDefinitions#/items/0/anyOf
Message:
JSON does not match all schemas from 'allOf'. Invalid schema indexes: 1.
Schema path:
testDefinitions#/items/0/anyOf/0/allOf
Message:
Invalid type. Expected String but got Integer.
Schema path:
testDefinitions#/items/0/anyOf/0/allOf/1/properties/lineId/type
Are you going to resolve the issue?
Don't know how.
The text was updated successfully, but these errors were encountered:
What version of Ajv are you using? Does the issue happen if you use the latest version?
4.11.3, latest at the time
Ajv options object (see https://github.com/epoberezkin/ajv#options):
JSON Schema (please make it as small as possible to reproduce the issue):
Please note the schema is dereferenced, that is why there is a lot of allOf elements
Data (please make it as small as posssible to reproduce the issue):
Your code (please use
options
,schema
anddata
as variables):See: https://runkit.com/deep9/ajv-issue
Validation result, data AFTER validation, error messages:
What results did you expect?
If you run the same schema in http://www.jsonschemavalidator.net, expected result of
Are you going to resolve the issue?
Don't know how.
The text was updated successfully, but these errors were encountered: