|
8 | 8 | <!ENTITY rfc5789 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5789.xml">
|
9 | 9 | <!ENTITY rfc5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
|
10 | 10 | <!ENTITY rfc6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
|
| 11 | +<!ENTITY rfc6906 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6906.xml"> |
11 | 12 | <!ENTITY rfc7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
|
12 | 13 | <!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">
|
13 | 14 | <!ENTITY I-D.reschke-http-jfv SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-reschke-http-jfv-06.xml">
|
@@ -798,10 +799,12 @@ GET /foo/
|
798 | 799 | <section title="anchorPointer" anchor="anchorPointer">
|
799 | 800 | <t>
|
800 | 801 | This property changes the point within the instance that is considered
|
801 |
| - to be the context resource of the link. The value of the property is a |
802 |
| - <xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>, |
803 |
| - starting from the default context (the part of the instance that validated |
804 |
| - against the schema containing the LDO). |
| 802 | + to be the context resource of the link. The value of the property MUST be a |
| 803 | + valid <xref target="RFC6906">JSON Pointer</xref>, or a valid |
| 804 | + <xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref> |
| 805 | + which is evaluated relative to the position in the instance from which |
| 806 | + <xref target="href">"href"</xref> template variable resolution would |
| 807 | + normally begin. |
805 | 808 | </t>
|
806 | 809 | <t>
|
807 | 810 | While an alternate context with a known URI is best set with the
|
@@ -1277,6 +1280,7 @@ GET /foo/
|
1277 | 1280 | &rfc3986;
|
1278 | 1281 | <!--&rfc4287;-->
|
1279 | 1282 | &rfc6570;
|
| 1283 | + &rfc6906; |
1280 | 1284 | &I-D.luff-relative-json-pointer;
|
1281 | 1285 | &I-D.reschke-http-jfv;
|
1282 | 1286 | <reference anchor="json-schema">
|
|
0 commit comments