1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/MemoryMetrics.v1_7_3.json",
3    "$ref": "#/definitions/MemoryMetrics",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "#MemoryMetrics.ClearCurrentPeriod": {
27                    "$ref": "#/definitions/ClearCurrentPeriod"
28                },
29                "Oem": {
30                    "$ref": "#/definitions/OemActions",
31                    "description": "The available OEM-specific actions for this resource.",
32                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
33                }
34            },
35            "type": "object"
36        },
37        "AlarmTrips": {
38            "additionalProperties": false,
39            "description": "The alarm trip information about the memory.  These alarms are reset when the system resets.  Note that if they are re-discovered they can be reasserted.",
40            "longDescription": "This type shall contain properties that describe the types of alarms that have been raised by the memory.  These alarms shall be reset when the system resets.  Note that if they are re-discovered they can be reasserted.",
41            "patternProperties": {
42                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
43                    "description": "This property shall specify a valid odata or Redfish property.",
44                    "type": [
45                        "array",
46                        "boolean",
47                        "integer",
48                        "number",
49                        "null",
50                        "object",
51                        "string"
52                    ]
53                }
54            },
55            "properties": {
56                "AddressParityError": {
57                    "description": "An indication of whether an address parity error was detected that a retry could not correct.",
58                    "longDescription": "This property shall indicate whether an address parity error was detected that a retry could not correct.",
59                    "readonly": true,
60                    "type": [
61                        "boolean",
62                        "null"
63                    ]
64                },
65                "CorrectableECCError": {
66                    "description": "An indication of whether the correctable error threshold crossing alarm trip was detected.",
67                    "longDescription": "This property shall indicate whether the correctable error threshold crossing alarm trip was detected.",
68                    "readonly": true,
69                    "type": [
70                        "boolean",
71                        "null"
72                    ]
73                },
74                "SpareBlock": {
75                    "description": "An indication of whether the spare block capacity crossing alarm trip was detected.",
76                    "longDescription": "This property shall indicate whether the spare block capacity crossing alarm trip was detected.",
77                    "readonly": true,
78                    "type": [
79                        "boolean",
80                        "null"
81                    ]
82                },
83                "Temperature": {
84                    "description": "An indication of whether a temperature threshold alarm trip was detected.",
85                    "longDescription": "This property shall indicate whether a temperature threshold alarm trip was detected.",
86                    "readonly": true,
87                    "type": [
88                        "boolean",
89                        "null"
90                    ]
91                },
92                "UncorrectableECCError": {
93                    "description": "An indication of whether the uncorrectable error threshold alarm trip was detected.",
94                    "longDescription": "This property shall indicate whether the uncorrectable error threshold alarm trip was detected.",
95                    "readonly": true,
96                    "type": [
97                        "boolean",
98                        "null"
99                    ]
100                }
101            },
102            "type": "object"
103        },
104        "AlertCapabilities": {
105            "additionalProperties": false,
106            "description": "The conditions that would generate an alert to the CXL Fabric Manager or host.",
107            "longDescription": "This type shall contain the conditions that would generate an alert to the CXL Fabric Manager or host.",
108            "patternProperties": {
109                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
110                    "description": "This property shall specify a valid odata or Redfish property.",
111                    "type": [
112                        "array",
113                        "boolean",
114                        "integer",
115                        "number",
116                        "null",
117                        "object",
118                        "string"
119                    ]
120                }
121            },
122            "properties": {
123                "CorrectableECCError": {
124                    "description": "Indicates whether correctable ECC errors generate an alert to the CXL Fabric Manager or host.",
125                    "longDescription": "This property shall indicate whether correctable ECC errors generate an alert to the CXL Fabric Manager or host.",
126                    "readonly": true,
127                    "type": [
128                        "boolean",
129                        "null"
130                    ],
131                    "versionAdded": "v1_6_0"
132                },
133                "SpareBlock": {
134                    "description": "Indicates whether spare block conditions generate an alert to the CXL Fabric Manager or host.",
135                    "longDescription": "This property shall indicate whether spare block conditions generate an alert to the CXL Fabric Manager or host.",
136                    "readonly": true,
137                    "type": [
138                        "boolean",
139                        "null"
140                    ],
141                    "versionAdded": "v1_6_0"
142                },
143                "Temperature": {
144                    "description": "Indicates whether temperature conditions generate an alert to the CXL Fabric Manager or host.",
145                    "longDescription": "This property shall indicate whether temperature conditions generate an alert to the CXL Fabric Manager or host.",
146                    "readonly": true,
147                    "type": [
148                        "boolean",
149                        "null"
150                    ],
151                    "versionAdded": "v1_6_0"
152                },
153                "UncorrectableECCError": {
154                    "description": "Indicates whether uncorrectable ECC errors generate an alert to the CXL Fabric Manager or host.",
155                    "longDescription": "This property shall indicate whether uncorrectable ECC errors generate an alert to the CXL Fabric Manager or host.",
156                    "readonly": true,
157                    "type": [
158                        "boolean",
159                        "null"
160                    ],
161                    "versionAdded": "v1_6_0"
162                }
163            },
164            "type": "object"
165        },
166        "CXL": {
167            "additionalProperties": false,
168            "description": "The memory metrics specific to CXL devices.",
169            "longDescription": "This type shall contain the memory metrics specific to CXL devices.",
170            "patternProperties": {
171                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
172                    "description": "This property shall specify a valid odata or Redfish property.",
173                    "type": [
174                        "array",
175                        "boolean",
176                        "integer",
177                        "number",
178                        "null",
179                        "object",
180                        "string"
181                    ]
182                }
183            },
184            "properties": {
185                "AlertCapabilities": {
186                    "anyOf": [
187                        {
188                            "$ref": "#/definitions/AlertCapabilities"
189                        },
190                        {
191                            "type": "null"
192                        }
193                    ],
194                    "description": "The conditions that would generate an alert to the CXL Fabric Manager or host.",
195                    "longDescription": "This property shall contain the conditions that would generate an alert to the CXL Fabric Manager or host.",
196                    "versionAdded": "v1_6_0"
197                }
198            },
199            "type": "object"
200        },
201        "ClearCurrentPeriod": {
202            "additionalProperties": false,
203            "description": "This action sets the `CurrentPeriod` property's values to 0.",
204            "longDescription": "This action shall set the `CurrentPeriod` property's values to 0.",
205            "parameters": {},
206            "patternProperties": {
207                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
208                    "description": "This property shall specify a valid odata or Redfish property.",
209                    "type": [
210                        "array",
211                        "boolean",
212                        "integer",
213                        "number",
214                        "null",
215                        "object",
216                        "string"
217                    ]
218                }
219            },
220            "properties": {
221                "target": {
222                    "description": "Link to invoke action",
223                    "format": "uri-reference",
224                    "type": "string"
225                },
226                "title": {
227                    "description": "Friendly action name",
228                    "type": "string"
229                }
230            },
231            "type": "object"
232        },
233        "CurrentPeriod": {
234            "additionalProperties": false,
235            "description": "The memory metrics since the last system reset or `ClearCurrentPeriod` action.",
236            "longDescription": "This type shall describe the memory metrics since last system reset or `ClearCurrentPeriod` action.",
237            "patternProperties": {
238                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
239                    "description": "This property shall specify a valid odata or Redfish property.",
240                    "type": [
241                        "array",
242                        "boolean",
243                        "integer",
244                        "number",
245                        "null",
246                        "object",
247                        "string"
248                    ]
249                }
250            },
251            "properties": {
252                "BlocksRead": {
253                    "description": "The number of blocks read since reset.",
254                    "longDescription": "This property shall contain the number of blocks read since reset.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of BlocksRead over all memory.",
255                    "readonly": true,
256                    "type": [
257                        "integer",
258                        "null"
259                    ]
260                },
261                "BlocksWritten": {
262                    "description": "The number of blocks written since reset.",
263                    "longDescription": "This property shall contain the number of blocks written since reset.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of BlocksWritten over all memory.",
264                    "readonly": true,
265                    "type": [
266                        "integer",
267                        "null"
268                    ]
269                },
270                "CorrectableECCErrorCount": {
271                    "description": "The number of correctable errors since reset.",
272                    "longDescription": "This property shall contain the number of correctable errors since reset.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of CorrectableECCErrorCount over all memory.",
273                    "readonly": true,
274                    "type": [
275                        "integer",
276                        "null"
277                    ],
278                    "versionAdded": "v1_4_0"
279                },
280                "IndeterminateCorrectableErrorCount": {
281                    "description": "The number of indeterminate correctable errors since reset.",
282                    "longDescription": "This property shall contain the number of indeterminate correctable errors since reset.  Since the error origin is indeterminate, the same error can be duplicated across multiple `MemoryMetrics` resources.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of indeterminate correctable errors across all memory without duplication, which may not be the sum of all `IndeterminateCorrectableErrorCount` properties over all memory.",
283                    "readonly": true,
284                    "type": [
285                        "integer",
286                        "null"
287                    ],
288                    "versionAdded": "v1_5_0"
289                },
290                "IndeterminateUncorrectableErrorCount": {
291                    "description": "The number of indeterminate uncorrectable errors since reset.",
292                    "longDescription": "This property shall contain the number of indeterminate uncorrectable errors since reset.  Since the error origin is indeterminate, the same error can be duplicated across multiple `MemoryMetrics` resources.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of indeterminate uncorrectable errors across all memory without duplication, which may not be the sum of all `IndeterminateUncorrectableErrorCount` properties over all memory.",
293                    "readonly": true,
294                    "type": [
295                        "integer",
296                        "null"
297                    ],
298                    "versionAdded": "v1_5_0"
299                },
300                "UncorrectableECCErrorCount": {
301                    "description": "The number of uncorrectable errors since reset.",
302                    "longDescription": "This property shall contain the number of uncorrectable errors since reset.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of UncorrectableECCErrorCount over all memory.",
303                    "readonly": true,
304                    "type": [
305                        "integer",
306                        "null"
307                    ],
308                    "versionAdded": "v1_4_0"
309                }
310            },
311            "type": "object"
312        },
313        "HealthData": {
314            "additionalProperties": false,
315            "description": "The health information of the memory.",
316            "longDescription": "This type shall contain properties that describe the health information metrics for this resource.",
317            "patternProperties": {
318                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
319                    "description": "This property shall specify a valid odata or Redfish property.",
320                    "type": [
321                        "array",
322                        "boolean",
323                        "integer",
324                        "number",
325                        "null",
326                        "object",
327                        "string"
328                    ]
329                }
330            },
331            "properties": {
332                "AlarmTrips": {
333                    "$ref": "#/definitions/AlarmTrips",
334                    "description": "Alarm trip information about the memory.",
335                    "longDescription": "This object shall contain properties describe the types of alarms that have been raised by the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall indicate whether an alarm of a given type have been raised by any area of memory."
336                },
337                "DataLossDetected": {
338                    "description": "An indication of whether data loss was detected.",
339                    "longDescription": "This property shall indicate whether data loss was detected.  When this resource is subordinate to the `MemorySummary` object, this property shall indicate whether any data loss was detected in any area of memory.",
340                    "readonly": true,
341                    "type": [
342                        "boolean",
343                        "null"
344                    ]
345                },
346                "LastShutdownSuccess": {
347                    "description": "An indication of whether the last shutdown succeeded.",
348                    "longDescription": "This property shall indicate whether the last shutdown succeeded.",
349                    "readonly": true,
350                    "type": [
351                        "boolean",
352                        "null"
353                    ]
354                },
355                "PerformanceDegraded": {
356                    "description": "An indication of whether performance has degraded.",
357                    "longDescription": "This property shall indicate whether performance has degraded.  When this resource is subordinate to the `MemorySummary` object, this property shall indicate whether degraded performance mode status is detected in any area of memory.",
358                    "readonly": true,
359                    "type": [
360                        "boolean",
361                        "null"
362                    ]
363                },
364                "PredictedMediaLifeLeftPercent": {
365                    "description": "The percentage of reads and writes that are predicted to still be available for the media.",
366                    "longDescription": "This property shall contain an indicator of the percentage, `0` to `100`, of life remaining in the media.",
367                    "maximum": 100,
368                    "minimum": 0,
369                    "readonly": true,
370                    "type": [
371                        "number",
372                        "null"
373                    ],
374                    "units": "%",
375                    "versionAdded": "v1_1_0"
376                },
377                "RemainingSpareBlockPercentage": {
378                    "description": "The remaining spare blocks, as a percentage.",
379                    "longDescription": "This property shall contain the remaining spare blocks as a percentage, `0` to `100`.  When this resource is subordinate to the `MemorySummary` object, this property shall be the RemainingSpareBlockPercentage over all memory.",
380                    "readonly": true,
381                    "type": [
382                        "number",
383                        "null"
384                    ],
385                    "units": "%"
386                }
387            },
388            "type": "object"
389        },
390        "LifeTime": {
391            "additionalProperties": false,
392            "description": "The memory metrics for the lifetime of the memory.",
393            "longDescription": "This type shall describe the memory metrics since manufacturing.",
394            "patternProperties": {
395                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
396                    "description": "This property shall specify a valid odata or Redfish property.",
397                    "type": [
398                        "array",
399                        "boolean",
400                        "integer",
401                        "number",
402                        "null",
403                        "object",
404                        "string"
405                    ]
406                }
407            },
408            "properties": {
409                "BlocksRead": {
410                    "description": "The number of blocks read for the lifetime of the memory.",
411                    "longDescription": "This property shall contain the number of blocks read for the lifetime of the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of BlocksRead over all memory.",
412                    "readonly": true,
413                    "type": [
414                        "integer",
415                        "null"
416                    ]
417                },
418                "BlocksWritten": {
419                    "description": "The number of blocks written for the lifetime of the memory.",
420                    "longDescription": "This property shall contain the number of blocks written for the lifetime of the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of BlocksWritten over all memory.",
421                    "readonly": true,
422                    "type": [
423                        "integer",
424                        "null"
425                    ]
426                },
427                "CorrectableECCErrorCount": {
428                    "description": "The number of correctable errors for the lifetime of the memory.",
429                    "longDescription": "This property shall contain the number of correctable errors for the lifetime of the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of CorrectableECCErrorCount over all memory.",
430                    "readonly": true,
431                    "type": [
432                        "integer",
433                        "null"
434                    ],
435                    "versionAdded": "v1_4_0"
436                },
437                "IndeterminateCorrectableErrorCount": {
438                    "description": "The number of indeterminate correctable errors for the lifetime of the memory.",
439                    "longDescription": "This property shall contain the number of indeterminate correctable errors for the lifetime of the memory.  Since the error origin is indeterminate, the same error can be duplicated across multiple `MemoryMetrics` resources.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of indeterminate correctable errors across all memory without duplication, which may not be the sum of all `IndeterminateCorrectableErrorCount` properties over all memory.",
440                    "readonly": true,
441                    "type": [
442                        "integer",
443                        "null"
444                    ],
445                    "versionAdded": "v1_5_0"
446                },
447                "IndeterminateUncorrectableErrorCount": {
448                    "description": "The number of indeterminate uncorrectable errors for the lifetime of the memory.",
449                    "longDescription": "This property shall contain the number of indeterminate uncorrectable errors for the lifetime of the memory.  Since the error origin is indeterminate, the same error can be duplicated across multiple `MemoryMetrics` resources.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of indeterminate uncorrectable errors across all memory without duplication, which may not be the sum of all `IndeterminateUncorrectableErrorCount` properties over all memory.",
450                    "readonly": true,
451                    "type": [
452                        "integer",
453                        "null"
454                    ],
455                    "versionAdded": "v1_5_0"
456                },
457                "UncorrectableECCErrorCount": {
458                    "description": "The number of uncorrectable errors for the lifetime of the memory.",
459                    "longDescription": "This property shall contain the number of uncorrectable errors for the lifetime of the memory.  When this resource is subordinate to the `MemorySummary` object, this property shall be the sum of UncorrectableECCErrorCount over all memory.",
460                    "readonly": true,
461                    "type": [
462                        "integer",
463                        "null"
464                    ],
465                    "versionAdded": "v1_4_0"
466                }
467            },
468            "type": "object"
469        },
470        "MemoryMetrics": {
471            "additionalProperties": false,
472            "description": "The `MemoryMetrics` schema contains usage and health statistics for a memory device or system memory summary.",
473            "longDescription": "This resource shall represent the memory metrics for a memory device or system memory summary in a Redfish implementation.",
474            "patternProperties": {
475                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
476                    "description": "This property shall specify a valid odata or Redfish property.",
477                    "type": [
478                        "array",
479                        "boolean",
480                        "integer",
481                        "number",
482                        "null",
483                        "object",
484                        "string"
485                    ]
486                }
487            },
488            "properties": {
489                "@odata.context": {
490                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
491                },
492                "@odata.etag": {
493                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
494                },
495                "@odata.id": {
496                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
497                },
498                "@odata.type": {
499                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
500                },
501                "Actions": {
502                    "$ref": "#/definitions/Actions",
503                    "description": "The available actions for this resource.",
504                    "longDescription": "This property shall contain the available actions for this resource."
505                },
506                "BandwidthPercent": {
507                    "description": "The memory bandwidth utilization as a percentage.",
508                    "longDescription": "This property shall contain memory bandwidth utilization as a percentage.  When this resource is subordinate to the `MemorySummary` object, this property shall be the memory bandwidth utilization over all memory as a percentage, typically `0` to `100`.",
509                    "minimum": 0,
510                    "readonly": true,
511                    "type": [
512                        "number",
513                        "null"
514                    ],
515                    "units": "%",
516                    "versionAdded": "v1_2_0"
517                },
518                "BlockSizeBytes": {
519                    "description": "The block size, in bytes.",
520                    "longDescription": "This property shall contain the block size, in bytes, of all structure elements.  When this resource is subordinate to the `MemorySummary` object, this property is not applicable.",
521                    "readonly": true,
522                    "type": [
523                        "integer",
524                        "null"
525                    ],
526                    "units": "By"
527                },
528                "CXL": {
529                    "$ref": "#/definitions/CXL",
530                    "description": "The memory metrics specific to CXL devices.",
531                    "longDescription": "This property shall contain the memory metrics specific to CXL devices.",
532                    "versionAdded": "v1_6_0"
533                },
534                "CapacityUtilizationPercent": {
535                    "description": "The memory capacity utilization as a percentage.",
536                    "longDescription": "This property shall contain the memory capacity utilization as a percentage, typically `0` to `100`.  When this resource is subordinate to the `MemorySummary` object, this property shall be the memory capacity utilization over all memory as a percentage.",
537                    "minimum": 0,
538                    "readonly": true,
539                    "type": [
540                        "number",
541                        "null"
542                    ],
543                    "units": "%",
544                    "versionAdded": "v1_7_0"
545                },
546                "CorrectedPersistentErrorCount": {
547                    "description": "The number of corrected errors in persistent memory.",
548                    "longDescription": "This property shall contain the number of corrected errors in persistent memory.",
549                    "readonly": true,
550                    "type": [
551                        "integer",
552                        "null"
553                    ],
554                    "versionAdded": "v1_6_0"
555                },
556                "CorrectedVolatileErrorCount": {
557                    "description": "The number of corrected errors in volatile memory.",
558                    "longDescription": "This property shall contain the number of corrected errors in volatile memory.",
559                    "readonly": true,
560                    "type": [
561                        "integer",
562                        "null"
563                    ],
564                    "versionAdded": "v1_6_0"
565                },
566                "CurrentPeriod": {
567                    "$ref": "#/definitions/CurrentPeriod",
568                    "description": "The memory metrics since the last reset or `ClearCurrentPeriod` action.",
569                    "longDescription": "This property shall contain properties that describe the memory metrics for the current period."
570                },
571                "Description": {
572                    "anyOf": [
573                        {
574                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
575                        },
576                        {
577                            "type": "null"
578                        }
579                    ],
580                    "readonly": true
581                },
582                "DirtyShutdownCount": {
583                    "description": "The number of shutdowns while outstanding writes have not completed to persistent memory.",
584                    "longDescription": "This property shall contain the number of shutdowns while outstanding writes have not completed to persistent memory.",
585                    "readonly": true,
586                    "type": [
587                        "integer",
588                        "null"
589                    ],
590                    "versionAdded": "v1_6_0"
591                },
592                "HealthData": {
593                    "$ref": "#/definitions/HealthData",
594                    "description": "The health information of the memory.",
595                    "longDescription": "This property shall contain properties that describe the health data memory metrics for the memory."
596                },
597                "Id": {
598                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
599                    "readonly": true
600                },
601                "LifeTime": {
602                    "$ref": "#/definitions/LifeTime",
603                    "description": "The memory metrics for the lifetime of the memory.",
604                    "longDescription": "This property shall contain properties that describe the memory metrics for the lifetime of the memory."
605                },
606                "Name": {
607                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
608                    "readonly": true
609                },
610                "Oem": {
611                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
612                    "description": "The OEM extension property.",
613                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
614                },
615                "OperatingSpeedMHz": {
616                    "description": "Operating speed of memory in MHz or MT/s as appropriate.",
617                    "longDescription": "This property shall contain the operating speed of memory in MHz or MT/s (mega-transfers per second) as reported by the memory device.  Memory devices that operate at their bus speed shall report the operating speed in MHz (bus speed), while memory devices that transfer data faster than their bus speed, such as DDR memory, shall report the operating speed in MT/s (mega-transfers/second).  The reported value shall match the conventionally reported values for the technology used by the memory device.",
618                    "readonly": true,
619                    "type": [
620                        "integer",
621                        "null"
622                    ],
623                    "units": "MHz",
624                    "versionAdded": "v1_3_0"
625                }
626            },
627            "required": [
628                "@odata.id",
629                "@odata.type",
630                "Id",
631                "Name"
632            ],
633            "type": "object"
634        },
635        "OemActions": {
636            "additionalProperties": true,
637            "description": "The available OEM-specific actions for this resource.",
638            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
639            "patternProperties": {
640                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
641                    "description": "This property shall specify a valid odata or Redfish property.",
642                    "type": [
643                        "array",
644                        "boolean",
645                        "integer",
646                        "number",
647                        "null",
648                        "object",
649                        "string"
650                    ]
651                }
652            },
653            "properties": {},
654            "type": "object"
655        }
656    },
657    "language": "en",
658    "owningEntity": "DMTF",
659    "release": "2023.1",
660    "title": "#MemoryMetrics.v1_7_3.MemoryMetrics"
661}