From 517188491324d98488beda940ba8711d2c6dce61 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 1 Sep 2022 11:26:31 +0200 Subject: [PATCH] fix: wrong yaml schema for `logPath` --- 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": {