File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ The HWA client **must** provide at least obtain and provide the following data:
163
163
``` json
164
164
{
165
165
"os" : {
166
- "name" : " Windows " | "Linux " | "Mac ",
166
+ "name" : " windows " | "linux " | "mac ",
167
167
"version_id" : " string" ,
168
168
"version" : " string" ,
169
169
},
@@ -182,7 +182,7 @@ The HWA client **must** provide at least obtain and provide the following data:
182
182
"gpu" : [
183
183
{
184
184
"product" : " string" ,
185
- "vendor" : " Nvidia " | "Amd " | "Intel " | "string",
185
+ "vendor" : " nvidia " | "amd " | "intel " | "string",
186
186
}
187
187
]
188
188
}
@@ -265,14 +265,14 @@ The script **must** be able to output the result of the testing loop in a define
265
265
266
266
"hwinfo" : {
267
267
"os" : {
268
- "name" : " Windows " | "Linux " | "Mac ",
268
+ "name" : " windows " | "linux " | "mac ",
269
269
"version_id" : " string" ,
270
270
"version" : " string" ,
271
271
},
272
272
"cpu" : [
273
273
{
274
274
"product" : " string" ,
275
- "vendor" : " Intel " | "Amd " | "string",
275
+ "vendor" : " intel " | "amd " | "string",
276
276
}
277
277
],
278
278
"memory" : [
@@ -284,7 +284,7 @@ The script **must** be able to output the result of the testing loop in a define
284
284
"gpu" : [
285
285
{
286
286
"product" : " string" ,
287
- "vendor" : " Nvidia " | "Amd " | "Intel " | "string",
287
+ "vendor" : " windows " | "linux " | "mac " | "string",
288
288
}
289
289
]
290
290
},
You can’t perform that action at this time.
0 commit comments