diff options
Diffstat (limited to 'schema/json/History.json')
-rw-r--r-- | schema/json/History.json | 8 |
1 files changed, 8 insertions, 0 deletions
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": [ |