@@ -139,12 +139,12 @@ Override or extend RAM details not related to matching but visible to the user f
139
139
140
140
** Properties**
141
141
142
- | Property | Type | Required | Description |
143
- | ----------------| ---------| ----------| -------------|
144
- | ` ecc ` | boolean | No | |
145
- | ` manufacturer ` | string | No | |
146
- | ` model ` | string | No | |
147
- | ` speed ` | integer | No | |
142
+ | Property | Type | Required | Description |
143
+ | ----------------| ---------| ----------| ------------------------------------------ |
144
+ | ` ecc ` | boolean | No | Error-Correcting Code (ECC) availability |
145
+ | ` manufacturer ` | string | No | |
146
+ | ` model ` | string | No | |
147
+ | ` speed ` | integer | No | in MHz |
148
148
149
149
##### storage
150
150
@@ -168,7 +168,7 @@ Override or extend Storage details not related to matching but visible to the us
168
168
| ------------------------| ---------| ----------| -------------|
169
169
| ` manufacturer ` | string | No | |
170
170
| ` model ` | string | No | |
171
- | ` sequentialWriteSpeed ` | integer | No | |
171
+ | ` sequentialWriteSpeed ` | integer | No | in Mb/s |
172
172
173
173
## offers
174
174
@@ -301,12 +301,12 @@ RAM details not related to matching but visible to the user for information purp
301
301
302
302
##### Properties
303
303
304
- | Property | Type | Required | Description |
305
- | ----------------| ---------| ----------| -------------|
306
- | ` ecc ` | boolean | No | |
307
- | ` manufacturer ` | string | No | |
308
- | ` model ` | string | No | |
309
- | ` speed ` | integer | No | |
304
+ | Property | Type | Required | Description |
305
+ | ----------------| ---------| ----------| ------------------------------------------ |
306
+ | ` ecc ` | boolean | No | Error-Correcting Code (ECC) availability |
307
+ | ` manufacturer ` | string | No | |
308
+ | ` model ` | string | No | |
309
+ | ` speed ` | integer | No | in MHz |
310
310
311
311
### storage
312
312
@@ -328,5 +328,5 @@ Storage details not related to matching but visible to the user for information
328
328
| ------------------------| ---------| ----------| -------------|
329
329
| ` manufacturer ` | string | No | |
330
330
| ` model ` | string | No | |
331
- | ` sequentialWriteSpeed ` | integer | No | |
331
+ | ` sequentialWriteSpeed ` | integer | No | in Mb/s |
332
332
0 commit comments