Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Merged
Changes from all commits
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
10 changes: 6 additions & 4 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

<h2>Specification</h2>
<div class="block">
<p>The latest Internet-Draft at the IETF is v5, published 2016-10-13.
(Due to a change in authorship the I-D numbering has been reset).
<p>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).
The specification is split into three parts, Core, Validation, and Hyper-Schema:</p>
<table class="key-value">
<tr>
Expand All @@ -21,7 +23,7 @@ <h2>Specification</h2>
<td class="value">defines the hyper-media keywords of JSON Schema</td>
</tr>
</table>
<p>They are also available on the IETF main site: <a href="http://tools.ietf.org/html/draft-wright-json-schema-00">core (draft-wright-json-schema-00)</a>, <a href="http://tools.ietf.org/html/draft-wright-json-schema-validation-00">validation (draft-wright-json-schema-validation-00)</a> and <a href="http://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00">hyper-schema (draft-wright-json-schema-hyperschema-00)</a>.
<p>They are also available on the IETF main site: <a href="http://tools.ietf.org/html/draft-wright-json-schema-01">core (draft-wright-json-schema-01)</a>, <a href="http://tools.ietf.org/html/draft-wright-json-schema-validation-01">validation (draft-wright-json-schema-validation-01)</a> and <a href="http://tools.ietf.org/html/draft-wright-json-schema-hyperschema-01">hyper-schema (draft-wright-json-schema-hyperschema-01)</a>.
</p>
<p>For previous versions of the specification, please see the <a href="https://github.com/json-schema-org/json-schema-spec/wiki/Specification-Links">Specification Links</a> page on our github wiki.
</p>
Expand All @@ -30,7 +32,7 @@ <h2>Specification</h2>
<h2>Meta-schemas</h2>
<div class="block">
<p>The meta-schemas are the schemas which define the JSON Schema and Hyper-Schema formats.</p>
<p>The latest meta-schema is draft-04. A future release with additional keywords will be published in the near future.</p>
<p>The latest meta-schema is draft-06.</p>
<table class="key-value">
<tr>
<td class="key"><a href="http://json-schema.org/schema">Core/Validation Meta-Schema</a></td>
Expand Down