diff options
Diffstat (limited to 'samples/dtail.schema.json')
| -rwxr-xr-x | samples/dtail.schema.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index 73807fc..0497fbf 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -43,7 +43,7 @@ } } }, - "Monitor": { + "Continuous": { "type": "array", "items": { "type": "object", @@ -54,6 +54,9 @@ "Enable": { "type": "boolean" }, + "RestartOnDayChange": { + "type": "boolean" + }, "Files": { "type": "string" }, |
