Skip to content

Commit 6022270

Browse files
authored
Update HWA-Client-Whitepaper.md
updated caseing on platform vendor types
1 parent b5f5da0 commit 6022270

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

HWA-Client-Whitepaper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The HWA client **must** provide at least obtain and provide the following data:
163163
```json
164164
{
165165
"os": {
166-
"name": "Windows" | "Linux" | "Mac",
166+
"name": "windows" | "linux" | "mac",
167167
"version_id": "string",
168168
"version": "string",
169169
},
@@ -182,7 +182,7 @@ The HWA client **must** provide at least obtain and provide the following data:
182182
"gpu": [
183183
{
184184
"product": "string",
185-
"vendor": "Nvidia" | "Amd" | "Intel" | "string",
185+
"vendor": "nvidia" | "amd" | "intel" | "string",
186186
}
187187
]
188188
}
@@ -265,14 +265,14 @@ The script **must** be able to output the result of the testing loop in a define
265265

266266
"hwinfo": {
267267
"os": {
268-
"name": "Windows" | "Linux" | "Mac",
268+
"name": "windows" | "linux" | "mac",
269269
"version_id": "string",
270270
"version": "string",
271271
},
272272
"cpu": [
273273
{
274274
"product": "string",
275-
"vendor": "Intel" | "Amd" | "string",
275+
"vendor": "intel" | "amd" | "string",
276276
}
277277
],
278278
"memory": [
@@ -284,7 +284,7 @@ The script **must** be able to output the result of the testing loop in a define
284284
"gpu": [
285285
{
286286
"product": "string",
287-
"vendor": "Nvidia" | "Amd" | "Intel" | "string",
287+
"vendor": "windows" | "linux" | "mac" | "string",
288288
}
289289
]
290290
},

0 commit comments

Comments
 (0)