aboutsummaryrefslogtreecommitdiff
path: root/schema/flow_event_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/flow_event_schema.json')
-rw-r--r--schema/flow_event_schema.json21
1 files changed, 20 insertions, 1 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json
index 94f2a00df..01060c016 100644
--- a/schema/flow_event_schema.json
+++ b/schema/flow_event_schema.json
@@ -344,7 +344,7 @@
},
"data_analysis": {
"type": "object",
- "required": [ "iat", "pktlen" ],
+ "required": [ "iat", "pktlen", "bins" ],
"properties": {
"iat": {
@@ -420,6 +420,25 @@
}
},
"additionalProperties": false
+ },
+ "bins": {
+ "type": "object",
+
+ "properties": {
+ "c_to_s": {
+ "type": "array",
+ "items": {
+ "type": "number"
+ }
+ },
+ "s_to_c": {
+ "type": "array",
+ "items": {
+ "type": "number"
+ }
+ }
+ },
+ "additionalProperties": false
}
},
"additionalProperties": false