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

Docs: Update revision number and publication details #56

Merged
merged 3 commits into from
Dec 12, 2016
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
18 changes: 8 additions & 10 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

<h2>Specification</h2>
<div class="block">
<p>The latest IETF published draft is v4. The specification is split into three parts:

<p>
<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).
The specification is split into three parts, Core, Validation, and Hyper-Schema:</p>
<table class="key-value">
<tr>
<td class="key"><a href="latest/json-schema-core.html">JSON Schema Core</a></td>
Expand All @@ -21,15 +21,14 @@ <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</a>, <a href="http://tools.ietf.org/html/draft-wright-json-schema-validation-00">validation</a> and <a href="http://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00">hyper-schema</a>.
<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>
</div>

<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 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>
<table class="key-value">
<tr>
<td class="key"><a href="http://json-schema.org/schema">Core/Validation Meta-Schema</a></td>
Expand All @@ -45,8 +44,7 @@ <h2>Meta-schemas</h2>
<h2>Standard schemas</h2>
<div class="block">
<p>These sample schemas describe simple data structures which can be expressed as JSON:

<p>
</p>
<table class="key-value">
<tr>
<td class="key"><a href="http://json-schema.org/geo">Geographic Coordinate</a></td>
Expand Down