diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-11-13 11:57:14 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-11-13 16:19:07 +0100 |
commit | 36e428fc8917d61a6957a385a4e0b189be36b830 (patch) | |
tree | ae1a92c051ae52d80aef76123d2dd0a90f9c4fe2 /schema | |
parent | ea1698504cc73df41af0b9df20d5133330ee6977 (diff) |
Sync unit tests.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/packet_event_schema.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json index f38d8aa58..9df62de26 100644 --- a/schema/packet_event_schema.json +++ b/schema/packet_event_schema.json @@ -110,8 +110,7 @@ }, "pkt_len": { "type": "number", - "minimum": 0, - "maximum": 65535 + "minimum": 0 }, "pkt": { "type": "string" |