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

Commit 8dcc96d

Browse files
committed
Better formatting on the specificaiton page
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.
1 parent 41b17d7 commit 8dcc96d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

documentation.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ layout: page
33
title: Specification
44
---
55

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).
77

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.
99

1010
The specification is split into three parts, Core, Validation, and Hyper-Schema, along with a related specification, Relative JSON Pointers:
1111

@@ -15,13 +15,17 @@ The specification is split into three parts, Core, Validation, and Hyper-Schema,
1515
| [JSON Hyper-Schema](latest/json-schema-hypermedia.html) | defines the hyper-media keywords of JSON Schema |
1616
| [Relative JSON Pointers](latest/relative-json-pointer.html) | extends the JSON Pointer sytnax for relative pointers |
1717

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).
18+
They are also available on the IETF main site:
19+
* [draft-handrews-json-schema-00 (core)](http://tools.ietf.org/html/draft-handrews-json-schema-00)
20+
* [draft-handrews-json-schema-validation-00](http://tools.ietf.org/html/draft-handrews-json-schema-validation-00)
21+
* [draft-handrews-json-schema-hyperschema-00](http://tools.ietf.org/html/draft-handrews-json-schema-hyperschema-00)
22+
* [draft-handrews-relative-json-pointer-00](https://tools.ietf.org/html/draft-handrews-relative-json-pointer-00)
1923

2024
Meta-schemas
2125
------------
2226

2327
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.
24-
The latest meta-schema is draft-07.
28+
The latest meta-schema is **draft-07**.
2529

2630
|--------------------------------------------------------------|------------------------------------------------------------|
2731
| [Core/Validation meta-schema](http://json-schema.org/schema) | Used for schemas written for pure validation. |

0 commit comments

Comments
 (0)