Skip to content

Commit 5b252bf

Browse files
committed
Update series info and reference names for next draft
1 parent 2625e06 commit 5b252bf

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

jsonschema-core.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<?rfc rfcedstyle="yes"?>
2121
<?rfc comments="yes"?>
2222
<?rfc inline="yes" ?>
23-
<rfc category="info" docName="draft-handrews-json-schema-02" ipr="trust200902">
23+
<rfc category="info" docName="draft-bhutton-json-schema-00" ipr="trust200902">
2424
<front>
2525
<title abbrev="JSON Schema">JSON Schema: A Media Type for Describing JSON Documents</title>
2626

@@ -3319,12 +3319,12 @@ https://example.com/schemas/common#/$defs/count/minimum
33193319
<author initials="H." surname="Andrews">
33203320
<organization/>
33213321
</author>
3322-
<author initials="G." surname="Luff">
3322+
<author initials="B." surname="Hutton">
33233323
<organization/>
33243324
</author>
3325-
<date year="2017" month="November"/>
3325+
<date year="2020" month="November"/>
33263326
</front>
3327-
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-validation-02" />
3327+
<seriesInfo name="Internet-Draft" value="draft-bhutton-json-schema-validation-00" />
33283328
</reference>
33293329
<reference anchor="json-hyper-schema">
33303330
<front>
@@ -3921,7 +3921,7 @@ https://example.com/schemas/common#/$defs/count/minimum
39213921
</t>
39223922
<t>
39233923
<list style="hanging">
3924-
<t hangText="draft-handrews-json-schema-03">
3924+
<t hangText="draft-bhutton-json-schema-00">
39253925
<list style="symbols">
39263926
<t>"$schema" MAY change for embedded resources</t>
39273927
<t>Array-value "items" functionality is now "prefixItems"</t>

jsonschema-validation.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<?rfc rfcedstyle="yes"?>
2929
<?rfc comments="yes"?>
3030
<?rfc inline="yes" ?>
31-
<rfc category="info" docName="draft-handrews-json-schema-validation-02" ipr="trust200902">
31+
<rfc category="info" docName="draft-bhutton-json-schema-validation-00" ipr="trust200902">
3232
<front>
3333
<title abbrev="JSON Schema Validation">
3434
JSON Schema Validation: A Vocabulary for Structural Validation of JSON
@@ -1344,9 +1344,12 @@
13441344
<author initials="H." surname="Andrews">
13451345
<organization/>
13461346
</author>
1347-
<date year="2017" month="November"/>
1347+
<author initials="B." surname="Hutton">
1348+
<organization/>
1349+
</author>
1350+
<date year="2020" month="November"/>
13481351
</front>
1349-
<seriesInfo name="Internet-Draft" value="draft-handrews-json-schema-02" />
1352+
<seriesInfo name="Internet-Draft" value="draft-bhutton-json-schema-00" />
13501353
</reference>
13511354
</references>
13521355

@@ -1430,7 +1433,7 @@
14301433
</t>
14311434
<t>
14321435
<list style="hanging">
1433-
<t hangText="draft-handrews-json-schema-validation-03">
1436+
<t hangText="draft-bhutton-json-schema-validation-00">
14341437
<list style="symbols">
14351438
<t>Correct email format RFC reference to 5321 instead of 5322</t>
14361439
<t>Clarified the set and meaning of "contentEncoding" values</t>

0 commit comments

Comments
 (0)