Skip to content

Prep for handrews-*-01 (Hyper-Schema and Rel JSON Pointer **ONLY**) #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2018
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
16 changes: 13 additions & 3 deletions jsonschema-hyperschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<?rfc rfcedstyle="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes" ?>
<rfc category="info" docName="draft-handrews-json-schema-hyperschema-00" ipr="trust200902">
<rfc category="info" docName="draft-handrews-json-schema-hyperschema-01" ipr="trust200902">
<front>
<title abbrev="JSON Hyper-Schema">
JSON Hyper-Schema: A Vocabulary for Hypermedia Annotation of JSON
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
7 changes: 6 additions & 1 deletion relative-json-pointer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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</title>

Expand Down Expand Up @@ -304,6 +304,11 @@
</t>
<t>
<list style="hanging">
<t hangText="draft-handrews-relative-json-pointer-01">
<list style="symbols">
<t>The initial number is "non-negative", not "positive"</t>
</list>
</t>
<t hangText="draft-handrews-relative-json-pointer-00">
<list style="symbols">
<t>Revived draft with identical wording and structure.</t>
Expand Down