Skip to content

Commit 62c5712

Browse files
committed
fix link target for 'JSON Schema' draft v4
The latest version of 'JSON Schema' is currently a link to [draft-wright-json-schema-00] > The latest Internet-Draft at the IETF is v5, published 2016-10-13. > (Due to a change in authorship the I-D numbering has been reset). Update to IETF draft v4 until json-schema-org/json-schema-org.github.io#59 has been fixed. [draft-wright-json-schema-00]: https://tools.ietf.org/html/draft-wright-json-schema-00
1 parent d9f9a94 commit 62c5712

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* [Resolution scopes](#resolution-scopes)
1313

1414

15-
This project is an implementation of the [JSON Schema Core Draft v4](http://json-schema.org/latest/json-schema-core.html) specification.
15+
This project is an implementation of the [JSON Schema Core Draft v4][draft-zyp-json-schema-04] specification.
1616
It uses the [org.json API](http://stleary.github.io/JSON-java/) (created by Douglas Crockford) for representing JSON data.
1717

1818
# When to use this library?
@@ -163,7 +163,7 @@ following keys:
163163
## Format validators
164164

165165

166-
Starting from version `1.2.0` the library supports the [`"format"` keyword](http://json-schema.org/latest/json-schema-validation.html#anchor104)
166+
Starting from version `1.2.0` the library supports the [`"format"` keyword][draft-fge-json-schema-validation-00 format]
167167
(which is an optional part of the specification), so you can use the following formats in the schemas:
168168

169169
* date-time
@@ -234,3 +234,5 @@ SchemaLoader schemaLoader = SchemaLoader.builder()
234234
[Travis badge master]: https://travis-ci.org/everit-org/json-schema.svg?branch=master
235235
[Travis]: https://travis-ci.org/everit-org/json-schema
236236
[daveclayton/json-schema-validator]: https://github.com/daveclayton/json-schema-validator
237+
[draft-zyp-json-schema-04]: https://tools.ietf.org/html/draft-zyp-json-schema-04
238+
[draft-fge-json-schema-validation-00 format]: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-7

0 commit comments

Comments
 (0)