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
Please try to use this issue tracker for bugs / features, rather than general support.
There's a mailing list, or the specification also has a mailing list with a much larger audience, who should be able to point out the problem.
In your specific case, it's telling you that the ['properties']['orgs']['items'] part of your schema itself is not a valid schema, and it needs to be. On that exception object will be a context attribute which will contain more specific information about why it's not a valid schema. http://python-jsonschema.readthedocs.io/en/latest/errors/ has more details.
Hi.
Using the schema and the json attached, I've got this error:
I tried to verify them here: http://www.jsonschemavalidator.net/ and no issues arise.
Please help
jsonschema_input_json.txt
jsonschema_schema.txt
jsonschema_validation_error.txt
The text was updated successfully, but these errors were encountered: