Skip to content

Commit daa0efe

Browse files
authored
Merge pull request #273 from dfinlay/rfc7231-ref-correction
Correct RFC 7231 "Accept" header section references.
2 parents ba5ef7d + 4878e00 commit daa0efe

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,8 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
741741
Evgeny Poberezkin,
742742
Brad Bowman,
743743
Gowry Sankar,
744-
and Donald Pipowitch
744+
Donald Pipowitch,
745+
and Dave Finlay
745746
for their submissions and patches to the document.
746747
</t>
747748
</section>

jsonschema-hyperschema.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ GET /foo/
769769
<section title="mediaType">
770770
<t>
771771
The value of this property is advisory only, and represents the media type <xref target="RFC2046">RFC 2046</xref>, that is expected to be returned when fetching this resource.
772-
This property value MAY be a media range instead, using the same pattern defined in <xref target="RFC7231">RFC 7231, section 5.3.1 - HTTP "Accept" header</xref>.
772+
This property value MAY be a media range instead, using the same pattern defined in <xref target="RFC7231">RFC 7231, section 5.3.2 - HTTP "Accept" header</xref>.
773773
</t>
774774

775775
<t>
@@ -779,7 +779,7 @@ GET /foo/
779779
</t>
780780

781781
<t>
782-
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 <xref target="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.
782+
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 <xref target="RFC7231">RFC 7231, section 5.3.2</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.
783783
</t>
784784

785785
<t>
@@ -973,7 +973,8 @@ GET /foo/
973973
Evgeny Poberezkin,
974974
Brad Bowman,
975975
Gowry Sankar,
976-
and Donald Pipowitch
976+
Donald Pipowitch,
977+
and Dave Finlay
977978
for their submissions and patches to the document.
978979
</t>
979980
</section>

jsonschema-validation.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,8 @@
935935
Evgeny Poberezkin,
936936
Brad Bowman,
937937
Gowry Sankar,
938-
and Donald Pipowitch
938+
Donald Pipowitch,
939+
and Dave Finlay
939940
for their submissions and patches to the document.
940941
</t>
941942
</section>

0 commit comments

Comments
 (0)