diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-02-15 13:04:16 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-02-15 13:04:16 +0000 |
| commit | 9d5c0a9185208b972c65def98222a2957e5101ab (patch) | |
| tree | 90e42fea20310f7dcd8437ebb3e48cf420450818 /samples | |
| parent | 37fe6052586cdeecd5975cf2b83b8b1109109817 (diff) | |
add missing keys to schema
Diffstat (limited to 'samples')
| -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" }, |
