|
12 | 12 | <!ENTITY RFC6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
|
13 | 13 | <!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
|
14 | 14 | <!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
|
| 15 | +<!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"> |
15 | 16 | ]>
|
16 | 17 | <?rfc toc="yes"?>
|
17 | 18 | <?rfc symrefs="yes"?>
|
|
1025 | 1026 | </t>
|
1026 | 1027 | </section>
|
1027 | 1028 |
|
1028 |
| - <section title="json-pointer"> |
| 1029 | + <section title="JSON Pointers"> |
1029 | 1030 | <t>
|
1030 |
| - This attribute applies to string instances. |
| 1031 | + These attributes apply to string instances. |
1031 | 1032 | </t>
|
1032 | 1033 | <t>
|
1033 |
| - A string instance is valid against this attribute if it |
1034 |
| - is a valid JSON string representation of a JSON Pointer, |
1035 |
| - according to |
1036 |
| - <xref target="RFC6901">RFC 6901, section 5</xref> |
| 1034 | + <list style="hanging"> |
| 1035 | + <t hangText="json-pointer"> |
| 1036 | + A string instance is valid against this attribute if it |
| 1037 | + is a valid JSON string representation of a JSON Pointer, |
| 1038 | + according to <xref target="RFC6901">RFC 6901, section 5</xref>. |
| 1039 | + </t> |
| 1040 | + <t hangText="relative-json-pointer"> |
| 1041 | + A string instance is valid against this attribute if it is a valid |
| 1042 | + <xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>. |
| 1043 | + </t> |
| 1044 | + </list> |
| 1045 | + To allow for both absolute and relative JSON Pointers, use "anyOf" or |
| 1046 | + "oneOf" to indicate support for either format. |
1037 | 1047 | </t>
|
1038 | 1048 | </section>
|
1039 | 1049 | <section title="regex">
|
|
1214 | 1224 | &RFC6901;
|
1215 | 1225 | &RFC7159;
|
1216 | 1226 | &RFC5322;
|
| 1227 | + &I-D.luff-relative-json-pointer; |
1217 | 1228 | <reference anchor="ecma262"
|
1218 | 1229 | target="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf">
|
1219 | 1230 | <front>
|
|
0 commit comments