aboutsummaryrefslogtreecommitdiff
path: root/schema/basic_event_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/basic_event_schema.json')
-rw-r--r--schema/basic_event_schema.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/schema/basic_event_schema.json b/schema/basic_event_schema.json
index 1dad5d11b..2a40524d0 100644
--- a/schema/basic_event_schema.json
+++ b/schema/basic_event_schema.json
@@ -7,7 +7,8 @@
"packet_id",
"basic_event_id",
"basic_event_name",
- "datalink"
+ "datalink",
+ "global_ts_msec"
],
"if": {
@@ -100,7 +101,7 @@
"datalink": {
"type": "number",
"minimum": 0,
- "maximum": 265
+ "maximum": 292
},
"layer_type": {
@@ -141,6 +142,10 @@
},
"max_idle": {
"type": "number"
+ },
+ "global_ts_msec": {
+ "type": "number",
+ "minimum": 0
}
},
"additionalProperties": false