Ottomata has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/335368 )

Change subject: recentchange id needs to be nullable too
......................................................................

recentchange id needs to be nullable too

Bug: T152030
Change-Id: Ic5bc46f4967ad99651a82e1d37afdd9dee53bde7
---
M jsonschema/mediawiki/recentchange/1.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/event-schemas 
refs/changes/68/335368/1

diff --git a/jsonschema/mediawiki/recentchange/1.yaml 
b/jsonschema/mediawiki/recentchange/1.yaml
index db86220..6d1b154 100644
--- a/jsonschema/mediawiki/recentchange/1.yaml
+++ b/jsonschema/mediawiki/recentchange/1.yaml
@@ -48,7 +48,7 @@
   ### Fields common to all recentchange events
   id:
     description: ID of the recentchange event (rcid).
-    type: integer
+    type: [integer, "null"]
 
   type:
     description: >

-- 
To view, visit https://gerrit.wikimedia.org/r/335368
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5bc46f4967ad99651a82e1d37afdd9dee53bde7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/event-schemas
Gerrit-Branch: master
Gerrit-Owner: Ottomata <ao...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to