From c37ad660926533ac5bc72f9c9db035cd38a47dd8 Mon Sep 17 00:00:00 2001 From: Ankit Siva Date: Wed, 7 Aug 2024 09:38:37 -0700 Subject: [PATCH] fix[event.schema.json]: query_id optional --- schema/1.0.0/event.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/1.0.0/event.schema.json b/schema/1.0.0/event.schema.json index e6e89cb..ab29d5d 100644 --- a/schema/1.0.0/event.schema.json +++ b/schema/1.0.0/event.schema.json @@ -4,7 +4,7 @@ "title": "Event tracking for UBI", "description": "Version 1.0.0; last updated 2024-06-14. An event that occurred, typically in response to a user.", "type": "object", - "required": ["action_name", "query_id", "timestamp"], + "required": ["action_name", "timestamp"], "properties": { "application": { "description": "name of the application tracking UBI events.",