nerou / json-schema-validator
Validate JSON Schema files against the JSON Schema Standard
v1.0.6
2026-07-20 13:40 UTC
Requires
- php: >=8.0
- ext-json: *
- nerou/cli-parser: ^0.2.1 || ^0.3
- opis/json-schema: ^2.3
Requires (Dev)
- humbug/box: ^3.16 || ^4.0
- rector/rector: ^2.0
- squizlabs/php_codesniffer: ^4.0
README
Validates some JSON Schema files against the JSON Schema specification.
Installation
composer require [--dev] nerou/json-schema-validator
Usage
Just pass some JSON schema files or folders containing those like so:
./vendor/bin/json-schema-validator schema-file1.json schema-file2.json schema-folder [...]
License
This library is licensed under the MIT License. Please see LICENSE for more information.