File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ,
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 ,
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 ,
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
You can’t perform that action at this time.
0 commit comments