From 8d60a4f5052c4e303ac3f7f90b3ee14f655f88fd Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 28 Oct 2020 09:41:58 +0100 Subject: [PATCH] chg: [schema] wildmask type added to prepare the merge into MISP --- schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.json b/schema.json index 41226d6..776122c 100644 --- a/schema.json +++ b/schema.json @@ -29,7 +29,8 @@ "substring", "hostname", "cidr", - "regex" + "regex", + "wildmask" ], "type": "string" },