From 2a7349406c447c1d0b46da04b3376a9d2deece02 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 7 Jun 2022 22:31:56 +0200 Subject: [PATCH] eve/schema: add missing capture_file field --- etc/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index d13f3e8829..b2411c08dc 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -17,6 +17,9 @@ "app_proto_ts": { "type": "string" }, + "capture_file": { + "type": "string" + }, "community_id": { "type": "string" },