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
192 stars 38 forks source link

Add support for remote YAML/TOML/JSON5 schemas #295

Closed sirosen closed 11 months ago

sirosen commented 11 months ago

Also fix a new deprecation warning about the import path for jsonschema.protocols.Validator.

Fixes #294