Skip to content

Commit

Permalink
Merge pull request #81 from 6543/v2.2/weekly_users
Browse files Browse the repository at this point in the history
Add "activeWeek" to usage.users
  • Loading branch information
jhass authored Dec 21, 2023
2 parents ac23558 + 53384bf commit 72c25ee
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 @@ -20,7 +20,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 @@ -183,6 +183,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 72c25ee

Please sign in to comment.