### Install Opis JSON Schema using Composer Source: https://github.com/opis/json-schema/blob/master/README.md Install the library using Composer in your project. ```bash composer require opis/json-schema ``` -------------------------------- ### Add Opis JSON Schema as a Composer dependency Source: https://github.com/opis/json-schema/blob/master/README.md Alternatively, add the library as a dependency in your composer.json file. ```json { "require": { "opis/json-schema": "^2.6" } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.