You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsonschema-hyperschema.xml
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
<?xml version="1.0" encoding="US-ASCII"?>
2
2
<!DOCTYPErfc SYSTEM "rfc2629.dtd" [
3
-
<!ENTITYrfc3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
3
+
<!ENTITYrfc2045 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2045.xml">
4
+
<!ENTITYrfc2046 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2046.xml">
4
5
<!ENTITYrfc2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
6
+
<!ENTITYrfc3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
5
7
<!ENTITYrfc4287 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4287.xml">
6
-
<!ENTITYrfc2616 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2616.xml">
7
-
<!ENTITYrfc2045 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2045.xml">
8
8
<!ENTITYrfc5226 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5226.xml">
9
-
<!ENTITYrfc2046 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2046.xml">
10
-
<!ENTITYrfc2616 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2616.xml">
11
-
<!ENTITYrfc6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
12
9
<!ENTITYrfc5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
10
+
<!ENTITYrfc6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
11
+
<!ENTITYrfc7231 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.7231.xml">
13
12
<!ENTITYhtml401 SYSTEM "http://xml.resource.org/public/rfc/bibxml4/reference.W3C.REC-html401-19991224.xml">
14
13
]>
15
14
<?rfc toc="yes"?>
@@ -847,7 +846,7 @@ GET /foo/
847
846
<sectiontitle="mediaType">
848
847
<t>
849
848
The value of this property is advisory only, and represents the media type <xreftarget="RFC2046">RFC 2046</xref>, that is expected to be returned when fetching this resource.
850
-
This property value MAY be a media range instead, using the same pattern defined in <xreftarget="RFC2616">RFC 2161, section 14.1 - HTTP "Accept" header</xref>.
849
+
This property value MAY be a media range instead, using the same pattern defined in <xreftarget="RFC7231">RFC 7231, section 5.3.1 - HTTP "Accept" header</xref>.
851
850
</t>
852
851
853
852
<t>
@@ -857,7 +856,7 @@ GET /foo/
857
856
</t>
858
857
859
858
<t>
860
-
If this property's value is specified, and the link's target is to be obtained using any protocol that supports the HTTP/1.1 "Accept" header <xreftarget="RFC2616">RFC 2616, section 14.1</xref>, then user agents MAY use the value of this property to aid in the assembly of that header when making the request to the server.
859
+
If this property's value is specified, and the link's target is to be obtained using any protocol that supports the HTTP/1.1 "Accept" header <xreftarget="RFC7231">RFC 7231, section 5.3.1</xref>, then user agents MAY use the value of this property to aid in the assembly of that header when making the request to the server.
0 commit comments