You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: documentation.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,6 @@ The specification is split into three parts, Core, Validation, and Hyper-Schema:
14
14
15
15
They are also available on the IETF main site: [core (draft-wright-json-schema-01)](http://tools.ietf.org/html/draft-wright-json-schema-01), [validation (draft-wright-json-schema-validation-01)](http://tools.ietf.org/html/draft-wright-json-schema-validation-01) and [hyper-schema (draft-wright-json-schema-hyperschema-01)](http://tools.ietf.org/html/draft-wright-json-schema-hyperschema-01).
16
16
17
-
### Other versions
18
-
19
-
Please see [Specification Links](specification-links.md) for older drafts and the latest unreleased version of the specification.
20
-
21
17
Meta-schemas
22
18
------------
23
19
@@ -28,4 +24,9 @@ The latest meta-schema is draft-06.
28
24
|[Core/Validation meta-schema](http://json-schema.org/schema)| Used for schemas written for pure validation. |
29
25
|[Hyper meta-schema](http://json-schema.org/hyper-schema)| Used for schemas written for validation and hyper-linking. |
30
26
31
-
**If you are accessing the above meta-schema links from a web browser, you will need to save the file then open it as a JSON file.**
27
+
**If you are accessing the above meta-schema links from a web browser, you will need to save the file then open it as a JSON file.**
28
+
29
+
Other versions
30
+
--------------
31
+
32
+
Please see [Specification Links](specification-links.md) for older drafts and the latest unreleased version of the specification.
<!-- This note should be incorporated into **specification-links.md**, but there are outstanding PR changes against that file. Leaving here to prevent merge conflicts. -->
11
-
12
-
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.
[draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-schema-04) and [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/draft-fge-json-schema-validation-00) | [http://json-schema.org/draft-04/hyper-schema](http://json-schema.org/draft-04/schema)
23
-
[draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) and [draft-wright-json-schema-validation-00](https://tools.ietf.org/html/draft-wright-json-schema-validation-00) | draft-05; [not published](../draft-05/README.md)
24
-
[draft-wright-json-schema-01](https://tools.ietf.org/html/draft-wright-json-schema-01) and [draft-wright-json-schema-validation-01](https://tools.ietf.org/html/draft-wright-json-schema-validation-01) | [http://json-schema.org/draft-06/schema](http://json-schema.org/draft-06/hyper-schema)
25
-
26
-
27
-
For JSON Hyper-Schema, the correspondences are:
28
-
29
-
Hyper-Schema IETF Draft | Hyper-Schema Meta-Schema URI
Copy file name to clipboardExpand all lines: specification-links.md
+16-19Lines changed: 16 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ layout: page
7
7
8
8
You can find the latest released draft on the [Specification](/documentation.md) page. Older drafts are expired, but may be of historical interest.
9
9
10
+
**A note on draft naming and numbering:**
11
+
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.
12
+
10
13
* TOC
11
14
{:toc}
12
15
@@ -17,45 +20,39 @@ The next unreleased draft is a work in progress. You can [give feedback and get
* See also the [hyper-schema migration FAQ](https://github.com/json-schema-org/json-schema-spec/wiki/FAQ:-draft-wright-json-schema-hyperschema-01)
**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.
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)
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)
0 commit comments