File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ Performance of different validators by [json-schema-benchmark](https://github.co
105105- Ajv implements JSON Schema [ draft-06/07/2019-09/2020-12] ( http://json-schema.org/ ) standards (draft-04 is supported in v6):
106106 - all validation keywords (see [ JSON Schema validation keywords] ( https://ajv.js.org/json-schema.html ) )
107107 - [ OpenAPI] ( https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md ) extensions:
108- - NEW: keyword [ discriminator] ( https://ajv.js.org/json-schema.md #discriminator ) .
109- - keyword [ nullable] ( https://ajv.js.org/json-schema.md #nullable ) .
108+ - NEW: keyword [ discriminator] ( https://ajv.js.org/json-schema.html #discriminator ) .
109+ - keyword [ nullable] ( https://ajv.js.org/json-schema.html #nullable ) .
110110 - full support of remote references (remote schemas have to be added with ` addSchema ` or compiled to be available)
111111 - support of recursive references between schemas
112112 - correct string lengths for strings with unicode pairs
You can’t perform that action at this time.
0 commit comments