|
9 | 9 | <!ENTITY rfc5789 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5789.xml">
|
10 | 10 | <!ENTITY rfc5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
|
11 | 11 | <!ENTITY rfc6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
|
| 12 | +<!ENTITY rfc6906 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6906.xml"> |
12 | 13 | <!ENTITY rfc7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
|
13 | 14 | <!ENTITY I-D.luff-relative-json-pointer SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-luff-relative-json-pointer-00.xml">
|
14 | 15 | ]>
|
|
682 | 683 | <t>
|
683 | 684 | The value of the "hrefPointers" link description property MUST be
|
684 | 685 | an object. Each property value in the object MUST be a valid
|
685 |
| - <xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>, |
| 686 | + <xref target="RFC6906">JSON Pointer</xref>, or a valid |
| 687 | + <xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref> |
686 | 688 | which is evaluated relative to the position in the instance from which
|
687 | 689 | <xref target="href">"href"</xref> template variable resolution would
|
688 | 690 | normally begin.
|
|
695 | 697 | </t>
|
696 | 698 | <figure>
|
697 | 699 | <preamble>
|
698 |
| - Recall that a Relative JSON Pointer which is not also a regular |
699 |
| - JSON Pointer begins with a number indicating how many levels |
700 |
| - up to move before applying the remainder of the pointer, if any, in the |
701 |
| - same manner as a regular JSON Pointer. Consider the following schema |
702 |
| - for n-ary tree nodes, where a node is identified by its own id as well |
703 |
| - as the tree's root node id, and links are given for the IANA-registered |
704 |
| - "self" and "up" link relation types. |
| 700 | + Recall that a Relative JSON Pointer begins with a number indicating |
| 701 | + how many levels up to move before applying the remainder of the pointer, |
| 702 | + if any, in the same manner as a regular JSON Pointer. Consider the |
| 703 | + following schema for n-ary tree nodes, where a node is identified by |
| 704 | + its own id as well as the tree's root node id, and links are given for |
| 705 | + the IANA-registered "self" and "up" link relation types. |
705 | 706 | </preamble>
|
706 | 707 | <artwork>
|
707 | 708 | <![CDATA[{
|
@@ -1354,6 +1355,7 @@ GET /foo/
|
1354 | 1355 | &rfc3986;
|
1355 | 1356 | <!--&rfc4287;-->
|
1356 | 1357 | &rfc6570;
|
| 1358 | + &rfc6906; |
1357 | 1359 | &I-D.luff-relative-json-pointer;
|
1358 | 1360 | <reference anchor="json-schema">
|
1359 | 1361 | <front>
|
|
0 commit comments