Replies: 2 comments 2 replies
-
I'm looking at the same issue; trying to validate a schema itself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe meta-schemas are what you want? https://json-schema.org/specification.html#meta-schemas |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
in a project of my company, the Draf7Validator is used and I noticed some errors in the schema itself are not detected in our current use. We have a JSON schema definition where the
required
property was placed inside theproperties
property instead of outside.https://json-schema.org/understanding-json-schema/reference/object.html#required
Is there a way to detect such errors?
Or I suppose it would require to run jsonschema on the schema itself but a jsonschema of the jsonschema is needed here.
Beta Was this translation helpful? Give feedback.
All reactions