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

Commit d0365b0

Browse files
committed
Update the site with links for the new 2020-12 patch release.
1 parent a1fb2a6 commit d0365b0

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ We monitor the `jsonschema` tag on StackOverflow.
6464

6565
## Project Status
6666

67+
2021-06-10: A patch release of Draft 2020-12 has been published with no functional changes.
68+
69+
The new IETF document IDs are of the form `draft-bhutton-*-01`.
70+
6771
2021-02-01: Draft 2020-12 has been published!
6872

6973
The IETF document IDs are of the form `draft-bhutton-*-00`.

specification-links.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,21 +249,35 @@ For links to the somewhat more readably formatted versions on this web site, and
249249
draft‑bhutton‑relative‑json‑pointer‑00
250250
</a></small></tt><br>
251251
</td>
252-
<td>
252+
<td rowspan="3">
253253
<tt><small>2020&#8209;12</small></tt>
254254
</td>
255-
<td>
255+
<td rowspan="3">
256256
Draft 2020-12
257257
</td>
258-
<td>
258+
<td rowspan="3">
259259
<small>
260+
the&nbsp;<tt><small>draft&#8209;bhutton&#8209;*&#8209;01</small></tt> drafts were
261+
bugfixes and/or clarifications without meta&#8209;schema or functional changes
262+
<br />
260263
Milestone:
261264
<a href="https://github.com/json-schema-org/json-schema-spec/milestone/8">draft-08-patch-1</a>
262265
<br/>
263266
Changes and fixes as a result of discussion with the OpenAPI community. (Includes breaking changes.)
264267
</small>
265268
</td>
266269
</tr>
270+
<tr><!-- This empty row keeps the row colors aligned properlty for the two "draft-2020-12" versions --></tr>
271+
<tr>
272+
<td>
273+
<tt><small><a href="https://tools.ietf.org/html/draft-bhutton-json-schema-01">
274+
draft&#8209;bhutton&#8209;json&#8209;schema&#8209;01
275+
</a></small></tt><br>
276+
<tt><small><a href="https://tools.ietf.org/html/draft-bhutton-json-schema-validation-01">
277+
draft&#8209;bhutton&#8209;json&#8209;schema&#8209;validation&#8209;01
278+
</a></small></tt><br>
279+
</td>
280+
</tr>
267281
<tr>
268282
<td>
269283
<small><i>(TBD)</i></small>
@@ -288,8 +302,8 @@ For links to the somewhat more readably formatted versions on this web site, and
288302
### 2020-12
289303

290304
- Specifications
291-
- Core: [draft-bhutton-json-schema-00](https://tools.ietf.org/html/draft-bhutton-json-schema-00) ([changes](https://tools.ietf.org/html/draft-bhutton-json-schema-00#appendix-G))
292-
- Validation: [draft-bhutton-json-schema-validation-00](https://tools.ietf.org/html/draft-bhutton-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-bhutton-json-schema-validation-00#appendix-C))
305+
- Core: [draft-bhutton-json-schema-01](https://tools.ietf.org/html/draft-bhutton-json-schema-01) ([changes](https://tools.ietf.org/html/draft-bhutton-json-schema-01#appendix-G))
306+
- Validation: [draft-bhutton-json-schema-validation-01](https://tools.ietf.org/html/draft-bhutton-json-schema-validation-01) ([changes](https://tools.ietf.org/html/draft-bhutton-json-schema-validation-01#appendix-C))
293307
- Relative JSON Pointer: [draft-bhutton-relative-json-pointer-00](https://tools.ietf.org/html/draft-bhutton-relative-json-pointer-00) ([changes](https://tools.ietf.org/html/draft-bhutton-relative-json-pointer-00#appendix-A))
294308
- General use meta-schemas
295309
- [JSON Schema meta-schema](draft/2020-12/schema)

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Validation in any significant way.
2323
| [Relative JSON Pointers](draft/2020-12/relative-json-pointer.html) | extends the JSON Pointer syntax for relative pointers |
2424

2525
They are also available on the IETF main site:
26-
* [draft-bhutton-json-schema-00 (core)](https://tools.ietf.org/html/draft-bhutton-json-schema-00)
27-
* [draft-bhutton-json-schema-validation-00](https://tools.ietf.org/html/draft-bhutton-json-schema-validation-00)
26+
* [draft-bhutton-json-schema-01 (core)](https://tools.ietf.org/html/draft-bhutton-json-schema-01)
27+
* [draft-bhutton-json-schema-validation-01](https://tools.ietf.org/html/draft-bhutton-json-schema-validation-01)
2828
* [draft-bhutton-relative-json-pointer-00](https://tools.ietf.org/html/draft-bhutton-relative-json-pointer-00)
2929

3030
Meta-schemas

0 commit comments

Comments
 (0)