From 9c522a0ac974a251b108a466aaf0f2e1e549dac1 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 15 Jan 2025 15:25:20 -0600 Subject: [PATCH] eve/schema: add top level ndpi object The format is left free-form, as its controled by a plugin. --- etc/schema.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/schema.json b/etc/schema.json index 2f516f840d..54d90219ab 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1933,7 +1933,8 @@ "type": "string" }, "exception_policy": { - "description": "The exception policy(ies) triggered by the flow. Not logged if none was triggered", + "description": + "The exception policy(ies) triggered by the flow. Not logged if none was triggered", "type": "array", "properties": { "target": { @@ -7119,6 +7120,10 @@ } }, "additionalProperties": false + }, + "ndpi": { + "description": "nDPI plugin, contents provided by 3rd party library", + "type": "object" } }, "$defs": {