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