From 05417407b3d24c358b292c1ab331ab371f0ae6ee Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Mon, 20 Mar 2023 16:04:01 -0300 Subject: [PATCH] schema: add missing flow event property: emergency --- etc/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index 81024cf6b4..3fa763603a 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1497,6 +1497,9 @@ "dest_port": { "type": "integer" }, + "emergency": { + "type": "boolean" + }, "end": { "type": "string" },