Skip to content

Commit bf73b7b

Browse files
authored
Merge pull request #44 from handrews/pointer
Update JSON Pointer xref to RFC
2 parents 9b8a251 + 22b648c commit bf73b7b

File tree

2 files changed

+6
-30
lines changed

2 files changed

+6
-30
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
44
<!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
55
<!ENTITY RFC5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
6+
<!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
67
<!ENTITY RFC7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
78
<!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
89
]>
@@ -444,7 +445,7 @@
444445
</figure>
445446

446447
<t>
447-
Subschemas at the following URI-encoded <xref target="json-pointer">JSON
448+
Subschemas at the following URI-encoded <xref target="RFC6901">JSON
448449
Pointer</xref>s (starting from the root schema) define the following
449450
base URIs:
450451

@@ -633,6 +634,7 @@ Content-Type: application/my-media-type+json;
633634

634635
<references title="Informative References">
635636
&RFC5988;
637+
&RFC6901;
636638
&RFC7231;
637639
<reference anchor="json-schema-validation"
638640
target="http://tools.ietf.org/html/draft-fge-json-schema-validation-01">
@@ -679,19 +681,6 @@ Content-Type: application/my-media-type+json;
679681
<date year="2012" month="September"/>
680682
</front>
681683
</reference>
682-
<reference anchor="json-pointer"
683-
target="http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07">
684-
<front>
685-
<title>JSON Pointer (work in progress)</title>
686-
<author initials="P." surname="Bryan">
687-
<organization>ForgeRock US, Inc.</organization>
688-
</author>
689-
<author initials="K." surname="Zyp">
690-
<organization>SitePen (USA)</organization>
691-
</author>
692-
<date year="2012" month="September"/>
693-
</front>
694-
</reference>
695684
<reference anchor="json-schema-03"
696685
target="http://tools.ietf.org/html/draft-zyp-json-schema-03">
697686
<front>

jsonschema-hyperschema.xml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<!ENTITY rfc4287 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4287.xml">
88
<!ENTITY rfc5226 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5226.xml">
99
<!ENTITY rfc5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
10+
<!ENTITY rfc6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
1011
<!ENTITY rfc6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
1112
<!ENTITY rfc7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
1213
<!ENTITY html401 SYSTEM "http://xml.resource.org/public/rfc/bibxml4/reference.W3C.REC-html401-19991224.xml">
@@ -301,7 +302,7 @@
301302

302303
<section title="json-pointer fragment resolution">
303304
<t>
304-
The "json-pointer" fragment resolution protocol uses a <xref target="json-pointer">JSON Pointer</xref> to resolve fragment identifiers in URIs within instance representations.
305+
The "json-pointer" fragment resolution protocol uses a <xref target="RFC6901">JSON Pointer</xref> to resolve fragment identifiers in URIs within instance representations.
305306
</t>
306307
</section>
307308
</section>
@@ -1010,21 +1011,7 @@ GET /foo/
10101011
&rfc3986;
10111012
&rfc4287;
10121013
&rfc6570;
1013-
<reference anchor="json-pointer" target="http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-03">
1014-
<front>
1015-
<title>JSON Pointer</title>
1016-
<author initials="P." surname="Bryan">
1017-
<organization>ForgeRock US, Inc.</organization>
1018-
</author>
1019-
<author initials="K." surname="Zyp">
1020-
<organization>SitePen (USA)</organization>
1021-
</author>
1022-
<author initials="M." surname="Nottingham">
1023-
<organization>Rackspace</organization>
1024-
</author>
1025-
<date year="2012" month="August" />
1026-
</front>
1027-
</reference>
1014+
&rfc6901;
10281015
<reference anchor="json-schema-core" target="http://tools.ietf.org/html/draft-zyp-json-schema-04">
10291016
<front>
10301017
<title>JSON Schema: core definitions and terminology</title>

0 commit comments

Comments
 (0)