From 9983d8b5162756f5016e4c0d0bc28ad86c2293e6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 2 Jul 2020 14:42:09 +0100 Subject: add lacks string operator, lacks is the opposite of contains. e.g.: not contains --- samples/dtail.schema.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'samples') diff --git a/samples/dtail.schema.json b/samples/dtail.schema.json index 68db788..73807fc 100755 --- a/samples/dtail.schema.json +++ b/samples/dtail.schema.json @@ -43,6 +43,29 @@ } } }, + "Monitor": { + "type": "array", + "items": { + "type": "object", + "properties": { + "Name": { + "type": "string" + }, + "Enable": { + "type": "boolean" + }, + "Files": { + "type": "string" + }, + "Outfile": { + "type": "string" + }, + "Query": { + "type": "string" + } + } + } + }, "HostKeyFile": { "type": "string" }, -- cgit v1.2.3