Skip to content

Commit f26ef9c

Browse files
authored
Merge pull request #415 from handrews/ptr-rfc
Fix JSON Pointer RFC (6901, not 6906).
2 parents 35d1524 + e5c878c commit f26ef9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-hyperschema.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +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">
12+
<!ENTITY rfc6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
1313
<!ENTITY rfc7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
1414
<!ENTITY rfc7240 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7240.xml">
1515
<!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">
@@ -564,7 +564,7 @@
564564
<t>
565565
The value of the "hrefPointers" link description property MUST be
566566
an object. Each property value in the object MUST be a valid
567-
<xref target="RFC6906">JSON Pointer</xref>, or a valid
567+
<xref target="RFC6901">JSON Pointer</xref>, or a valid
568568
<xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>
569569
which is evaluated relative to the position in the instance from which
570570
<xref target="href">"href"</xref> template variable resolution would
@@ -932,7 +932,7 @@ GET /foo/
932932
<t>
933933
This property changes the point within the instance that is considered
934934
to be the context resource of the link. The value of the property MUST be a
935-
valid <xref target="RFC6906">JSON Pointer</xref>, or a valid
935+
valid <xref target="RFC6901">JSON Pointer</xref>, or a valid
936936
<xref target="I-D.luff-relative-json-pointer">Relative JSON Pointer</xref>
937937
which is evaluated relative to the position in the instance from which
938938
<xref target="href">"href"</xref> template variable resolution would
@@ -1529,7 +1529,7 @@ GET /foo/
15291529
&rfc3986;
15301530
<!--&rfc4287;-->
15311531
&rfc6570;
1532-
&rfc6906;
1532+
&rfc6901;
15331533
&I-D.luff-relative-json-pointer;
15341534
&I-D.reschke-http-jfv;
15351535
<reference anchor="json-schema">

0 commit comments

Comments
 (0)