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
"description": "Company name of the device manufacturer. This could be the same as the name of the original equipment manufacturer (OEM). Ex. Contoso."
22
+
},
23
+
{
24
+
"@type": "Property",
25
+
"name": "model",
26
+
"displayName": "Device model",
27
+
"schema": "string",
28
+
"description": "Device model name or ID. Ex. Surface Book 2."
29
+
},
30
+
{
31
+
"@type": "Property",
32
+
"name": "swVersion",
33
+
"displayName": "Software version",
34
+
"schema": "string",
35
+
"description": "Version of the software on your device. This could be the version of your firmware. Ex. 1.3.45"
36
+
},
37
+
{
38
+
"@type": "Property",
39
+
"name": "osName",
40
+
"displayName": "Operating system name",
41
+
"schema": "string",
42
+
"description": "Name of the operating system on the device. Ex. Windows 10 IoT Core."
43
+
},
44
+
{
45
+
"@type": "Property",
46
+
"name": "processorArchitecture",
47
+
"displayName": "Processor architecture",
48
+
"schema": "string",
49
+
"description": "Architecture of the processor on the device. Ex. x64 or ARM."
50
+
},
51
+
{
52
+
"@type": "Property",
53
+
"name": "processorManufacturer",
54
+
"displayName": "Processor manufacturer",
55
+
"schema": "string",
56
+
"description": "Name of the manufacturer of the processor on the device. Ex. Intel."
57
+
},
58
+
{
59
+
"@type": "Property",
60
+
"name": "totalStorage",
61
+
"displayName": "Total storage",
62
+
"schema": "long",
63
+
"displayUnit": "kilobytes",
64
+
"description": "Total available storage on the device in kilobytes. Ex. 2048000 kilobytes."
65
+
},
66
+
{
67
+
"@type": "Property",
68
+
"name": "totalMemory",
69
+
"displayName": "Total memory",
70
+
"schema": "long",
71
+
"displayUnit": "kilobytes",
72
+
"description": "Total available memory on the device in kilobytes. Ex. 256000 kilobytes."
0 commit comments