From 99accd03a2a8773ec1dd3001615f1703883b3a7a Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 21 Apr 2023 16:48:40 +0200 Subject: Moved `datalink` json key/value from error to packet events and renamed it to `pkt_datalink`. Signed-off-by: Toni Uhlig --- schema/error_event_schema.json | 7 ------- 1 file changed, 7 deletions(-) (limited to 'schema/error_event_schema.json') diff --git a/schema/error_event_schema.json b/schema/error_event_schema.json index b81140eab..41012f39c 100644 --- a/schema/error_event_schema.json +++ b/schema/error_event_schema.json @@ -6,7 +6,6 @@ "packet_id", "error_event_id", "error_event_name", - "datalink", "threshold_n", "threshold_n_max", "threshold_time", @@ -113,12 +112,6 @@ ] }, - "datalink": { - "type": "number", - "minimum": 0, - "maximum": 292 - }, - "threshold_n": { "type": "number", "minimum": 1 -- cgit v1.2.3