Skip to content

Commit 4c62f40

Browse files
committed
1 parent 68def1e commit 4c62f40

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

relay/event.schema.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,14 @@
12051205
"format": "uint64",
12061206
"minimum": 0.0
12071207
},
1208+
"locale": {
1209+
"description": " Locale of the device.",
1210+
"default": null,
1211+
"type": [
1212+
"string",
1213+
"null"
1214+
]
1215+
},
12081216
"low_memory": {
12091217
"description": " Whether the device was low on memory.",
12101218
"default": null,
@@ -1310,6 +1318,16 @@
13101318
"format": "uint64",
13111319
"minimum": 0.0
13121320
},
1321+
"screen_height_pixels": {
1322+
"description": " Height of the screen in pixels.",
1323+
"default": null,
1324+
"type": [
1325+
"integer",
1326+
"null"
1327+
],
1328+
"format": "uint64",
1329+
"minimum": 0.0
1330+
},
13131331
"screen_resolution": {
13141332
"description": " Device screen resolution.\n\n (e.g.: 800x600, 3040x1444)",
13151333
"default": null,
@@ -1318,6 +1336,16 @@
13181336
"null"
13191337
]
13201338
},
1339+
"screen_width_pixels": {
1340+
"description": " Width of the screen in pixels.",
1341+
"default": null,
1342+
"type": [
1343+
"integer",
1344+
"null"
1345+
],
1346+
"format": "uint64",
1347+
"minimum": 0.0
1348+
},
13211349
"simulator": {
13221350
"description": " Simulator/prod indicator.",
13231351
"default": null,
@@ -1393,6 +1421,15 @@
13931421
],
13941422
"format": "uint64",
13951423
"minimum": 0.0
1424+
},
1425+
"uuid": {
1426+
"description": " UUID of the device.",
1427+
"default": null,
1428+
"type": [
1429+
"string",
1430+
"null"
1431+
],
1432+
"format": "uuid"
13961433
}
13971434
},
13981435
"additionalProperties": false

0 commit comments

Comments
 (0)