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",