# Install check-jsonschema with Homebrew, apk, Nix, pacman

JSON Schema CLI. Version 0.37.4 via Homebrew; verified 2026-06-30.

## Install

```sh
sudo av install brew:check-jsonschema
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install check-jsonschema
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add check-jsonschema
```

  Evidence: Alpine Linux edge package indexes: check-jsonschema from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#check-jsonschema
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ch/check-jsonschema/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S check-jsonschema
```

  Evidence: Arch Linux sync databases: check-jsonschema from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Package facts

- **Package key:** brew:check-jsonschema
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/check-jsonschema>
- **Version:** 0.37.4
- **Source summary:** JSON Schema CLI
- **Homepage:** <https://github.com/python-jsonschema/check-jsonschema>
- **Repository:** <https://github.com/python-jsonschema/check-jsonschema>
- **Upstream docs:** <https://check-jsonschema.readthedocs.io/en/latest>
- **License:** Apache-2.0
- **Source archive:** <https://files.pythonhosted.org/packages/f3/dd/27b7f575586505c3d71b66b1fd60076feeba1ba7ffd1303fbf5a70cedad6/check_jsonschema-0.37.4.tar.gz>
- **Last updated:** 2026-06-30T23:53:53Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- check-jsonschema (cli)
- check-jsonschema (alias)

## Dependencies

- certifi
- python@3.14
- rpds-py

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.37.4
- Package-manager updated: 2026-06-30
- Local data: ok
- Upstream repository: https://github.com/python-jsonschema/check-jsonschema
- info: No cached GitHub release or tag data was available.
## Project history and usage

check-jsonschema is a Python CLI and pre-commit hook for validating JSON, YAML, and related configuration files against JSON Schema.

### Project history

The repository and first PyPI release both date to January 2021. The project is part of the python-jsonschema GitHub organization and is documented as a CLI and hook built on the jsonschema library, with local and remote schema support.

### Adoption history

The README and documentation show two adoption paths: direct CLI installation with pipx or Homebrew, and use as a pre-commit hook. The batch input records additional packaging in Alpine, Nix, and Arch Linux.

### How it is used

A common command is `check-jsonschema --schemafile schema.json instance.json`. The tool can also use built-in schemas for GitHub Actions, Azure Pipelines, Renovate, GitLab CI, Read the Docs, Dependabot, and other configuration formats.

### Why package nerds care

Package nerds care because check-jsonschema packages SchemaStore-style validation and pre-commit integration into one small command, making repository metadata, CI files, and dependency-bot configs checkable from editors, hooks, and CI.

### Timeline

- 2021: GitHub repository created.
- 2021: 0.1.0 uploaded to PyPI.
- 2023: 0.23.x releases published on GitHub.
- 2026: Documentation version 0.37.4 published on Read the Docs.

### Related projects

- python-jsonschema/jsonschema is the underlying validation library.
- pre-commit is a primary integration surface.
- SchemaStore and vendor CI/config schemas are used through built-in schema choices.

### Sources

- <https://github.com/python-jsonschema/check-jsonschema>
- <https://check-jsonschema.readthedocs.io/en/stable/>
- <https://check-jsonschema.readthedocs.io/en/stable/usage.html>
- <https://pypi.org/pypi/check-jsonschema/json>


## Security Notes

No matching local secret-handling manifest was found for check-jsonschema. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** check-jsonschema
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - check-jsonschema: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/check-jsonschema/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - check-jsonschema - 0.28.4-r1: normalized package name match | Alpine Linux edge package indexes: check-jsonschema from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A JSON Schema CLI built on jsonschema. The schema may be specified as a local or remote (HTTP or HTTPS) file | https://github.com/python-jsonschema/check-jsonschema
- apk - check-jsonschema-pyc - 0.28.4-r1: normalized package name match | Alpine Linux edge package indexes: check-jsonschema-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for check-jsonschema | https://github.com/python-jsonschema/check-jsonschema
- pacman - check-jsonschema - 0.37.2-1: normalized package name match | Arch Linux sync databases: check-jsonschema from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A JSON Schema CLI and pre-commit hook built on jsonschema | https://github.com/python-jsonschema/check-jsonschema


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [yamale](https://www.automicvault.com/pkg/brew/yamale/) - Shares av.db curated category or tags: cli, developer-tools, python, validation.
- [action-validator](https://www.automicvault.com/pkg/brew/action-validator/) - Shares av.db curated category or tags: cli, developer-tools, validation.
- [epubcheck](https://www.automicvault.com/pkg/brew/epubcheck/) - Shares av.db curated category or tags: cli, developer-tools, validation.
- [kubeconform](https://www.automicvault.com/pkg/brew/kubeconform/) - Shares av.db curated category or tags: cli, developer-tools, json-schema, validation.
- [black](https://www.automicvault.com/pkg/brew/black/) - Shares av.db curated category or tags: cli, developer-tools, pre-commit, python.
- [codelimit](https://www.automicvault.com/pkg/brew/codelimit/) - Shares av.db curated category or tags: cli, developer-tools, pre-commit, python.
- [djhtml](https://www.automicvault.com/pkg/brew/djhtml/) - Shares av.db curated category or tags: cli, developer-tools, pre-commit, python.
- [gersemi](https://www.automicvault.com/pkg/brew/gersemi/) - Shares av.db curated category or tags: cli, developer-tools, pre-commit, python.

## Combined YAML source

View the package source record on GitHub. [combined/check-jsonschema.yml](https://github.com/automic-vault/db/blob/main/combined/check-jsonschema.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
