From 7b2cd268bffae7646d0de69da8b62f3f3972d29e Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 29 Oct 2024 15:24:43 +0100 Subject: Updated JSON schema files and a test to make use of the UUID feature. Signed-off-by: Toni Uhlig --- schema/packet_event_schema.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'schema/packet_event_schema.json') diff --git a/schema/packet_event_schema.json b/schema/packet_event_schema.json index 4395b4ab2..8f90d454d 100644 --- a/schema/packet_event_schema.json +++ b/schema/packet_event_schema.json @@ -34,6 +34,9 @@ "alias": { "type": "string" }, + "uuid": { + "type": "string" + }, "source": { "type": "string" }, -- cgit v1.2.3