# check-jsonschema を Homebrew, apk, Nix, pacman でインストール

check-jsonschema のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

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

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:check-jsonschema
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/check-jsonschema>
- **バージョン:** 0.37.4
- **ソース概要:** JSON Schema CLI
- **ホームページ:** <https://github.com/python-jsonschema/check-jsonschema>
- **リポジトリ:** <https://github.com/python-jsonschema/check-jsonschema>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/f3/dd/27b7f575586505c3d71b66b1fd60076feeba1ba7ffd1303fbf5a70cedad6/check_jsonschema-0.37.4.tar.gz>
- **最終更新:** 2026-06-30T23:53:53Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- check-jsonschema (cli)
- check-jsonschema (エイリアス)

## 依存関係

- certifi
- python@3.14
- rpds-py

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.37.4
- マネージャ更新日: 2026-06-30
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/python-jsonschema/check-jsonschema
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

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

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

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


## セキュリティノート

check-jsonschema に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [kubeconform](https://pkg.so/ja/brew/kubeconform/) - Shares pkgdb curated category or tags: cli, developer-tools, json-schema, validation.
- [epubcheck](https://pkg.so/ja/brew/epubcheck/) - Shares pkgdb curated category or tags: cli, developer-tools, validation.
- [action-validator](https://pkg.so/ja/brew/action-validator/) - Shares pkgdb curated category or tags: cli, developer-tools, validation.
- [black](https://pkg.so/ja/brew/black/) - Shares pkgdb curated category or tags: cli, developer-tools, pre-commit, python.
- [yaml-language-server](https://pkg.so/ja/brew/yaml-language-server/) - Shares pkgdb curated category or tags: cli, developer-tools, json-schema, validation.
- [isort](https://pkg.so/ja/brew/isort/) - Shares pkgdb curated category or tags: cli, developer-tools, pre-commit, python.
- [yamale](https://pkg.so/ja/brew/yamale/) - Shares pkgdb curated category or tags: cli, developer-tools, python, validation.
- [gersemi](https://pkg.so/ja/brew/gersemi/) - Shares pkgdb curated category or tags: cli, developer-tools, pre-commit, python.
- [djhtml](https://pkg.so/ja/brew/djhtml/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, commit, developer, developer-tools, pre.
- [reorder-python-imports](https://pkg.so/ja/brew/reorder-python-imports/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, commit, developer, developer-tools, pre.

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


## ソース

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