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
Hello, I'm wondering if we can make a function that just validates the JSON Schema itself, and not actually compile it into a JSONSchema, I currently just need to validate that the JSONSchema Received is valid, and doesn't need to actually use the schema itself.
I'm happy to open a Pull Request for this, since there seem to be existing functionality that already does this.
The text was updated successfully, but these errors were encountered:
There is already a meta schema that does exactly this. I.e. you can use any of those to validate JSON Schemas. Internally, jsonschema contains such meta-validators here but they are not public
Stranger6667
changed the title
[Feature Request] validate() function
[Feature Request] Meta-schema validation
Oct 7, 2024
Hello, I'm wondering if we can make a function that just validates the JSON Schema itself, and not actually compile it into a
JSONSchema
, I currently just need to validate that the JSONSchema Received is valid, and doesn't need to actually use the schema itself.I'm happy to open a Pull Request for this, since there seem to be existing functionality that already does this.
The text was updated successfully, but these errors were encountered: