Skip to content

Commit 4706efd

Browse files
authored
Fix links in README.md: /json-schema.md => .html (#1654)
1 parent f6a9ba4 commit 4706efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)