Skip to content

Commit 824f1ee

Browse files
authored
Merge pull request #407 from dlax/links-desc
Drop "description" of targetHints in links.json
2 parents 1f0095f + 922f6a2 commit 824f1ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

links.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
{ "$ref": "http://json-schema.org/draft-06/hyper-schema#" }
3333
]
3434
},
35-
"targetHints": {
36-
"description": "JSON representation of likely metadata such as response headers, with a protocol-dependent format"
37-
},
35+
"targetHints": { },
3836
"mediaType": {
3937
"type": "string"
4038
},

0 commit comments

Comments
 (0)