nerou / json-schema-validator
Installs: 1 037
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: >=8.0
- ext-json: *
- nerou/cli-parser: ^0.1.0
- opis/json-schema: ^2.3
Requires (Dev)
- squizlabs/php_codesniffer: >=3.7
This package is auto-updated.
Last update: 2024-12-13 14:02:38 UTC
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 (MIT). Please see LICENSE for more information.