diff --git a/src/main/resources/schema/ddev-config-1.22.schema.json b/src/main/resources/schema/ddev-config-1.22.schema.json index 0dd111e..e228301 100644 --- a/src/main/resources/schema/ddev-config-1.22.schema.json +++ b/src/main/resources/schema/ddev-config-1.22.schema.json @@ -194,7 +194,7 @@ }, "upload_dirs": { "description": "Sets multiple project upload directories, the first is taken as the destination directory of the import-files command", - "type": "array" + "type": "array", "items": { "type": "string" }