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.
Emphasize the initial link to the migration notes page a bit more,
but leave the section further down as people still often miss
links in text.
Rework the meta-schema instructions as all-bold was too heavy
and obscured the important parts of the sentence.
Change "Other versions" to "Older drafts" to be more clear about
what the link points to. There are not other versions in the
sense of other currently valid versions.
Copy file name to clipboardExpand all lines: documentation.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ layout: page
3
3
title: Specification
4
4
---
5
5
6
-
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). Please see the [release notes](draft-06/README.md) for more information on this release and information on migrating from previous drafts.
6
+
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).
7
+
8
+
Please see the **[migration notes](draft-06/README.md)** for more information on this release and on migrating from draft-04.
7
9
8
10
The specification is split into three parts, Core, Validation, and Hyper-Schema:
9
11
@@ -24,7 +26,7 @@ The latest meta-schema is draft-06.
24
26
|[Core/Validation meta-schema](http://json-schema.org/schema)| Used for schemas written for pure validation. |
25
27
|[Hyper meta-schema](http://json-schema.org/hyper-schema)| Used for schemas written for validation and hyper-linking. |
26
28
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.**
29
+
_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 document._
28
30
29
31
Migrating from draft-04
30
32
-------------
@@ -34,7 +36,7 @@ The release notes discuss the changes impacting users and implementors:
34
36
-[JSON Schema Core and Validation](draft-06/json-schema-migration-faq.md)
0 commit comments