diff --git a/jsonschema-hyperschema.xml b/jsonschema-hyperschema.xml index c60d41ed..a73a9e8e 100644 --- a/jsonschema-hyperschema.xml +++ b/jsonschema-hyperschema.xml @@ -24,7 +24,7 @@ - + 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 <author initials="H." surname="Andrews"> <organization>Cloudflare, Inc.</organization> </author> - <date year="2017" month="November"/> + <date year="2018" month="January"/> </front> - <seriesInfo name="Internet-Draft" value="draft-handrews-relative-json-pointer-00" /> + <seriesInfo name="Internet-Draft" value="draft-handrews-relative-json-pointer-01" /> </reference> <reference anchor="json-schema"> <front> @@ -2674,6 +2674,16 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up </t> <t> <list style="hanging"> + <t hangText="draft-handrews-json-schema-hyperschema-01"> + <list style="symbols"> + <t>This draft is purely a bug fix with no functional changes</t> + <t>Fixed erroneous meta-schema URI (draft-07, not draft-07-wip)</t> + <t>Removed stray "work in progress" language left over from review period</t> + <t>Fixed missing trailing "/" in various "base" examples</t> + <t>Fixed incorrect draft name in changelog (luff-*-00, not -01)</t> + <t>Update relative pointer ref to handrews-*-01, also purely a bug fix</t> + </list> + </t> <t hangText="draft-handrews-json-schema-hyperschema-00"> <list style="symbols"> <t>Top to bottom reorganization and rewrite</t> diff --git a/relative-json-pointer.xml b/relative-json-pointer.xml index aada2fb0..fefcb607 100644 --- a/relative-json-pointer.xml +++ b/relative-json-pointer.xml @@ -12,7 +12,7 @@ <?rfc rfcedstyle="yes"?> <?rfc comments="yes"?> <?rfc inline="yes" ?> -<rfc category="info" docName="draft-handrews-relative-json-pointer-00" ipr="trust200902"> +<rfc category="info" docName="draft-handrews-relative-json-pointer-01" ipr="trust200902"> <front> <title abbrev="Relative JSON Pointers">Relative JSON Pointers @@ -304,6 +304,11 @@ + + + The initial number is "non-negative", not "positive" + + Revived draft with identical wording and structure.