summaryrefslogtreecommitdiff
path: root/samples/dtail.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'samples/dtail.schema.json')
-rwxr-xr-xsamples/dtail.schema.json18
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"
},