Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.05 KB

File metadata and controls

24 lines (15 loc) · 1.05 KB

JSON Schema Validator

License PHP Version Require Version Psalm Type Coverage

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.