docs: update draft-07 url

master
Evgeny Poberezkin 2017-11-25 20:37:02 +00:00
parent 4687ed3465
commit 18b4c3f3a4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ The fastest JSON Schema validator for Node.js and browser with draft-07 support.
## Using version 6
[JSON Schema draft-07 WIP](http://json-schema.org/work-in-progress/WIP-jsonschema-validation.html) is published.
[JSON Schema draft-07](http://json-schema.org/latest/json-schema-validation.html) is published.
[Ajv version 6.0.0-beta.0](https://github.com/epoberezkin/ajv/releases/tag/6.0.0-beta.0) that supports draft-07 is released. It may require either migrating your schemas or updating your code (to continue using draft-04 and v5 schemas, draft-06 schemas will be supported without changes).