You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/telemetry/bhr/bhr.4.bq
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,11 @@
103
103
"name": "description",
104
104
"type": "STRING"
105
105
},
106
+
{
107
+
"mode": "NULLABLE",
108
+
"name": "foreign_install",
109
+
"type": "INT64"
110
+
},
106
111
{
107
112
"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.",
108
113
"mode": "NULLABLE",
@@ -161,6 +166,16 @@
161
166
"mode": "NULLABLE",
162
167
"name": "update_day",
163
168
"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"
164
179
}
165
180
],
166
181
"mode": "NULLABLE",
@@ -198,6 +213,12 @@
198
213
},
199
214
{
200
215
"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
+
},
201
222
{
202
223
"mode": "NULLABLE",
203
224
"name": "user_disabled",
@@ -290,6 +311,11 @@
290
311
"name": "description",
291
312
"type": "STRING"
292
313
},
314
+
{
315
+
"mode": "NULLABLE",
316
+
"name": "foreign_install",
317
+
"type": "INT64"
318
+
},
293
319
{
294
320
"description": "True or false depending on whether the theme has binary components. This is always false since Firefox 60.",
295
321
"mode": "NULLABLE",
@@ -810,6 +836,24 @@
810
836
"mode": "NULLABLE",
811
837
"name": "update",
812
838
"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"
813
857
}
814
858
],
815
859
"mode": "NULLABLE",
@@ -1662,6 +1706,12 @@
1662
1706
"name": "runnable_name",
1663
1707
"type": "STRING"
1664
1708
},
1709
+
{
1710
+
"description": "JSON representation of the stack field. Injected by mozilla-schema-generator.",
0 commit comments