|
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 | <!ENTITY I-D.reschke-http-jfv SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.draft-reschke-http-jfv-06.xml">
|
@@ -920,10 +921,12 @@ GET /foo/
|
920 | 921 | <section title="anchorPointer" anchor="anchorPointer">
|
921 | 922 | <t>
|
922 | 923 | This property changes the point within the instance that is considered
|
923 |
| - to be the context resource of the link. The value of the property is a |
924 |
| - <xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>, |
925 |
| - starting from the default context (the part of the instance that validated |
926 |
| - against the schema containing the LDO). |
| 924 | + to be the context resource of the link. The value of the property MUST be a |
| 925 | + valid <xref target="RFC6906">JSON Pointer</xref>, or a valid |
| 926 | + <xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref> |
| 927 | + which is evaluated relative to the position in the instance from which |
| 928 | + <xref target="href">"href"</xref> template variable resolution would |
| 929 | + normally begin. |
927 | 930 | </t>
|
928 | 931 | <t>
|
929 | 932 | While an alternate context with a known URI is best set with the
|
@@ -1402,6 +1405,7 @@ GET /foo/
|
1402 | 1405 | &rfc3986;
|
1403 | 1406 | <!--&rfc4287;-->
|
1404 | 1407 | &rfc6570;
|
| 1408 | + &rfc6906; |
1405 | 1409 | &I-D.luff-relative-json-pointer;
|
1406 | 1410 | &I-D.reschke-http-jfv;
|
1407 | 1411 | <reference anchor="json-schema">
|
|
0 commit comments