jsonschema-rs
jsonschema-rs copied to clipboard
[Feature Request] Meta-schema validation
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.