Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eba00e1

Browse files
committed
Quote all link parameters in Link header examples
We already had some quoted. Make things consistent by quoting them all.
1 parent 6af34b3 commit eba00e1

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
@@ -1552,7 +1552,7 @@ GET https://api.example.com HTTP/1.1
15521552
15531553
200 OK
15541554
Content-Type: application/json
1555-
Link: <https://schema.example.com/entry>; rel=describedBy
1555+
Link: <https://schema.example.com/entry>; rel="describedBy"
15561556
{}
15571557
]]>
15581558
</artwork>
@@ -1896,10 +1896,10 @@ GET https://api.example.com/trees/1/nodes/123 HTTP/1.1
18961896
18971897
200 OK
18981898
Content-Type: application/json
1899-
Link: <https://api.example.com/trees/1/nodes/123>; rel=self
1900-
Link: <https://api.example.com/trees/1/nodes/123>; rel=up;
1899+
Link: <https://api.example.com/trees/1/nodes/123>; rel="self"
1900+
Link: <https://api.example.com/trees/1/nodes/123>; rel="up";
19011901
anchor="https://api.example.com/trees/1/nodes/456"
1902-
Link: <https://api.example.com/trees/1/nodes/456>; rev=up
1902+
Link: <https://api.example.com/trees/1/nodes/456>; rev="up"
19031903
{
19041904
"id": 123,
19051905
"treeId": 1,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /