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

Commit ed1193f

Browse files
authoredDec 12, 2016
Merge pull request #56 from awwright/master
Docs: Update revision number and publication details
2 parents d055a01 + de9dae7 commit ed1193f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed
 

‎documentation.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<h2>Specification</h2>
66
<div class="block">
7-
<p>The latest IETF published draft is v4. The specification is split into three parts:
8-
9-
<p>
7+
<p>The latest Internet-Draft at the IETF is v5, published 2016-10-13.
8+
(Due to a change in authorship the I-D numbering has been reset).
9+
The specification is split into three parts, Core, Validation, and Hyper-Schema:</p>
1010
<table class="key-value">
1111
<tr>
1212
<td class="key"><a href="latest/json-schema-core.html">JSON Schema Core</a></td>
@@ -21,15 +21,14 @@ <h2>Specification</h2>
2121
<td class="value">defines the hyper-media keywords of JSON Schema</td>
2222
</tr>
2323
</table>
24-
25-
<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>.
24+
<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>.
25+
</p>
2626
</div>
2727

2828
<h2>Meta-schemas</h2>
2929
<div class="block">
30-
<p>The meta-schemas are the schemas which define the JSON Schema and Hyper-Schema formats.
31-
32-
<p>
30+
<p>The meta-schemas are the schemas which define the JSON Schema and Hyper-Schema formats.</p>
31+
<p>The latest meta-schema is draft-04. A future release with additional keywords will be published in the near future.</p>
3332
<table class="key-value">
3433
<tr>
3534
<td class="key"><a href="http://json-schema.org/schema">Core/Validation Meta-Schema</a></td>
@@ -45,8 +44,7 @@ <h2>Meta-schemas</h2>
4544
<h2>Standard schemas</h2>
4645
<div class="block">
4746
<p>These sample schemas describe simple data structures which can be expressed as JSON:
48-
49-
<p>
47+
</p>
5048
<table class="key-value">
5149
<tr>
5250
<td class="key"><a href="http://json-schema.org/geo">Geographic Coordinate</a></td>

0 commit comments

Comments
 (0)
This repository has been archived.