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/error_event_schema.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'schema/error_event_schema.json') diff --git a/schema/error_event_schema.json b/schema/error_event_schema.json index 41012f39c..e638b0242 100644 --- a/schema/error_event_schema.json +++ b/schema/error_event_schema.json @@ -74,6 +74,9 @@ "alias": { "type": "string" }, + "uuid": { + "type": "string" + }, "source": { "type": "string" }, -- cgit v1.2.3