-
Notifications
You must be signed in to change notification settings - Fork 355
Home
Danny van der Sluijs edited this page Sep 13, 2024
·
4 revisions
This library offers a PHP implementation for validating JSON
documents against a given Schema
with support for Schemas
of Draft-3 or Draft-4.
Features of newer Drafts might not be supported. See the Table of All Versions of Everything page on the JSON schema website to get an overview of all existing Drafts.
See the json-schema website for more details.
The README.md
[link] contains the basic information about installation and supported functionalities.
Currently the Wiki is used to have some more in depth overview about functionalities and examples on how to use them. For an overview of the available examples see this page
- https://json-schema.org/ the official website of json-schema
- https://json-schema.org/slack to join the JSON Schema Community in Slack
- https://jsonschemalint.com/ for checking for schema validity and data validity (according to schema)