-
Notifications
You must be signed in to change notification settings - Fork 41
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
Support for choosing a jsonschema.validator
#262
Comments
Before introducing this just for parity's sake, I'd like to understand: I'm not against adding this, so long as I understand why it's wanted first. |
Thank you for the response. I came from ahrefs/atd#338. |
@sirosen we use
In theory, I could use a custom validator as @tysg has pointed out, but it'd leave me re-implementing this CLI and/or calling it before/after |
I'm convinced of the utility of this (it didn't need much 😁 )! As an aside, this may also make me rethink my stance a little bit on the kind of packaging and installation scenarios which are supported -- if you need It will be a few days at least before I can carve out time to work on this, but it shouldn't be terribly complex once I get to it. |
jsonschema
's CLI mode has a-V
option to specify ajsonschema.validator
. As that CLI mode is deprecated in favor of this repo, can we also introduce a similar option here?https://github.com/python-jsonschema/jsonschema/blob/16fef5b641e82a88f71f50657e29ae8a827969a5/jsonschema/cli.py#L188
The text was updated successfully, but these errors were encountered: