diff options
Diffstat (limited to 'schema/flow_event_schema.json')
-rw-r--r-- | schema/flow_event_schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json index e9af54b3b..95dc095e7 100644 --- a/schema/flow_event_schema.json +++ b/schema/flow_event_schema.json @@ -77,6 +77,11 @@ "type": "number", "minimum": 0 }, + "vlan_id": { + "type": "number", + "minimum": 0, + "maximum": 4095 + }, "flow_event_id": { "type": "number", "minimum": 0, |