A jsonschema CLI and pre-commit hook
Project description
check-jsonschema
A JSON Schema CLI and pre-commit hook built on jsonschema. The schema may be specified as a local or remote (HTTP or HTTPS) file.
Remote files are automatically downloaded and cached if possible.
Usage
check-jsonschema
can be installed and run as a CLI tool, or via pre-commit.
Example pre-commit config
The following configuration uses check-jsonschema
to validate Github Workflow
files.
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
hooks:
- id: check-github-workflows
args: ["--verbose"]
Installing and Running as a CLI Tool
Install with pipx
or brew
:
pipx install check-jsonschema
or
brew install check-jsonschema
Then run, as in
check-jsonschema --schemafile schema.json instance.json
Documentation
Full documentation can be found at https://check-jsonschema.readthedocs.io/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
check-jsonschema-0.27.1.tar.gz
(223.8 kB
view hashes)
Built Distribution
Close
Hashes for check_jsonschema-0.27.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1f9afaf24a60f1792a1b8f216dc373c762a8db3d7d1c946782d532ce57f94b9 |
|
MD5 | 3a1ffcfc375d0e70df6610b8f20e311f |
|
BLAKE2b-256 | 5711e0c5e07b5786e5d22478dd9ec9589305acba96f9a7f8f9fc6c483438700e |