Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@ var vcwg = {
title: "JSON Schema: A Media Type for Describing JSON Documents",
publisher: "OpenJS Foundation"
},
"JSON-SCHEMA-2020-12": {
href: "https://json-schema.org/draft/2020-12/release-notes.html",
title: "JSON Schema 2020-12 Release Notes",
publisher: "OpenJS Foundation"
},
"JSON-SCHEMA-2019-09": {
href: "https://json-schema.org/draft/2019-09/release-notes.html",
title: "JSON Schema 2019-09 Release Notes",
publisher: "OpenJS Foundation"
},
"JSON-SCHEMA-DRAFT-7": {
href: "https://json-schema.org/draft-07/json-schema-release-notes.html",
title: "JSON Schema Draft-07 Release Notes",
publisher: "OpenJS Foundation"
},
"DID-CORE": {
href: "https://w3c.github.io/did-core/",
title: "Decentralized Identifiers (DIDs) v1.0",
Expand Down
33 changes: 9 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,42 +339,27 @@ <h2>JSON Schema Specifications</h2>
<tr>
<th style="white-space: nowrap">JSON Schema Specification</th>
<th>Date of Publication</th>
<th>References</th>
<th>$schema URI</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-01">draft-bhutton-json-schema-01</a></td>
<td>[[JSON-SCHEMA-2020-12]]</td>
<td>10 June 2022</td>
<td>
• <a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-01">JSON Schema: A Media Type for Describing JSON Documents</a></br>
• <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>
• <a href="https://datatracker.ietf.org/doc/html/draft-bhutton-relative-json-pointer-00">Relative JSON Pointers</a>
</td>
<td><a href="https://json-schema.org/draft/2020-12/schema">https://json-schema.org/draft/2020-12/schema</a></td>
</tr>
<tr>
<td><a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00">Draft 2020-12, draft-bhutton-json-schema-00</a></td>
<td>11 June 2021</td>
<td>
• <a href="https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00">JSON Schema: A Media Type for Describing JSON Documents</a></br>
• <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>
• <a href="https://datatracker.ietf.org/doc/html/draft-bhutton-relative-json-pointer-00">Relative JSON Pointers</a>
</td>
<td>[[JSON-SCHEMA-2019-09]]</td>
<td>19 March 2020</td>
<td><a href="https://json-schema.org/draft/2019-09/schema">https://json-schema.org/draft/2019-09/schema</a></td>
</tr>
<tr>
<td><a href="https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-02">Draft 2019-09, Draft 8</a></td>
<td>19 March 2020</td>
<td>
• <a href="https://datatracker.ietf.org/doc/html/draft-handrews-json-schema-02">JSON Schema: A Media Type for Describing JSON Documents</a></br>
• <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>
• <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>
</td>
<td>[[JSON-SCHEMA-DRAFT-7]]</td>
<td>20 September 2018</td>
<td><a href="http://json-schema.org/draft-07/schema#">http://json-schema.org/draft-07/schema#</a></td>
</tr>
</tbody>
</table>
<p class="issue" data-number="133">
Write considerations for normatively referencing JSON Schema.
</p>
<section class="normative">
<h3>Reserved Keywords</h3>
<p>
Expand Down