Skip to content

Commit 677f162

Browse files
authored
Merge pull request #535 from handrews/hyper-01
Prep for handrews-*-01 (Hyper-Schema and Rel JSON Pointer **ONLY**)
2 parents 5ed389f + 0622974 commit 677f162

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

jsonschema-hyperschema.xml

+13-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<?rfc rfcedstyle="yes"?>
2525
<?rfc comments="yes"?>
2626
<?rfc inline="yes" ?>
27-
<rfc category="info" docName="draft-handrews-json-schema-hyperschema-00" ipr="trust200902">
27+
<rfc category="info" docName="draft-handrews-json-schema-hyperschema-01" ipr="trust200902">
2828
<front>
2929
<title abbrev="JSON Hyper-Schema">
3030
JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON
@@ -2548,9 +2548,9 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
25482548
<author initials="H." surname="Andrews">
25492549
<organization>Cloudflare, Inc.</organization>
25502550
</author>
2551-
<date year="2017" month="November"/>
2551+
<date year="2018" month="January"/>
25522552
</front>
2553-
<seriesInfo name="Internet-Draft" value="draft-handrews-relative-json-pointer-00" />
2553+
<seriesInfo name="Internet-Draft" value="draft-handrews-relative-json-pointer-01" />
25542554
</reference>
25552555
<reference anchor="json-schema">
25562556
<front>
@@ -2674,6 +2674,16 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
26742674
</t>
26752675
<t>
26762676
<list style="hanging">
2677+
<t hangText="draft-handrews-json-schema-hyperschema-01">
2678+
<list style="symbols">
2679+
<t>This draft is purely a bug fix with no functional changes</t>
2680+
<t>Fixed erroneous meta-schema URI (draft-07, not draft-07-wip)</t>
2681+
<t>Removed stray "work in progress" language left over from review period</t>
2682+
<t>Fixed missing trailing "/" in various "base" examples</t>
2683+
<t>Fixed incorrect draft name in changelog (luff-*-00, not -01)</t>
2684+
<t>Update relative pointer ref to handrews-*-01, also purely a bug fix</t>
2685+
</list>
2686+
</t>
26772687
<t hangText="draft-handrews-json-schema-hyperschema-00">
26782688
<list style="symbols">
26792689
<t>Top to bottom reorganization and rewrite</t>

relative-json-pointer.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<?rfc rfcedstyle="yes"?>
1313
<?rfc comments="yes"?>
1414
<?rfc inline="yes" ?>
15-
<rfc category="info" docName="draft-handrews-relative-json-pointer-00" ipr="trust200902">
15+
<rfc category="info" docName="draft-handrews-relative-json-pointer-01" ipr="trust200902">
1616
<front>
1717
<title abbrev="Relative JSON Pointers">Relative JSON Pointers</title>
1818

@@ -304,6 +304,11 @@
304304
</t>
305305
<t>
306306
<list style="hanging">
307+
<t hangText="draft-handrews-relative-json-pointer-01">
308+
<list style="symbols">
309+
<t>The initial number is "non-negative", not "positive"</t>
310+
</list>
311+
</t>
307312
<t hangText="draft-handrews-relative-json-pointer-00">
308313
<list style="symbols">
309314
<t>Revived draft with identical wording and structure.</t>

0 commit comments

Comments
 (0)