Skip to content

Commit

Permalink
Add "activeWeek" to usage.users
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Dec 17, 2023
1 parent 87f6d8d commit 53384bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/2.2/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"users": {
"total": 123,
"activeHalfyear": 42,
"activeMonth": 23
"activeMonth": 23,
"activeWeek": 22
},
"localPosts": 500,
"localComments": 1000
Expand Down
5 changes: 5 additions & 0 deletions schemas/2.2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@
"description": "The amount of users that signed in at least once in the last 30 days.",
"type": "integer",
"minimum": 0
},
"activeWeek": {
"description": "The amount of users that signed in at least once in the last 7 days.",
"type": "integer",
"minimum": 0
}
}
},
Expand Down

0 comments on commit 53384bf

Please sign in to comment.