From 14561ffe724eea7fe28cc852b09f1727c9df66f5 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Wed, 29 Jun 2022 16:52:10 +0530 Subject: [PATCH] eve/schema: add smtp url bool fields --- etc/schema.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index cbbd1b192b..cbda48f0e3 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1177,6 +1177,15 @@ "items": { "type": "string" } + }, + "has_ipv6_url": { + "type": "boolean" + }, + "has_ipv4_url": { + "type": "boolean" + }, + "has_exe_url": { + "type": "boolean" } }, "additionalProperties": false -- 2.47.2