From: Jason Ish Date: Tue, 14 Mar 2023 22:11:07 +0000 (-0600) Subject: schema: add "message_id" to email X-Git-Tag: suricata-7.0.0-rc2~522 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a441971837f6c51448a46db5a96cec90cc4415d;p=thirdparty%2Fsuricata.git schema: add "message_id" to email --- diff --git a/etc/schema.json b/etc/schema.json index 6b24f28e44..2de12bf329 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1338,7 +1338,10 @@ }, "has_exe_url": { "type": "boolean" - } + }, + "message_id": { + "type": "string" + } }, "additionalProperties": false },