summaryrefslogtreecommitdiff
path: root/samples/dtail.schema.json
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-02-15 13:04:16 +0000
committerPaul Buetow <pbuetow@mimecast.com>2022-02-15 13:04:16 +0000
commit9d5c0a9185208b972c65def98222a2957e5101ab (patch)
tree90e42fea20310f7dcd8437ebb3e48cf420450818 /samples/dtail.schema.json
parent37fe6052586cdeecd5975cf2b83b8b1109109817 (diff)
add missing keys to schema
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"
},