File tree 1 file changed +2
-1
lines changed
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.
16
16
** The library's key features:**
17
17
18
18
- 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 )
19
20
- Support for custom PHP filters using [ ` $filters ` keyword] ( https://docs.opis.io/json-schema/2.x/filters.html )
20
21
- Advanced schema reuse using [ ` $map ` keyword] ( https://docs.opis.io/json-schema/2.x/mappers.html )
21
22
- 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
53
54
``` json
54
55
{
55
56
"require" : {
56
- "opis/json-schema" : " ^2.2 "
57
+ "opis/json-schema" : " ^2.4 "
57
58
}
58
59
}
59
60
```
You can’t perform that action at this time.
0 commit comments