diff --git a/jsonschema-hyperschema.xml b/jsonschema-hyperschema.xml index fee21836..4055598d 100644 --- a/jsonschema-hyperschema.xml +++ b/jsonschema-hyperschema.xml @@ -1552,7 +1552,7 @@ GET https://api.example.com HTTP/1.1 200 OK Content-Type: application/json -Link: rel=describedBy +Link: ; rel="describedBy" {} ]]> @@ -1896,10 +1896,10 @@ GET https://api.example.com/trees/1/nodes/123 HTTP/1.1 200 OK Content-Type: application/json -Link: rel=self -Link: rel=up - anchor= -Link: rev=up +Link: ; rel="self" +Link: ; rel="up"; + anchor="https://api.example.com/trees/1/nodes/456" +Link: ; rev="up" { "id": 123, "treeId": 1,