-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested object validation error #168
Comments
Interesting. Your schema is using recursion. If your schema is valid then there is a bug in this project which prevents this schema to be parsed. |
OK, I found the problem: Because of that, this library parses What happens with the other validators if you name One solution/workaround here would be to consider Or parsing |
Your debugging seems to be on point. I have changed from |
Glad you found a workaround, but the error you got is still a bug and needs to be fixed. |
file schema.json
file data.json
Expected results when validating data.json against schema.json: valid file (verified using https://www.jsonschemavalidator.net/ and jsonschema in python).
Results I get: "schema with # /$defs/datatypes-enum/oneOf/0 already inserted".
Any advice would be appreciated.
The text was updated successfully, but these errors were encountered: