From: Philippe Antoine Date: Mon, 26 Dec 2022 11:26:15 +0000 (+0100) Subject: jsonschema: add missing field .files[].file_id X-Git-Tag: suricata-7.0.1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f35052941dc1a81c3d048f07a06ec4c4d05c566c;p=thirdparty%2Fsuricata.git jsonschema: add missing field .files[].file_id --- diff --git a/etc/schema.json b/etc/schema.json index f9ea5c9f38..e8a543e69f 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -116,6 +116,9 @@ "filename": { "type": "string" }, + "file_id": { + "type": "integer" + }, "gaps": { "type": "boolean" },