python-jsonschema / check-jsonschema

A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more!
https://check-jsonschema.readthedocs.io/en/stable
Other
191 stars 38 forks source link

Add --validator-class option for passing a validator class #327

Closed sirosen closed 9 months ago

sirosen commented 9 months ago

The basics are all here, and this should resolve #262

For users seeing this, and for comparison with the old jsonschema CLI feature, I have a few notes on the interface and some related topics: