Skip to content

Update JSON Pointer xref to RFC #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
<!ENTITY RFC5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
<!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
<!ENTITY RFC7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
<!ENTITY RFC7159 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7159.xml">
]>
Expand Down Expand Up @@ -444,7 +445,7 @@
</figure>

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

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

<references title="Informative References">
&RFC5988;
&RFC6901;
&RFC7231;
<reference anchor="json-schema-validation"
target="http://tools.ietf.org/html/draft-fge-json-schema-validation-01">
Expand Down Expand Up @@ -679,19 +681,6 @@ Content-Type: application/my-media-type+json;
<date year="2012" month="September"/>
</front>
</reference>
<reference anchor="json-pointer"
target="http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07">
<front>
<title>JSON Pointer (work in progress)</title>
<author initials="P." surname="Bryan">
<organization>ForgeRock US, Inc.</organization>
</author>
<author initials="K." surname="Zyp">
<organization>SitePen (USA)</organization>
</author>
<date year="2012" month="September"/>
</front>
</reference>
<reference anchor="json-schema-03"
target="http://tools.ietf.org/html/draft-zyp-json-schema-03">
<front>
Expand Down
19 changes: 3 additions & 16 deletions jsonschema-hyperschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<!ENTITY rfc4287 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4287.xml">
<!ENTITY rfc5226 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5226.xml">
<!ENTITY rfc5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
<!ENTITY rfc6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
<!ENTITY rfc6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
<!ENTITY rfc7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
<!ENTITY html401 SYSTEM "http://xml.resource.org/public/rfc/bibxml4/reference.W3C.REC-html401-19991224.xml">
Expand Down Expand Up @@ -301,7 +302,7 @@

<section title="json-pointer fragment resolution">
<t>
The "json-pointer" fragment resolution protocol uses a <xref target="json-pointer">JSON Pointer</xref> to resolve fragment identifiers in URIs within instance representations.
The "json-pointer" fragment resolution protocol uses a <xref target="RFC6901">JSON Pointer</xref> to resolve fragment identifiers in URIs within instance representations.
</t>
</section>
</section>
Expand Down Expand Up @@ -1010,21 +1011,7 @@ GET /foo/
&rfc3986;
&rfc4287;
&rfc6570;
<reference anchor="json-pointer" target="http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-03">
<front>
<title>JSON Pointer</title>
<author initials="P." surname="Bryan">
<organization>ForgeRock US, Inc.</organization>
</author>
<author initials="K." surname="Zyp">
<organization>SitePen (USA)</organization>
</author>
<author initials="M." surname="Nottingham">
<organization>Rackspace</organization>
</author>
<date year="2012" month="August" />
</front>
</reference>
&rfc6901;
<reference anchor="json-schema-core" target="http://tools.ietf.org/html/draft-zyp-json-schema-04">
<front>
<title>JSON Schema: core definitions and terminology</title>
Expand Down