From 0ab12dfdb650dcac62d53e3c4bf78a43180a2076 Mon Sep 17 00:00:00 2001 From: Austin Wright Date: Mon, 14 Sep 2020 19:32:16 -0700 Subject: [PATCH 1/2] Make spec links more obvious Also remove "New Draft" notice which is about a year old now --- index.md | 6 +----- specification.md | 16 +--------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/index.md b/index.md index 5fe4b646..b83a7330 100644 --- a/index.md +++ b/index.md @@ -4,11 +4,7 @@ title: JSON Schema permalink: / --- -**NEW DRAFT PUBLISHED!** -{: style="color:red; font-size: 200%; text-align: center;"} - -The current version is [2019-09](specification.html)! -{: style="color:gray; font-size: 150%; text-align: center;"} +The current version is *[2019-09](specification.html)*! **JSON Schema** is a vocabulary that allows you to **annotate** and **validate** JSON documents. diff --git a/specification.md b/specification.md index 469da8a0..7edd5d0c 100644 --- a/specification.md +++ b/specification.md @@ -5,21 +5,7 @@ permalink: /specification.html title: Specification --- -**NEW DRAFT PUBLISHED!** -{: style="color:red; font-size: 200%; text-align: center;"} - -The current version is 2019-09! -{: style="color:gray; font-size: 150%; text-align: center;"} - -* TOC -{:toc} - -Draft numbering ---------------- - -The latest Internet-Drafts at the IETF are the **draft-handrews-json-schema\*-02** documents, which correspond to the **2019-09** meta-schemas. These were published on **2019-09-16**. - -For a full explanation of both the IETF and meta-schema numbering schemes, how they correspond, and why we are now using the date-based `2019-09` rather than `draft-08`, see the [Specification Links](specification-links.html) page. +The current version is *2019-09*! Specification documents ----------------------- From 78e85b53b53606c8fe4048014c3045b03bc3bfbb Mon Sep 17 00:00:00 2001 From: Austin Wright Date: Tue, 15 Sep 2020 17:12:55 -0700 Subject: [PATCH 2/2] Update index.md Co-authored-by: Ben Hutton --- index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/index.md b/index.md index b83a7330..c7128a8b 100644 --- a/index.md +++ b/index.md @@ -4,7 +4,6 @@ title: JSON Schema permalink: / --- -The current version is *[2019-09](specification.html)*! **JSON Schema** is a vocabulary that allows you to **annotate** and **validate** JSON documents.