Skip to content

Commit c216a7f

Browse files
committed
Add targetHints to links.json
1 parent 5cef9f9 commit c216a7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

links.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"description": "JSON Schema describing the link target",
2727
"allOf": [ { "$ref": "hyper-schema#" } ]
2828
},
29+
"targetHints": {
30+
"description": "JSON representation of likely metadata such as response headers, with a protocol-dependent format"
31+
},
2932
"mediaType": {
3033
"description": "media type (as defined by RFC 2046) describing the link target",
3134
"type": "string"

0 commit comments

Comments
 (0)