Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rework emphases throughout the page.
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.
  • Loading branch information
handrews committed Oct 2, 2017
commit bb7efe0321d51b1b70d74e8c646471840a07c15d
10 changes: 6 additions & 4 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ layout: page
title: Specification
---

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.
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 **[migration notes](draft-06/README.md)** for more information on this release and on migrating from draft-04.

The specification is split into three parts, Core, Validation, and Hyper-Schema:

Expand All @@ -24,7 +26,7 @@ The latest meta-schema is draft-06.
| [Core/Validation meta-schema](http://json-schema.org/schema) | Used for schemas written for pure validation. |
| [Hyper meta-schema](http://json-schema.org/hyper-schema) | Used for schemas written for validation and hyper-linking. |

**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.**
_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._

Migrating from draft-04
-------------
Expand All @@ -34,7 +36,7 @@ The release notes discuss the changes impacting users and implementors:
- [JSON Schema Core and Validation](draft-06/json-schema-migration-faq.md)
- [JSON Hyper-Schema](draft-06/json-hyper-schema-migration-faq.md)

Other versions
--------------
Older drafts
------------

Please see [Specification Links](specification-links.md) for older drafts and the latest unreleased version of the specification.