diff --git a/schema/1.0.0/event.schema.json b/schema/1.0.0/event.schema.json index 68ccebe..7639efe 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", "session_id", "timestamp"], + "required": ["action_name", "timestamp"], "properties": { "application": { "description": "name of the application tracking UBI events.",