# check-jsonschema mit Homebrew, apk, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für check-jsonschema in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

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

  Evidenz: 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
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:check-jsonschema
- **Paketmanager:** Homebrew
- **Version:** 0.37.4
- **Quellzusammenfassung:** JSON Schema CLI
- **Homepage:** <https://github.com/python-jsonschema/check-jsonschema>
- **Repository:** <https://github.com/python-jsonschema/check-jsonschema>
- **Zuletzt aktualisiert:** 2026-06-30T23:53:53Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- check-jsonschema (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.37.4
## Projektgeschichte und Nutzung

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

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

Für check-jsonschema wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

- 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.37.4-r0: 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.37.4-r0: 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.4-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


## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
