Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Make spec links more obvious #352

Merged
merged 2 commits into from
Sep 23, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
16 changes: 1 addition & 15 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------------
Expand Down