From 292572e2073e70c92f789bc83574189097033e71 Mon Sep 17 00:00:00 2001 From: Ian Jeffries Date: Thu, 5 Jan 2017 18:15:23 -0500 Subject: [PATCH 01/26] Created Specification Links (markdown) --- Specification-Links.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Specification-Links.md diff --git a/Specification-Links.md b/Specification-Links.md new file mode 100644 index 00000000..45ca56c0 --- /dev/null +++ b/Specification-Links.md @@ -0,0 +1,12 @@ +## Draft 3 + +## Draft 4 + +Core: [draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-schema-04) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-04#appendix-A)) + +Validation: [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/draft-fge-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-fge-json-schema-validation-00#appendix-A)) + +## Draft 5 + +## Draft 6 + From 109e10ad9dad04c9e2c2a4a029d0c89e97a8edc5 Mon Sep 17 00:00:00 2001 From: Ian Jeffries Date: Thu, 5 Jan 2017 18:17:13 -0500 Subject: [PATCH 02/26] Updated Specification Links (markdown) --- Specification-Links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Specification-Links.md b/Specification-Links.md index 45ca56c0..c8cb76b0 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -1,5 +1,7 @@ ## Draft 3 +Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A)) + ## Draft 4 Core: [draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-schema-04) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-04#appendix-A)) From f9426e4730344c3f3f5a4153ac16cbe4f791ce29 Mon Sep 17 00:00:00 2001 From: Ian Jeffries Date: Thu, 5 Jan 2017 18:19:33 -0500 Subject: [PATCH 03/26] Updated Specification Links (markdown) --- Specification-Links.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Specification-Links.md b/Specification-Links.md index c8cb76b0..073382bc 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -10,5 +10,10 @@ Validation: [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/dr ## Draft 5 +Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B)) + + + ## Draft 6 +Unreleased. From 7e4cf6f2279eeb9cd6d033fb73a2cb62bb6bd2bb Mon Sep 17 00:00:00 2001 From: Ian Jeffries Date: Thu, 5 Jan 2017 18:20:38 -0500 Subject: [PATCH 04/26] Updated Specification Links (markdown) --- Specification-Links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Specification-Links.md b/Specification-Links.md index 073382bc..945b9db3 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -12,7 +12,7 @@ Validation: [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/dr Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B)) - +Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html/draft-wright-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-validation-00#appendix-B)) ## Draft 6 From c3a283ed76badc8aa624f25b02af59ff4f6e2a30 Mon Sep 17 00:00:00 2001 From: Ian Jeffries Date: Thu, 5 Jan 2017 18:24:25 -0500 Subject: [PATCH 05/26] Updated Specification Links (markdown) --- Specification-Links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Specification-Links.md b/Specification-Links.md index 945b9db3..e7c991e9 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -1,3 +1,5 @@ +(Links on this page should be immutable -- none of them should go to `/latest`, etc.) + ## Draft 3 Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A)) From b2ffab3bad67e06d89bfbd7733cbc729ef80c347 Mon Sep 17 00:00:00 2001 From: Ian Jeffries Date: Thu, 5 Jan 2017 18:25:39 -0500 Subject: [PATCH 06/26] Updated Specification Links (markdown) --- Specification-Links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Specification-Links.md b/Specification-Links.md index e7c991e9..aaaee621 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -4,6 +4,8 @@ Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A)) +Validation: N/A (included in Core) + ## Draft 4 Core: [draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-schema-04) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-04#appendix-A)) From e799f2b256b0c63fa43f9faa6c05161e55f489fd Mon Sep 17 00:00:00 2001 From: Ian Jeffries Date: Thu, 5 Jan 2017 18:25:52 -0500 Subject: [PATCH 07/26] Updated Specification Links (markdown) --- Specification-Links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Specification-Links.md b/Specification-Links.md index aaaee621..1fdbf95f 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -4,7 +4,7 @@ Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A)) -Validation: N/A (included in Core) +Validation: none (included in Core) ## Draft 4 From 1a2a1cfeae7a56252d99746042917962c2492ba1 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 9 Jan 2017 12:48:30 -0800 Subject: [PATCH 08/26] Updated Specification Links (markdown) --- Specification-Links.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Specification-Links.md b/Specification-Links.md index 1fdbf95f..eaa3af24 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -12,12 +12,16 @@ Core: [draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-sche Validation: [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/draft-fge-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-fge-json-schema-validation-00#appendix-A)) +Hyper-Schema: [draft-luff-json-hyper-schema-00](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00) ([changes](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00#appendix-A)) + ## Draft 5 Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B)) Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html/draft-wright-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-validation-00#appendix-B)) +Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) + ## Draft 6 Unreleased. From 8e8e0c59a0edddf3ea9409e0f42507605ef7af87 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 9 Jan 2017 12:49:01 -0800 Subject: [PATCH 09/26] Updated Specification Links (markdown) --- Specification-Links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Specification-Links.md b/Specification-Links.md index eaa3af24..a8dc5c8b 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -6,6 +6,8 @@ Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-sche Validation: none (included in Core) +Hyper-Schema: none (included in Core) + ## Draft 4 Core: [draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-schema-04) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-04#appendix-A)) From 31960ae48626a951d6bc8b030ea1a8b391983b90 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Tue, 21 Feb 2017 08:26:21 -0800 Subject: [PATCH 10/26] Updated Specification Links (markdown) --- Specification-Links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Specification-Links.md b/Specification-Links.md index a8dc5c8b..c09a6aea 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -18,6 +18,8 @@ Hyper-Schema: [draft-luff-json-hyper-schema-00](https://tools.ietf.org/html/draf ## Draft 5 +**Note:** Draft 5 was primarily a cleanup of Draft 4 and therefore does not have its own hyper-schema. The Draft 4 hyper-schema should continue to be used until Draft 6, which will have a new hyper-schema, is available. + Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B)) Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html/draft-wright-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-validation-00#appendix-B)) From 21226918e822482794427c2c45e02c54ffeb6970 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Wed, 22 Feb 2017 07:34:03 -0800 Subject: [PATCH 11/26] Updated Specification Links (markdown) --- Specification-Links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Specification-Links.md b/Specification-Links.md index c09a6aea..4d15c16c 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -18,7 +18,7 @@ Hyper-Schema: [draft-luff-json-hyper-schema-00](https://tools.ietf.org/html/draf ## Draft 5 -**Note:** Draft 5 was primarily a cleanup of Draft 4 and therefore does not have its own hyper-schema. The Draft 4 hyper-schema should continue to be used until Draft 6, which will have a new hyper-schema, is available. +**Note:** Draft 5 was primarily a cleanup of Draft 4 and therefore does not have its own meta-schema. The Draft 4 meta-schema should continue to be used until Draft 6, which will have a new meta-schema, is available. Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B)) From 4ba4e4b953bab2507343b4f0bdbe4da768b40e5d Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Fri, 24 Mar 2017 11:34:17 -0500 Subject: [PATCH 12/26] Rename Specification-Links.md --- Specification-Links.md => specification-links.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Specification-Links.md => specification-links.md (100%) diff --git a/Specification-Links.md b/specification-links.md similarity index 100% rename from Specification-Links.md rename to specification-links.md From eea24eeea996d63d32fd117726593e2294bb5a45 Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Fri, 24 Mar 2017 11:35:46 -0500 Subject: [PATCH 13/26] Reorder versions to have newest (most relevant) first --- specification-links.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/specification-links.md b/specification-links.md index 4d15c16c..c0043c39 100644 --- a/specification-links.md +++ b/specification-links.md @@ -1,12 +1,18 @@ (Links on this page should be immutable -- none of them should go to `/latest`, etc.) -## Draft 3 +## Draft 6 -Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A)) +Unreleased. -Validation: none (included in Core) +## Draft 5 -Hyper-Schema: none (included in Core) +**Note:** Draft 5 was primarily a cleanup of Draft 4 and therefore does not have its own meta-schema. The Draft 4 meta-schema should continue to be used until Draft 6, which will have a new meta-schema, is available. + +Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B)) + +Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html/draft-wright-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-validation-00#appendix-B)) + +Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) ## Draft 4 @@ -16,16 +22,11 @@ Validation: [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/dr Hyper-Schema: [draft-luff-json-hyper-schema-00](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00) ([changes](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00#appendix-A)) -## Draft 5 - -**Note:** Draft 5 was primarily a cleanup of Draft 4 and therefore does not have its own meta-schema. The Draft 4 meta-schema should continue to be used until Draft 6, which will have a new meta-schema, is available. - -Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B)) +## Draft 3 -Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html/draft-wright-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-validation-00#appendix-B)) +Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A)) -Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) +Validation: none (included in Core) -## Draft 6 +Hyper-Schema: none (included in Core) -Unreleased. From 30ff76bff858d78aa9991e341f80244c1cca75b4 Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Fri, 24 Mar 2017 11:44:30 -0500 Subject: [PATCH 14/26] Add links to older drafts and Table of Contents --- specification-links.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/specification-links.md b/specification-links.md index c0043c39..b0d3899e 100644 --- a/specification-links.md +++ b/specification-links.md @@ -1,4 +1,12 @@ -(Links on this page should be immutable -- none of them should go to `/latest`, etc.) +--- +title: Specification Links +layout: page +--- + + + +* TOC +{:toc} ## Draft 6 @@ -30,3 +38,5 @@ Validation: none (included in Core) Hyper-Schema: none (included in Core) +## Drafts 0/1/2 +These older drafts can be found on GitHub: [Draft 0](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-00), [Draft 1](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-01), [Draft 2](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-02) \ No newline at end of file From 9ee2beaf15ca129e5e8eae41605591b5f3c932e0 Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Fri, 24 Mar 2017 12:03:31 -0500 Subject: [PATCH 15/26] Added links to Draft 6 and improved formatting --- specification-links.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/specification-links.md b/specification-links.md index b0d3899e..0d3ef1ef 100644 --- a/specification-links.md +++ b/specification-links.md @@ -10,33 +10,31 @@ layout: page ## Draft 6 -Unreleased. +Draft 6 is a work in progress. You can [give feedback and get involved on GitHub](https://github.com/json-schema-org/json-schema-spec). + + - Core: [jsonschema-core.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-core.xml) + - Validation: [jsonschema-validation.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-validation.xml) + - Hyper-Schema: [jsonschema-hyperschema.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-hyperschema.xml) ## Draft 5 **Note:** Draft 5 was primarily a cleanup of Draft 4 and therefore does not have its own meta-schema. The Draft 4 meta-schema should continue to be used until Draft 6, which will have a new meta-schema, is available. -Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B)) - -Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html/draft-wright-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-validation-00#appendix-B)) - -Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) + - Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B)) + - Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html/draft-wright-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-validation-00#appendix-B)) + - Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) ## Draft 4 -Core: [draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-schema-04) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-04#appendix-A)) - -Validation: [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/draft-fge-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-fge-json-schema-validation-00#appendix-A)) - -Hyper-Schema: [draft-luff-json-hyper-schema-00](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00) ([changes](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00#appendix-A)) + - Core: [draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-schema-04) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-04#appendix-A)) + - Validation: [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/draft-fge-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-fge-json-schema-validation-00#appendix-A)) + - Hyper-Schema: [draft-luff-json-hyper-schema-00](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00) ([changes](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00#appendix-A)) ## Draft 3 -Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A)) - -Validation: none (included in Core) - -Hyper-Schema: none (included in Core) + - Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A)) + - Validation: none (included in Core) + - Hyper-Schema: none (included in Core) ## Drafts 0/1/2 These older drafts can be found on GitHub: [Draft 0](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-00), [Draft 1](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-01), [Draft 2](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-02) \ No newline at end of file From d7fd4e28c5207832a6470759996a303d91d4c7ab Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Fri, 24 Mar 2017 12:17:29 -0500 Subject: [PATCH 16/26] Rename Draft 6 heading to comply with permalink (immutable) comment --- specification-links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification-links.md b/specification-links.md index 0d3ef1ef..8eae06cc 100644 --- a/specification-links.md +++ b/specification-links.md @@ -8,9 +8,9 @@ layout: page * TOC {:toc} -## Draft 6 +## Latest Snapshot -Draft 6 is a work in progress. You can [give feedback and get involved on GitHub](https://github.com/json-schema-org/json-schema-spec). +The next draft (currently Draft 6) is a work in progress. You can [give feedback and get involved on GitHub](https://github.com/json-schema-org/json-schema-spec). - Core: [jsonschema-core.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-core.xml) - Validation: [jsonschema-validation.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-validation.xml) From af38a07a7325f611e7ce8150cec1928045101467 Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Fri, 24 Mar 2017 12:29:49 -0500 Subject: [PATCH 17/26] Make Specification Links an internal link rather than to the wiki --- documentation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index 32ee6821..64e8e90f 100644 --- a/documentation.md +++ b/documentation.md @@ -14,7 +14,9 @@ The latest Internet-Draft at the IETF is v5, published 2016-10-13. (Due to a cha They are also available on the IETF main site: [core (draft-wright-json-schema-00)](http://tools.ietf.org/html/draft-wright-json-schema-00), [validation (draft-wright-json-schema-validation-00)](http://tools.ietf.org/html/draft-wright-json-schema-validation-00) and [hyper-schema (draft-wright-json-schema-hyperschema-00)](http://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00). -For previous versions of the specification, please see the [Specification Links](https://github.com/json-schema-org/json-schema-spec/wiki/Specification-Links) page on our github wiki. +### Other versions + +Please see [Specification Links](specification-links.md) for older versions and the latest unreleased version of the specification. Meta-schemas ------------ From a0e1aa036dfe3daa4d9815e951660aa0f0afe189 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 17 Apr 2017 10:04:11 -0700 Subject: [PATCH 18/26] Updated Specification Links (markdown) --- Specification-Links.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Specification-Links.md b/Specification-Links.md index 4d15c16c..d56466a4 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -28,4 +28,18 @@ Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/h ## Draft 6 -Unreleased. +Core: +* specification: [draft-wright-json-schema-01](https://tools.ietf.org/html/draft-wright-json-schema-01) +* changes: [Appendix B](https://tools.ietf.org/html/draft-wright-json-schema-01#appendix-B) +* meta-schema: [draft-06/schema#](http://json-schema.org/draft-06/schema#) + +Validation: +* specification: [draft-wright-json-schema-validation-01](https://tools.ietf.org/html/draft-wright-json-schema-validation-01) +* changes: [Appendix B](https://tools.ietf.org/html/draft-wright-json-schema-validation-01#appendix-B) +* meta-schema: [draft-06/schema#](http://json-schema.org/draft-06/schema#) + +Hyper-Schema: +* specification: [draft-wright-json-schema-hyperschema-01](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-01) +* changes: [Appendix B](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-01#appendix-B) +* meta-schema: [draft-06/hyper-schema#](http://json-schema.org/draft-06/hyper-schema#) +* See also the [hyper-schema migration FAQ](https://github.com/json-schema-org/json-schema-spec/wiki/FAQ:-draft-wright-json-schema-hyperschema-01) \ No newline at end of file From e9683ffe3264f9d252e30b7c30c3922c99bc4d45 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 17 Apr 2017 10:07:28 -0700 Subject: [PATCH 19/26] Updated Specification Links (markdown) --- Specification-Links.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Specification-Links.md b/Specification-Links.md index d56466a4..b123e738 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -1,4 +1,5 @@ (Links on this page should be immutable -- none of them should go to `/latest`, etc.) +The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft-06). ## Draft 3 @@ -26,6 +27,7 @@ Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) + ## Draft 6 Core: From 45c7b6b3b431ccb3534d632fc281dd27afb7fda1 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 17 Apr 2017 10:07:45 -0700 Subject: [PATCH 20/26] Updated Specification Links (markdown) --- Specification-Links.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Specification-Links.md b/Specification-Links.md index b123e738..4c388be4 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -1,4 +1,5 @@ (Links on this page should be immutable -- none of them should go to `/latest`, etc.) + The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft-06). ## Draft 3 From 0fd676c22ed5f0735709d5efe6340248d2bdf52e Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 17 Apr 2017 10:08:36 -0700 Subject: [PATCH 21/26] Updated Specification Links (markdown) --- Specification-Links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Specification-Links.md b/Specification-Links.md index 4c388be4..07aa9a57 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -1,6 +1,6 @@ (Links on this page should be immutable -- none of them should go to `/latest`, etc.) -The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft-06). +The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft6). ## Draft 3 @@ -28,7 +28,7 @@ Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) - + ## Draft 6 Core: From ec998ef7be1daf02719321b20542e9de3196312a Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 17 Apr 2017 10:09:12 -0700 Subject: [PATCH 22/26] Updated Specification Links (markdown) --- Specification-Links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Specification-Links.md b/Specification-Links.md index 07aa9a57..4c388be4 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -1,6 +1,6 @@ (Links on this page should be immutable -- none of them should go to `/latest`, etc.) -The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft6). +The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft-06). ## Draft 3 @@ -28,7 +28,7 @@ Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) - + ## Draft 6 Core: From c5bf61bb666bc11fded7c7273569306b33e7c79f Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 17 Apr 2017 10:09:42 -0700 Subject: [PATCH 23/26] Updated Specification Links (markdown) --- Specification-Links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Specification-Links.md b/Specification-Links.md index 4c388be4..07aa9a57 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -1,6 +1,6 @@ (Links on this page should be immutable -- none of them should go to `/latest`, etc.) -The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft-06). +The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft6). ## Draft 3 @@ -28,7 +28,7 @@ Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) - + ## Draft 6 Core: From 9ddef59d0caed719bc696ac44a8548f362274854 Mon Sep 17 00:00:00 2001 From: Henry Andrews Date: Mon, 17 Apr 2017 10:10:07 -0700 Subject: [PATCH 24/26] Updated Specification Links (markdown) --- Specification-Links.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Specification-Links.md b/Specification-Links.md index 07aa9a57..35ef45b0 100644 --- a/Specification-Links.md +++ b/Specification-Links.md @@ -1,6 +1,6 @@ (Links on this page should be immutable -- none of them should go to `/latest`, etc.) -The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft6). +The latest set of drafts is [Draft 6 / draft-wright-*-01](#draft-6). ## Draft 3 @@ -28,7 +28,7 @@ Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B)) - + ## Draft 6 Core: From 7292d7a8cc07183d2fa0de36351551b0e9eb7c6a Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Wed, 19 Apr 2017 08:15:32 -0500 Subject: [PATCH 25/26] Try to emphasize unreleased status of latest snapshot --- specification-links.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/specification-links.md b/specification-links.md index 50a9b76c..1aa2df1c 100644 --- a/specification-links.md +++ b/specification-links.md @@ -8,14 +8,15 @@ layout: page * TOC {:toc} -## Latest Snapshot +## Latest Snapshot (work in progress) -The next draft (currently Draft 6) is a work in progress. You can [give feedback and get involved on GitHub](https://github.com/json-schema-org/json-schema-spec). +The next unreleased draft is a work in progress. You can [give feedback and get involved on GitHub](https://github.com/json-schema-org/json-schema-spec). - Core: [jsonschema-core.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-core.xml) - Validation: [jsonschema-validation.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-validation.xml) - Hyper-Schema: [jsonschema-hyperschema.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-hyperschema.xml) + ## Draft 6 Core: From c406e600e9f877a3b47c0c7a83f7b46fa2d42681 Mon Sep 17 00:00:00 2001 From: Adam Voss Date: Mon, 22 May 2017 19:15:12 -0500 Subject: [PATCH 26/26] Temporarily remove specification links older than Draft 4 --- specification-links.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/specification-links.md b/specification-links.md index 1aa2df1c..7626011d 100644 --- a/specification-links.md +++ b/specification-links.md @@ -48,12 +48,3 @@ Hyper-Schema: - Core: [draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-schema-04) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-04#appendix-A)) - Validation: [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/draft-fge-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-fge-json-schema-validation-00#appendix-A)) - Hyper-Schema: [draft-luff-json-hyper-schema-00](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00) ([changes](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00#appendix-A)) - -## Draft 3 - - - Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A)) - - Validation: none (included in Core) - - Hyper-Schema: none (included in Core) - -## Drafts 0/1/2 -These older drafts can be found on GitHub: [Draft 0](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-00), [Draft 1](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-01), [Draft 2](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-02) \ No newline at end of file