Ottomata has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/357630 )
Change subject: [WIP] Add fields to revision/create needed for to get user
article creation rates
......................................................................
[WIP] Add fields to revision/create needed for to get user article creation
rates
Bug: T150369
Change-Id: I68853654a0012c29bcf5788e08e8fa002450ddda
---
M jsonschema/mediawiki/revision/create/1.yaml
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/event-schemas
refs/changes/30/357630/1
diff --git a/jsonschema/mediawiki/revision/create/1.yaml
b/jsonschema/mediawiki/revision/create/1.yaml
index b246118..aca645b 100644
--- a/jsonschema/mediawiki/revision/create/1.yaml
+++ b/jsonschema/mediawiki/revision/create/1.yaml
@@ -73,6 +73,16 @@
via the $user->isBot() method, which considers both user_groups
and user permissions.
type: boolean
+ user_create_dt:
+ description: The datetime of the user account creation. Not present
for anonymous users.
+ type: string
+ format: date-time
+ user_edit_count:
+ description: >
+ The number of edits this user has made at the time this revision is
created.
+ Not present for anonymous users.
+ type: integer
+ minimum: 0
required:
- user_text
- user_groups
--
To view, visit https://gerrit.wikimedia.org/r/357630
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I68853654a0012c29bcf5788e08e8fa002450ddda
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/event-schemas
Gerrit-Branch: master
Gerrit-Owner: Ottomata <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits