Overview of Opis JSON Schema features
masterOpis JSON Schema is a PHP implementation of the JSON Schema standard. It supports multiple drafts including draft-2020-12, draft-2019-09, draft-07, and draft-06.
Key capabilities include:
- Customization: Use the
$errorkeyword for custom errors,$filtersfor custom PHP filters, and customformatsormedia types. - Advanced Schema Logic: Support for the
$mapkeyword for schema reuse,slotsfor schema composition, and the$datakeyword. - Navigation & Data: Support for absolute and relative
json pointers,URI templates, andcastingvia pragmas.