fix: wrong yaml schema for logPath (#964)

This commit is contained in:
Michael Kriese
2023-01-29 09:44:35 +01:00
committed by GitHub
parent be397b9507
commit 5498f3a7f1

View File

@@ -108,8 +108,8 @@
"$id": "#/properties/log/period",
"type": "number"
},
"logpath": {
"$id": "#/properties/log/logpath",
"logPath": {
"$id": "#/properties/log/logPath",
"type": "string"
},
"outFileDisabled": {