Skip to content

Commit

Permalink
specify the release date
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Oct 24, 2024
1 parent e32f88b commit c3e53ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schema/1.2.0/event.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://o19s.github.io/ubi/schema/1.2.0/event.schema.json",
"title": "Event tracking for UBI",
"description": "Version 1.2.0; last updated 2024-???. An event that occurred, typically in response to a user.",
"description": "Version 1.2.0; last updated 2024-10-24. An event that occurred, typically in response to a user.",
"type": "object",
"required": ["action_name", "timestamp"],
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schema/1.2.0/query.request.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://o19s.github.io/ubi/schema/1.2.0/query.request.schema.json",
"title": "Query Tracking for UBI",
"description": "Version 1.2.0; last updated 2024-??. A query made by a user should include these attributes for UBI tracking.",
"description": "Version 1.2.0; last updated 2024-10-24. A query made by a user should include these attributes for UBI tracking.",
"type": "object",
"required": [ "user_query" ],
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion schema/1.2.0/query.response.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://o19s.github.io/ubi/schema/1.2.0/query.response.schema.json",
"title": "Query Response When Using UBI",
"description": "Version 1.2.0; last updated 2024-??. The response to a query made by a user should support this schema.",
"description": "Version 1.2.0; last updated 2024-10-24. The response to a query made by a user should support this schema.",
"type": "object",
"required": [ "query_id" ],
"properties": {
Expand Down

0 comments on commit c3e53ec

Please sign in to comment.