Fix undefined $param
[lhc/web/wiklou.git] / docs / extension.schema.json
index 638ee5d..30feaef 100644 (file)
                        "description": "Password policies"
                },
                "FileExtensions": {
-                       "type": "object",
-                       "description": "Preferred file extensions for uploading"
+                       "type": "array",
+                       "description": "Preferred file extensions for uploading",
+                       "items": {
+                               "type": "string"
+                       }
                },
                "callback": {
                        "type": [