From b4785f7fd9daaeefa879ea95ef08a29f62a60dc1 Mon Sep 17 00:00:00 2001 From: Jakub Onderka Date: Thu, 10 Jun 2021 09:24:38 +0200 Subject: [PATCH] fix: [schema] wildmask is not valid type --- schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/schema.json b/schema.json index 776122c..41226d6 100644 --- a/schema.json +++ b/schema.json @@ -29,8 +29,7 @@ "substring", "hostname", "cidr", - "regex", - "wildmask" + "regex" ], "type": "string" },