From 5b56cb675fb3b7ad58c5de28760bc19f63a575bb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 20 Oct 2021 06:21:54 +0300 Subject: Add AllowFrom to server side schedulers JSON schema --- samples/dtail.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'samples') diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index 9bba4c9..bf07525 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -374,6 +374,12 @@ "Enable": { "type": "boolean" }, + "AllowFrom": { + "type": "array", + "items": { + "type": "string" + } + }, "TimeRange": { "type": "array", "items": [ -- cgit v1.2.3