File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ of data sent to a RESTful API endpoint.
1616** The library's key features:**
1717
1818- Supports all keywords from all drafts (draft-2020-12 down to draft-06)
19+ - Support for custom errors inside schema using [ ` $error ` keyword] ( https://opis.io/json-schema/2.x/errors.html )
1920- Support for custom PHP filters using [ ` $filters ` keyword] ( https://docs.opis.io/json-schema/2.x/filters.html )
2021- Advanced schema reuse using [ ` $map ` keyword] ( https://docs.opis.io/json-schema/2.x/mappers.html )
2122- Intuitive schema composition using [ slots] ( https://docs.opis.io/json-schema/2.x/slots.html )
@@ -53,7 +54,7 @@ Or you could directly reference it into your `composer.json` file as a dependenc
5354``` json
5455{
5556 "require" : {
56- "opis/json-schema" : " ^2.2 "
57+ "opis/json-schema" : " ^2.4 "
5758 }
5859}
5960```
You can’t perform that action at this time.
0 commit comments