diff options
Diffstat (limited to 'schema/packet_event_schema.json')
-rw-r--r-- | schema/packet_event_schema.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json index 8f90d454d..d087bace1 100644 --- a/schema/packet_event_schema.json +++ b/schema/packet_event_schema.json @@ -27,7 +27,7 @@ "required": [ "thread_id", "flow_id", "flow_packet_id", "flow_src_last_pkt_time", "flow_dst_last_pkt_time", "flow_idle_time" ] }, "else": { - "not": { "required": [ "thread_id", "flow_id", "flow_packet_id", "flow_src_last_pkt_time", "flow_dst_last_pkt_time", "flow_idle_time" ] } + "not": { "required": [ "thread_id", "vlan_id", "flow_id", "flow_packet_id", "flow_src_last_pkt_time", "flow_dst_last_pkt_time", "flow_idle_time" ] } }, "properties": { @@ -60,6 +60,11 @@ "packet-flow" ] }, + "vlan_id": { + "type": "number", + "minimum": 0, + "maximum": 4095 + }, "flow_id": { "type": "number", "minimum": 1 |