Skip to content

Commit

Permalink
start dance of moving 1.0.0 to 1.1.0, to be followed by restoring 1.0…
Browse files Browse the repository at this point in the history
….0 files
  • Loading branch information
epugh committed Aug 31, 2024
1 parent 2a2c464 commit 1bfad19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://o19s.github.io/ubi/schema/1.0.0/event.schema.json",
"$id": "https://o19s.github.io/ubi/schema/1.1.0/event.schema.json",
"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.",
"description": "Version 1.1.0; last updated 2024-08-31. An event that occurred, typically in response to a user.",
"type": "object",
"required": ["action_name", "timestamp"],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://o19s.github.io/ubi/schema/1.0.0/query.request.schema.json",
"$id": "https://o19s.github.io/ubi/schema/1.1.0/query.request.schema.json",
"title": "Query Tracking for UBI",
"description": "Version 1.0.0; last updated 2024-06-14. A query made by a user should include these attributes for UBI tracking.",
"description": "Version 1.1.0; last updated 2024-08-31. A query made by a user should include these attributes for UBI tracking.",
"type": "object",
"required": [ "user_query" ],
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://o19s.github.io/ubi/schema/1.0.0/query.response.schema.json",
"$id": "https://o19s.github.io/ubi/schema/1.1.0/query.response.schema.json",
"title": "Query Response When Using UBI",
"description": "Version 1.0.0; last updated 2024-06-14. The response to a query made by a user should support this schema.",
"description": "Version 1.1.0; last updated 2024-08-31. 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 1bfad19

Please sign in to comment.