Skip to content

Commit 6cfae46

Browse files
Add normative references for 3 json schema versions (#170)
* normative references for 3 json schema versions * point to release notes * just openjs
1 parent 9a34f77 commit 6cfae46

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

common.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,21 @@ var vcwg = {
4040
title: "JSON Schema: A Media Type for Describing JSON Documents",
4141
publisher: "OpenJS Foundation"
4242
},
43+
"JSON-SCHEMA-2020-12": {
44+
href: "https://json-schema.org/draft/2020-12/release-notes.html",
45+
title: "JSON Schema 2020-12 Release Notes",
46+
publisher: "OpenJS Foundation"
47+
},
48+
"JSON-SCHEMA-2019-09": {
49+
href: "https://json-schema.org/draft/2019-09/release-notes.html",
50+
title: "JSON Schema 2019-09 Release Notes",
51+
publisher: "OpenJS Foundation"
52+
},
53+
"JSON-SCHEMA-DRAFT-7": {
54+
href: "https://json-schema.org/draft-07/json-schema-release-notes.html",
55+
title: "JSON Schema Draft-07 Release Notes",
56+
publisher: "OpenJS Foundation"
57+
},
4358
"DID-CORE": {
4459
href: "https://w3c.github.io/did-core/",
4560
title: "Decentralized Identifiers (DIDs) v1.0",

index.html

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -339,42 +339,27 @@ <h2>JSON Schema Specifications</h2>
339339
<tr>
340340
<th style="white-space: nowrap">JSON Schema Specification</th>
341341
<th>Date of Publication</th>
342-
<th>References</th>
342+
<th>$schema URI</th>
343343
</tr>
344344
</thead>
345345
<tbody>
346346
<tr>
347-
<td><a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-01">draft-bhutton-json-schema-01</a></td>
347+
<td>[[JSON-SCHEMA-2020-12]]</td>
348348
<td>10 June 2022</td>
349-
<td>
350-
<a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-01">JSON Schema: A Media Type for Describing JSON Documents</a></br>
351-
<a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-01">JSON Schema Validation: A Vocabulary for Structural Validation of JSON</a></br>
352-
<a href="https://datatracker.ietf.org/doc/html/draft-bhutton-relative-json-pointer-00">Relative JSON Pointers</a>
353-
</td>
349+
<td><a href="https://json-schema.org/draft/2020-12/schema">https://json-schema.org/draft/2020-12/schema</a></td>
354350
</tr>
355351
<tr>
356-
<td><a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00">Draft 2020-12, draft-bhutton-json-schema-00</a></td>
357-
<td>11 June 2021</td>
358-
<td>
359-
<a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00">JSON Schema: A Media Type for Describing JSON Documents</a></br>
360-
<a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-00">JSON Schema Validation: A Vocabulary for Structural Validation of JSON</a></br>
361-
<a href="https://datatracker.ietf.org/doc/html/draft-bhutton-relative-json-pointer-00">Relative JSON Pointers</a>
362-
</td>
352+
<td>[[JSON-SCHEMA-2019-09]]</td>
353+
<td>19 March 2020</td>
354+
<td><a href="https://json-schema.org/draft/2019-09/schema">https://json-schema.org/draft/2019-09/schema</a></td>
363355
</tr>
364356
<tr>
365-
<td><a href="https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-02">Draft 2019-09, Draft 8</a></td>
366-
<td>19 March 2020</td>
367-
<td>
368-
<a href="https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-02">JSON Schema: A Media Type for Describing JSON Documents</a></br>
369-
<a href="https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-validation-02">JSON Schema Validation: A Vocabulary for Structural Validation of JSON</a></br>
370-
<a href="https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-hyperschema-02">JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON</a>
371-
</td>
357+
<td>[[JSON-SCHEMA-DRAFT-7]]</td>
358+
<td>20 September 2018</td>
359+
<td><a href="http://json-schema.org/draft-07/schema#">http://json-schema.org/draft-07/schema#</a></td>
372360
</tr>
373361
</tbody>
374362
</table>
375-
<p class="issue" data-number="133">
376-
Write considerations for normatively referencing JSON Schema.
377-
</p>
378363
<section class="normative">
379364
<h3>Reserved Keywords</h3>
380365
<p>

0 commit comments

Comments
 (0)