nerou/json-schema-validator

1.0.3 2024-03-06 17:26 UTC

This package is auto-updated.

Last update: 2024-05-06 17:53:53 UTC


README

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.