summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-18 14:02:03 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-18 14:02:03 -0700
commit53ac7b93f456b471eaa7f03e015e2d8c0ef393e5 (patch)
tree7abd90560bd9b237a1b3451256d7cbcbfe4673ac /schema
parenta7ab1918f8894c5e5f71e31a88a21680e6e1d2dc (diff)
downloadsncontinue-53ac7b93f456b471eaa7f03e015e2d8c0ef393e5.tar.gz
sncontinue-53ac7b93f456b471eaa7f03e015e2d8c0ef393e5.tar.bz2
sncontinue-53ac7b93f456b471eaa7f03e015e2d8c0ef393e5.zip
error handle on invalid config file, don't immediately show loading message
Diffstat (limited to 'schema')
-rw-r--r--schema/json/FullState.json8
-rw-r--r--schema/json/History.json8
-rw-r--r--schema/json/HistoryNode.json8
3 files changed, 24 insertions, 0 deletions
diff --git a/schema/json/FullState.json b/schema/json/FullState.json
index 5a7e9d10..62ed337b 100644
--- a/schema/json/FullState.json
+++ b/schema/json/FullState.json
@@ -120,6 +120,14 @@
"title": "Active",
"default": true,
"type": "boolean"
+ },
+ "logs": {
+ "title": "Logs",
+ "default": [],
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
},
"required": [
diff --git a/schema/json/History.json b/schema/json/History.json
index ee797412..56415520 100644
--- a/schema/json/History.json
+++ b/schema/json/History.json
@@ -120,6 +120,14 @@
"title": "Active",
"default": true,
"type": "boolean"
+ },
+ "logs": {
+ "title": "Logs",
+ "default": [],
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
}
},
"required": [
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": [