Quellcode durchsuchen

Ensure scripts description items are strings

Mathias Brodala vor 7 Jahren
Ursprung
Commit
ad56577223
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 4 1
      res/composer-schema.json

+ 4 - 1
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",