From ad56577223d1a7945af7e67f8f1e25c1360cbc3d Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Mon, 18 Dec 2017 10:43:30 +0100 Subject: [PATCH] Ensure scripts description items are strings --- res/composer-schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index 0ae737444..d5946f64b 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -449,7 +449,10 @@ }, "scripts-description": { "type": ["object"], - "description": "Descriptions for scripts listeners, shown in console help." + "description": "Descriptions for scripts listeners, shown in console help.", + "additionalProperties": { + "type": "string" + } }, "support": { "type": "object",