eve/schema: add top level ndpi object

The format is left free-form, as its controled by a plugin.
pull/12875/head
Jason Ish 8 months ago committed by Victor Julien
parent 078b7a4251
commit 9c522a0ac9

@ -1933,7 +1933,8 @@
"type": "string" "type": "string"
}, },
"exception_policy": { "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", "type": "array",
"properties": { "properties": {
"target": { "target": {
@ -7119,6 +7120,10 @@
} }
}, },
"additionalProperties": false "additionalProperties": false
},
"ndpi": {
"description": "nDPI plugin, contents provided by 3rd party library",
"type": "object"
} }
}, },
"$defs": { "$defs": {

Loading…
Cancel
Save