diff options
Diffstat (limited to 'schema')
-rw-r--r-- | schema/flow_event_schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json index 60d36a4de..701ebcfb8 100644 --- a/schema/flow_event_schema.json +++ b/schema/flow_event_schema.json @@ -97,12 +97,12 @@ ] }, "l4_proto": { - "type": "string", "oneOf": [ { - "pattern": "^[0-9]+$" + "type": "number" }, { + "type": "string", "enum": [ "tcp", "udp", |