From a9af810077063ae784402a8918ad8f2fdaec6095 Mon Sep 17 00:00:00 2001 From: LilyAnderssonLee Date: Fri, 18 Oct 2024 15:55:32 +0200 Subject: [PATCH] change db_path format back to the original value path in schema_database --- assets/schema_database.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/schema_database.json b/assets/schema_database.json index 1a6628c4..02853d92 100644 --- a/assets/schema_database.json +++ b/assets/schema_database.json @@ -46,7 +46,7 @@ "db_path": { "type": "string", "exists": true, - "format": "file-path", + "format": "path", "errorMessage": "db_path should be either a file path or a directory." } },