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

Commit 88ba7d8

Browse files
committed
Connect site to work-in-progress feedback page
1 parent 654daa3 commit 88ba7d8

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

documentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: page
33
title: Specification
44
---
55

6+
<span style="color:red">***The next draft is [ready for pre-publication feedback](/work-in-progress/)!***</span>
7+
68
The latest Internet-Drafts at the IETF are the draft-wright-json-schema\*-01 documents, which correspond to the draft-06 meta-schemas. These were published on 2017-04-15. (Due to a change in authorship the I-D numbering was reset with the previous draft).
79

810
Please see the **[migration notes](draft-06/README.md)** for more information on this release and on migrating from draft-04.

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ permalink: /
66

77
**JSON Schema** is a vocabulary that allows you to **annotate** and **validate** JSON documents.
88

9+
<span style="color:red">***The next draft is [ready for pre-publication feedback](/work-in-progress/)!***</span>
10+
911
Advantages
1012
----------
1113

specification-links.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ layout: page
77

88
You can find the latest released draft on the [Specification](/documentation.md) page. Older drafts are expired, but may be of historical interest.
99

10+
<span style="color:red">***The next draft is [ready for pre-publication feedback](/work-in-progress/)!***</span>
11+
1012
**A note on draft naming and numbering:**
1113
IETF Internet-Drafts (I-Ds) are named with the editor's name and a sequential number which resets with each new editor. Meta-schemas are numbered sequentially. Additionally, drafts 00-03 used one document for all three current specs. Most people find it easier to remember the sequential meta-schema numbers, so those are used throughout the site.
1214

@@ -55,4 +57,4 @@ The next unreleased draft is a work in progress. You can [give feedback and get
5557
* [JSON Hyper-Schema meta-schema](http://json-schema.org/draft-03/hyper-schema)
5658

5759
## Drafts 0/1/2
58-
Meta-schemas for 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)
60+
Meta-schemas for 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)

0 commit comments

Comments
 (0)