From 922f6a2cb2333e25995b0e5e0d2d0c8e0cca56ee Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Thu, 14 Sep 2017 08:52:39 +0200 Subject: [PATCH] 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). --- links.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/links.json b/links.json index 76be45b1..5b686c22 100644 --- a/links.json +++ b/links.json @@ -32,9 +32,7 @@ { "$ref": "http://json-schema.org/draft-06/hyper-schema#" } ] }, - "targetHints": { - "description": "JSON representation of likely metadata such as response headers, with a protocol-dependent format" - }, + "targetHints": { }, "mediaType": { "type": "string" },