Skip to content
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

[Feature Request] Meta-schema validation #442

Closed
n0madsky opened this issue Dec 5, 2023 · 1 comment · Fixed by #660
Closed

[Feature Request] Meta-schema validation #442

n0madsky opened this issue Dec 5, 2023 · 1 comment · Fixed by #660

Comments

@n0madsky
Copy link

n0madsky commented Dec 5, 2023

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.

@Stranger6667
Copy link
Owner

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 Stranger6667 changed the title [Feature Request] validate() function [Feature Request] Meta-schema validation Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants