From a7600fbe228a7a70149babc7cf70166f56e32917 Mon Sep 17 00:00:00 2001 From: josefdev Date: Tue, 4 Feb 2020 14:46:19 +0100 Subject: [PATCH 1/4] something done --- resources/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/schema.json b/resources/schema.json index db3252f..7b4d118 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -39,6 +39,9 @@ "selected": { "type": "boolean", "description": "In available multiselect filters, this indicates filter values that have already been selected." + }, + "image": { + "type": "string" } }, "additionalProperties": false From d9776f86d76b50aa20c6e9dc1a3da7f49d7a53b2 Mon Sep 17 00:00:00 2001 From: josefdev Date: Tue, 4 Feb 2020 17:07:34 +0100 Subject: [PATCH 2/4] something done --- resources/schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/schema.json b/resources/schema.json index 0f233aa..f0616bc 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -46,7 +46,8 @@ "description": "In available multi-select filters, this indicates filter values that have already been selected." }, "image": { - "type": "string" + "type": "string", + "description": "This contains an URL of a filter of type image" } }, "additionalProperties": false From fbe5a2f6db0f67f5d5561f11dce5460a719b1352 Mon Sep 17 00:00:00 2001 From: josefdev Date: Wed, 5 Feb 2020 08:44:33 +0100 Subject: [PATCH 3/4] something done --- resources/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/schema.json b/resources/schema.json index f0616bc..ec23409 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -47,7 +47,7 @@ }, "image": { "type": "string", - "description": "This contains an URL of a filter of type image" + "description": "This contains a Filter-URL" } }, "additionalProperties": false From bdea2714ae157883e5daf1ed6ffc994e9551c40e Mon Sep 17 00:00:00 2001 From: josefdev Date: Wed, 5 Feb 2020 10:42:25 +0100 Subject: [PATCH 4/4] resolve review issue --- resources/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/schema.json b/resources/schema.json index ec23409..ba047dc 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -47,7 +47,7 @@ }, "image": { "type": "string", - "description": "This contains a Filter-URL" + "description": "In case of an image-filter, this attribute contains a filter-URL " } }, "additionalProperties": false