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
Bold some key information, make the links to the IETF-hosted
documents a nice list instead of an increasingly jumbled
paragraph (now that we have four documents).
Also fix the publication date which still had the draft-06 date.
Copy file name to clipboardExpand all lines: documentation.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ layout: page
3
3
title: Specification
4
4
---
5
5
6
-
The latest Internet-Drafts at the IETF are the draft-handrews-json-schema\*-00 documents, which correspond to the draft-07 meta-schemas. These were published on 2017-04-15. (Due to a change in author/editorship the I-D numbering was reset to -00 again).
6
+
The latest Internet-Drafts at the IETF are the **draft-handrews-json-schema\*-00** documents, which correspond to the **draft-07** meta-schemas. These were published on **2017-11-19**. (Due to a change in author/editorship the I-D numbering was reset to -00 again).
7
7
8
-
Please see the **[migration notes](draft-06/README.md)** for more information on this release and on migrating from draft-04.
8
+
Please see the **[migration notes](draft-06/README.md)**(which will soon be updated for draft-07) for more information on this release and on migrating from draft-04.
9
9
10
10
The specification is split into three parts, Core, Validation, and Hyper-Schema, along with a related specification, Relative JSON Pointers:
11
11
@@ -15,13 +15,17 @@ The specification is split into three parts, Core, Validation, and Hyper-Schema,
15
15
|[JSON Hyper-Schema](latest/json-schema-hypermedia.html)| defines the hyper-media keywords of JSON Schema |
16
16
|[Relative JSON Pointers](latest/relative-json-pointer.html)| extends the JSON Pointer sytnax for relative pointers |
17
17
18
-
They are also available on the IETF main site: [core (draft-handrews-json-schema-00)](http://tools.ietf.org/html/draft-handrews-json-schema-00), [validation (draft-handrews-json-schema-validation-00)](http://tools.ietf.org/html/draft-handrews-json-schema-validation-00), [hyper-schema (draft-handrews-json-schema-hyperschema-00)](http://tools.ietf.org/html/draft-handrews-json-schema-hyperschema-00), and [relative-json-pointer](https://tools.ietf.org/html/draft-handrews-relative-json-pointer-00).
The meta-schemas are schemas against which other schemas can be validated. They are self-descriptive: the JSON Schema meta-schema validates itself, while the JSON Hyper-Schema meta-schema both validates itself and defines its own "self" link.
0 commit comments