Skip to content

Commit

Permalink
Merge pull request #20 from AnkitSiva/query_id_optional
Browse files Browse the repository at this point in the history
fix[event.schema.json]: query_id optional
  • Loading branch information
epugh authored Aug 31, 2024
2 parents 778b4f4 + 85d1440 commit 700f4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/1.0.0/event.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 700f4ce

Please sign in to comment.