Skip to content

Commit 81cde06

Browse files
committed
Cite regular JSON Pointers separately.
1 parent 59f3d75 commit 81cde06

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

jsonschema-hyperschema.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<!ENTITY rfc5789 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5789.xml">
1010
<!ENTITY rfc5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
1111
<!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">
1213
<!ENTITY rfc7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
1314
<!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">
1415
]>
@@ -682,7 +683,8 @@
682683
<t>
683684
The value of the "hrefPointers" link description property MUST be
684685
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>
686688
which is evaluated relative to the position in the instance from which
687689
<xref target="href">"href"</xref> template variable resolution would
688690
normally begin.
@@ -695,13 +697,12 @@
695697
</t>
696698
<figure>
697699
<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.
705706
</preamble>
706707
<artwork>
707708
<![CDATA[{
@@ -1354,6 +1355,7 @@ GET /foo/
13541355
&rfc3986;
13551356
<!--&rfc4287;-->
13561357
&rfc6570;
1358+
&rfc6906;
13571359
&I-D.luff-relative-json-pointer;
13581360
<reference anchor="json-schema">
13591361
<front>

0 commit comments

Comments
 (0)