Skip to content

Commit 68abdd5

Browse files
Auto-push from schema generation [ci skip]
1 parent cdc1f3b commit 68abdd5

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

schemas/telemetry/bhr/bhr.4.bq

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
"name": "description",
104104
"type": "STRING"
105105
},
106+
{
107+
"mode": "NULLABLE",
108+
"name": "foreign_install",
109+
"type": "INT64"
110+
},
106111
{
107112
"description": "True or false depending on whether the add-on has binary components. This is always false since Firefox 60. This field is only available after the 'sessionstore-windows-restored' topic is notified.",
108113
"mode": "NULLABLE",
@@ -161,6 +166,16 @@
161166
"mode": "NULLABLE",
162167
"name": "update_day",
163168
"type": "INT64"
169+
},
170+
{
171+
"mode": "NULLABLE",
172+
"name": "user_disabled",
173+
"type": "INT64"
174+
},
175+
{
176+
"mode": "NULLABLE",
177+
"name": "version",
178+
"type": "STRING"
164179
}
165180
],
166181
"mode": "NULLABLE",
@@ -198,6 +213,12 @@
198213
},
199214
{
200215
"fields": [
216+
{
217+
"description": "Cast into an integer via mozilla-schema-generator. See bug 1611027.",
218+
"mode": "NULLABLE",
219+
"name": "apply_background_updates",
220+
"type": "INT64"
221+
},
201222
{
202223
"mode": "NULLABLE",
203224
"name": "user_disabled",
@@ -290,6 +311,11 @@
290311
"name": "description",
291312
"type": "STRING"
292313
},
314+
{
315+
"mode": "NULLABLE",
316+
"name": "foreign_install",
317+
"type": "INT64"
318+
},
293319
{
294320
"description": "True or false depending on whether the theme has binary components. This is always false since Firefox 60.",
295321
"mode": "NULLABLE",
@@ -810,6 +836,24 @@
810836
"mode": "NULLABLE",
811837
"name": "update",
812838
"type": "RECORD"
839+
},
840+
{
841+
"description": "User preferences - limited to an allowlist defined in `toolkit/components/telemetry/app/TelemetryEnvironment.jsm`",
842+
"fields": [
843+
{
844+
"mode": "NULLABLE",
845+
"name": "key",
846+
"type": "STRING"
847+
},
848+
{
849+
"mode": "NULLABLE",
850+
"name": "value",
851+
"type": "STRING"
852+
}
853+
],
854+
"mode": "REPEATED",
855+
"name": "user_prefs",
856+
"type": "RECORD"
813857
}
814858
],
815859
"mode": "NULLABLE",
@@ -1662,6 +1706,12 @@
16621706
"name": "runnable_name",
16631707
"type": "STRING"
16641708
},
1709+
{
1710+
"description": "JSON representation of the stack field. Injected by mozilla-schema-generator.",
1711+
"mode": "NULLABLE",
1712+
"name": "stack",
1713+
"type": "STRING"
1714+
},
16651715
{
16661716
"mode": "NULLABLE",
16671717
"name": "thread",

0 commit comments

Comments
 (0)