From b45d872424f7cb2c1e858172034fd6e6afcbe757 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 3 Apr 2024 13:55:19 +0200 Subject: [PATCH] chg: [schema] add the new 'integer' attribute type in the JSON schema --- schema_objects.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schema_objects.json b/schema_objects.json index 5a66390..7095137 100644 --- a/schema_objects.json +++ b/schema_objects.json @@ -127,6 +127,7 @@ "identity-card-number", "impfuzzy", "imphash", + "integer", "ip-dst", "ip-dst|port", "ip-src",