From 9d5c0a9185208b972c65def98222a2957e5101ab Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 15 Feb 2022 13:04:16 +0000 Subject: add missing keys to schema --- samples/dtail.schema.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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" }, -- cgit v1.2.3