From 4672a757d448a1cf3703e26893fae329003e5695 Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Fri, 10 Nov 2023 13:30:14 +0200 Subject: [PATCH] Add missing comma to JSON --- src/main/resources/schema/ddev-config-1.22.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }