Validates some JSON Schema files against the JSON Schema specification.
composer require [--dev] nerou/json-schema-validator
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 [...]
This library is licensed under the MIT License (MIT). Please see LICENSE for more information.