Skip to content

Utility to validate JSON schema files against JSON Schema specification

License

Notifications You must be signed in to change notification settings

nerou42/JSONSchemaValidator

Repository files navigation

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.