diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/daemon_event_schema.json | 4 | ||||
-rw-r--r-- | schema/flow_event_schema.json | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json index c268e7b13..0fe6dab36 100644 --- a/schema/daemon_event_schema.json +++ b/schema/daemon_event_schema.json @@ -71,8 +71,8 @@ }, "size_per_flow": { "type": "number", - "minimum": 1400, - "maximum": 1500 + "minimum": 1384, + "maximum": 1400 }, "max-flows-per-thread": { diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json index e1096e2bd..c76385c18 100644 --- a/schema/flow_event_schema.json +++ b/schema/flow_event_schema.json @@ -1471,6 +1471,9 @@ "snmp": { "type": "object" }, + "ssdp": { + "type": "object" + }, "ssh": { "type": "object" }, |