Skip to content

Commit 922f6a2

Browse files
author
Denis Laxalde
committed
Drop "description" of targetHints in links.json
We just removed all descriptions in 0b0681c; that one slipped in when PR #383 got rebased (and merged).
1 parent 1f0095f commit 922f6a2

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)