From 5498f3a7f1fecd822d980abc0e19c3b0c1d0f044 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Sun, 29 Jan 2023 09:44:35 +0100 Subject: [PATCH] fix: wrong yaml schema for `logPath` (#964) --- doc/yamlConfigurationSchema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/yamlConfigurationSchema.json b/doc/yamlConfigurationSchema.json index 53e5090..df9116b 100644 --- a/doc/yamlConfigurationSchema.json +++ b/doc/yamlConfigurationSchema.json @@ -108,8 +108,8 @@ "$id": "#/properties/log/period", "type": "number" }, - "logpath": { - "$id": "#/properties/log/logpath", + "logPath": { + "$id": "#/properties/log/logPath", "type": "string" }, "outFileDisabled": {