diff options
Diffstat (limited to 'schema/flow_event_schema.json')
-rw-r--r-- | schema/flow_event_schema.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json index 65ef899fc..3b84f77cf 100644 --- a/schema/flow_event_schema.json +++ b/schema/flow_event_schema.json @@ -188,6 +188,9 @@ "ndpi": { "type": "object" }, + "entropy": { + "type": "number" + }, "dhcp": { "type": "object" }, @@ -197,6 +200,9 @@ "mdns": { "type": "object" }, + "ntp": { + "type": "object" + }, "ubntac2": { "type": "object" }, |