diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-18 14:02:03 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-18 14:02:03 -0700 |
commit | 54c975f1454b353590435c262d558a71e6013865 (patch) | |
tree | c6b0cdcf8b0c16c09800240c7355f9a2ac9f6eb3 /schema/json/HistoryNode.json | |
parent | 7d56cc5ed9b07da49d746fc02e612602d80d35d9 (diff) | |
download | sncontinue-54c975f1454b353590435c262d558a71e6013865.tar.gz sncontinue-54c975f1454b353590435c262d558a71e6013865.tar.bz2 sncontinue-54c975f1454b353590435c262d558a71e6013865.zip |
error handle on invalid config file, don't immediately show loading message
Diffstat (limited to 'schema/json/HistoryNode.json')
-rw-r--r-- | schema/json/HistoryNode.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/schema/json/HistoryNode.json b/schema/json/HistoryNode.json index d0e12ac5..81e239b3 100644 --- a/schema/json/HistoryNode.json +++ b/schema/json/HistoryNode.json @@ -120,6 +120,14 @@ "title": "Active", "default": true, "type": "boolean" + }, + "logs": { + "title": "Logs", + "default": [], + "type": "array", + "items": { + "type": "string" + } } }, "required": [ |