Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
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.37.2 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/
关于 About
A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more!
clijson-schemapre-commitpython
语言 Languages
Python99.8%
Just0.2%
提交活跃度 Commit Activity
代码提交热力图
过去 52 周的开发活跃度164
Total Commits峰值: 16次/周
LessMore