aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-rw-r--r--schema/flow_event_schema.json4
-rw-r--r--schema/packet_event_schema.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json
index 385fcf192..6a7f54628 100644
--- a/schema/flow_event_schema.json
+++ b/schema/flow_event_schema.json
@@ -107,11 +107,11 @@
},
"flow_first_seen": {
"type": "number",
- "minimum": 24710
+ "minimum": 0
},
"flow_last_seen": {
"type": "number",
- "minimum": 24710
+ "minimum": 0
},
"flow_idle_time": {
"type": "number",
diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json
index 3ad88f79f..e0e549d71 100644
--- a/schema/packet_event_schema.json
+++ b/schema/packet_event_schema.json
@@ -66,7 +66,7 @@
},
"flow_last_seen": {
"type": "number",
- "minimum": 24710
+ "minimum": 0
},
"flow_idle_time": {
"type": "number",