|
16 | 16 | <!ENTITY RFC6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
|
17 | 17 | <!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
|
18 | 18 | <!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
|
| 19 | +<!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"> |
19 | 20 | ]>
|
20 | 21 | <?rfc toc="yes"?>
|
21 | 22 | <?rfc symrefs="yes"?>
|
|
1062 | 1063 | </t>
|
1063 | 1064 | </section>
|
1064 | 1065 |
|
1065 |
| - <section title="json-pointer"> |
| 1066 | + <section title="JSON Pointers"> |
1066 | 1067 | <t>
|
1067 |
| - This attribute applies to string instances. |
| 1068 | + These attributes apply to string instances. |
1068 | 1069 | </t>
|
1069 | 1070 | <t>
|
1070 |
| - A string instance is valid against this attribute if it |
1071 |
| - is a valid JSON string representation of a JSON Pointer, |
1072 |
| - according to |
1073 |
| - <xref target="RFC6901">RFC 6901, section 5</xref> |
| 1071 | + <list style="hanging"> |
| 1072 | + <t hangText="json-pointer"> |
| 1073 | + A string instance is valid against this attribute if it |
| 1074 | + is a valid JSON string representation of a JSON Pointer, |
| 1075 | + according to <xref target="RFC6901">RFC 6901, section 5</xref>. |
| 1076 | + </t> |
| 1077 | + <t hangText="relative-json-pointer"> |
| 1078 | + A string instance is valid against this attribute if it is a valid |
| 1079 | + <xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>. |
| 1080 | + </t> |
| 1081 | + </list> |
| 1082 | + To allow for both absolute and relative JSON Pointers, use "anyOf" or |
| 1083 | + "oneOf" to indicate support for either format. |
1074 | 1084 | </t>
|
1075 | 1085 | </section>
|
1076 | 1086 | <section title="regex">
|
|
1255 | 1265 | &RFC6901;
|
1256 | 1266 | &RFC7159;
|
1257 | 1267 | &RFC5322;
|
| 1268 | + &I-D.luff-relative-json-pointer; |
1258 | 1269 | <reference anchor="ecma262"
|
1259 | 1270 | target="http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf">
|
1260 | 1271 | <front>
|
|
0 commit comments