diff options
Diffstat (limited to 'samples/dtail.schema.json')
| -rwxr-xr-x | samples/dtail.schema.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index 7f5cbed..e9de4d6 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -407,6 +407,12 @@ "type": "string" } }, + "Servers": { + "type": "array", + "items": { + "type": "string" + } + }, "TimeRange": { "type": "array", "items": [ @@ -442,6 +448,18 @@ "Enable": { "type": "boolean" }, + "AllowFrom": { + "type": "array", + "items": { + "type": "string" + } + }, + "Servers": { + "type": "array", + "items": { + "type": "string" + } + }, "RestartOnDayChange": { "type": "boolean" }, |
