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

Commit c05727c

Browse files
authored
Merge pull request #272 from handrews/wip
Build work-in-progress documents and description page
2 parents bf97862 + 06b9960 commit c05727c

23 files changed

+16127
-14
lines changed

index.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ permalink: /
77
***The current version is [draft-07](specification.html)!***
88
{: style="color:gray; font-size: 150%; text-align: center;"}
99

10+
***The next draft work-in-progres is [in final review](work-in-progress/)!***
11+
{: style="color:red; font-size: 150%; text-align: center;"}
12+
1013
**JSON Schema** is a vocabulary that allows you to **annotate** and **validate** JSON documents.
1114

1215

@@ -37,21 +40,13 @@ permalink: /
3740

3841
## Project Status
3942

40-
### Update as of 31 March 2019
41-
42-
**You may be wondering _what in the world is going on with this draft?_ The short version is: we are entering the home stretch. There are some ideas for simplifying `$id` that we are considering, and then there will be a final review period for feedback on overall flow and clarity.**
43-
44-
As for the long version: The original intent was to publish by the time the previous draft by or at least soon after the current Core and Validation drafts expired on 20 September, 2018. The project is a volunteer project, and one editor was driving most of the large changes in this draft.
45-
46-
Unfortunately, that editor had a lot of Real Life Stuff(tm) to deal with this past year, including changing jobs (which put things on hold from about May through August or so) and then a run of minor health issues (which put things on hold from November through February). Other contributors made progress during those times,
47-
48-
As of March, everyone is back to working towards the publication of the draft as schedules permit.
43+
### Update as of 27 May 2019
4944

50-
We expect to publish a new round of drafts (Core, Validation, Hyper-Schema, Relative JSON Pointer) in the next month or two, and are actively working on the last few PRs. While the drafts are currently expired, they are still under active development. This project is staffed by volunteers, and life occasionally disregards IETF expiration schedules.
45+
**The forthcoming draft is in [final review](work-in-progress/).**
5146

5247
This draft has also taken more time than expected because it tackles deep, long-term issues that have long been a challenge for JSON Schema. This includes building in a formal extensibility mechanism so that we can more easily draw a line to finalize the contents of the Core and Validation specifications.
5348

54-
Progress on the next set of Internet-Drafts can be tracked on GitHub. The [draft-08](https://github.com/json-schema-org/json-schema-spec/milestone/6) milestone will track the evolving scope of the draft (although see [issue #612](https://github.com/json-schema-org/json-schema-spec/issues/612) for a discussion of whether "draft-08" is the right name for this milestone).
49+
Additionally, numerous life issues reduced the availability of key contributors during the process.
5550

5651
### The Path to Standardization
5752

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"$schema": "http://json-schema.org/draft/2019-WIP/hyper-schema#",
3+
"$id": "http://json-schema.org/draft/2019-WIP/hyper-schema",
4+
"$vocabulary": {
5+
"https://json-schema.org/draft/2019-WIP/vocab/core": true,
6+
"https://json-schema.org/draft/2019-WIP/vocab/applicator": true,
7+
"https://json-schema.org/draft/2019-WIP/vocab/validation": true,
8+
"https://json-schema.org/draft/2019-WIP/vocab/meta-data": true,
9+
"https://json-schema.org/draft/2019-WIP/vocab/format": true,
10+
"https://json-schema.org/draft/2019-WIP/vocab/content": true,
11+
"https://json-schema.org/draft/2019-WIP/vocab/hyper-schema": true
12+
},
13+
"$recursiveAnchor": true,
14+
15+
"title": "JSON Hyper-Schema",
16+
"allOf": [
17+
{"$ref": "http://json-schema.org/draft/2019-WIP/schema"},
18+
{"$ref": "http://json-schema.org/draft/2019-WIP/meta/hyper-schema"}
19+
],
20+
"links": [
21+
{
22+
"rel": "self",
23+
"href": "{+%24id}"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)