Skip to content

Commit

Permalink
Fix links in README.md: /json-schema.md => .html (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
schokotets authored Jun 30, 2021
1 parent f6a9ba4 commit 4706efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ Performance of different validators by [json-schema-benchmark](https://github.co
- Ajv implements JSON Schema [draft-06/07/2019-09/2020-12](http://json-schema.org/) standards (draft-04 is supported in v6):
- all validation keywords (see [JSON Schema validation keywords](https://ajv.js.org/json-schema.html))
- [OpenAPI](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md) extensions:
- NEW: keyword [discriminator](https://ajv.js.org/json-schema.md#discriminator).
- keyword [nullable](https://ajv.js.org/json-schema.md#nullable).
- NEW: keyword [discriminator](https://ajv.js.org/json-schema.html#discriminator).
- keyword [nullable](https://ajv.js.org/json-schema.html#nullable).
- full support of remote references (remote schemas have to be added with `addSchema` or compiled to be available)
- support of recursive references between schemas
- correct string lengths for strings with unicode pairs
Expand Down

0 comments on commit 4706efd

Please sign in to comment.