1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/Memory.v1_20_0.json",
3    "$ref": "#/definitions/Memory",
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                "#Memory.DisableMasterPassphrase": {
27                    "$ref": "#/definitions/DisableMasterPassphrase"
28                },
29                "#Memory.DisablePassphrase": {
30                    "$ref": "#/definitions/DisablePassphrase"
31                },
32                "#Memory.FreezeSecurityState": {
33                    "$ref": "#/definitions/FreezeSecurityState"
34                },
35                "#Memory.InjectPersistentPoison": {
36                    "$ref": "#/definitions/InjectPersistentPoison"
37                },
38                "#Memory.OverwriteUnit": {
39                    "$ref": "#/definitions/OverwriteUnit"
40                },
41                "#Memory.Reset": {
42                    "$ref": "#/definitions/Reset"
43                },
44                "#Memory.ResetToDefaults": {
45                    "$ref": "#/definitions/ResetToDefaults"
46                },
47                "#Memory.ScanMedia": {
48                    "$ref": "#/definitions/ScanMedia"
49                },
50                "#Memory.SecureEraseUnit": {
51                    "$ref": "#/definitions/SecureEraseUnit"
52                },
53                "#Memory.SetMasterPassphrase": {
54                    "$ref": "#/definitions/SetMasterPassphrase"
55                },
56                "#Memory.SetPassphrase": {
57                    "$ref": "#/definitions/SetPassphrase"
58                },
59                "#Memory.UnlockUnit": {
60                    "$ref": "#/definitions/UnlockUnit"
61                },
62                "Oem": {
63                    "$ref": "#/definitions/OemActions",
64                    "description": "The available OEM-specific actions for this resource.",
65                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
66                }
67            },
68            "type": "object"
69        },
70        "BaseModuleType": {
71            "enum": [
72                "RDIMM",
73                "UDIMM",
74                "SO_DIMM",
75                "LRDIMM",
76                "Mini_RDIMM",
77                "Mini_UDIMM",
78                "SO_RDIMM_72b",
79                "SO_UDIMM_72b",
80                "SO_DIMM_16b",
81                "SO_DIMM_32b",
82                "Die"
83            ],
84            "enumDescriptions": {
85                "Die": "A die within a package.",
86                "LRDIMM": "Load Reduced.",
87                "Mini_RDIMM": "Mini_RDIMM.",
88                "Mini_UDIMM": "Mini_UDIMM.",
89                "RDIMM": "Registered DIMM.",
90                "SO_DIMM": "SO_DIMM.",
91                "SO_DIMM_16b": "SO_DIMM_16b.",
92                "SO_DIMM_32b": "SO_DIMM_32b.",
93                "SO_RDIMM_72b": "SO_RDIMM_72b.",
94                "SO_UDIMM_72b": "SO_UDIMM_72b.",
95                "UDIMM": "UDIMM."
96            },
97            "enumVersionAdded": {
98                "Die": "v1_7_0"
99            },
100            "type": "string"
101        },
102        "CXL": {
103            "additionalProperties": false,
104            "description": "CXL properties for a memory device.",
105            "longDescription": "This type shall contain CXL-specific properties for a memory device.",
106            "patternProperties": {
107                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
108                    "description": "This property shall specify a valid odata or Redfish property.",
109                    "type": [
110                        "array",
111                        "boolean",
112                        "integer",
113                        "number",
114                        "null",
115                        "object",
116                        "string"
117                    ]
118                }
119            },
120            "properties": {
121                "LabelStorageSizeBytes": {
122                    "description": "The size of the label storage area in bytes of this memory device.",
123                    "longDescription": "This property shall contain the size of the label storage area in bytes of this memory device.",
124                    "readonly": true,
125                    "type": "integer",
126                    "units": "By",
127                    "versionAdded": "v1_17_0"
128                },
129                "StagedNonVolatileSizeMiB": {
130                    "description": "Total device non-volatile memory capacity in MiB staged for next activation.  The value is in multiples of 256 MiB.",
131                    "longDescription": "The value of this property shall indicate the total device non-volatile memory capacity in mebibytes.  The value shall be in multiples of 256 mebibytes.",
132                    "readonly": false,
133                    "type": "integer",
134                    "units": "MiBy",
135                    "versionAdded": "v1_17_0"
136                },
137                "StagedVolatileSizeMiB": {
138                    "description": "Total device volatile memory capacity in MiB staged for next activation.  This value is in multiples of 256 MiB.",
139                    "longDescription": "The value of this property shall indicate the total device volatile memory capacity in mebibytes staged for next activation.  This value shall be in multiples of 256 mebibytes.",
140                    "readonly": false,
141                    "type": "integer",
142                    "units": "MiBy",
143                    "versionAdded": "v1_17_0"
144                }
145            },
146            "type": "object"
147        },
148        "DisableMasterPassphrase": {
149            "additionalProperties": false,
150            "description": "Disables the master passphrase for the given region.",
151            "longDescription": "This action shall disable the master passphrase on the supplied region provided the supplied master passphrase matches that of the region.",
152            "parameters": {
153                "Passphrase": {
154                    "description": "The master passphrase for the specified region.",
155                    "longDescription": "This parameter shall contain the master passphrase for the specified region.",
156                    "requiredParameter": true,
157                    "type": "string"
158                },
159                "RegionId": {
160                    "description": "The memory region ID to which to disable the master passphrase.",
161                    "longDescription": "This parameter shall contain the memory region ID to which to disable the master passphrase.",
162                    "requiredParameter": true,
163                    "type": "string"
164                }
165            },
166            "patternProperties": {
167                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
168                    "description": "This property shall specify a valid odata or Redfish property.",
169                    "type": [
170                        "array",
171                        "boolean",
172                        "integer",
173                        "number",
174                        "null",
175                        "object",
176                        "string"
177                    ]
178                }
179            },
180            "properties": {
181                "target": {
182                    "description": "Link to invoke action",
183                    "format": "uri-reference",
184                    "type": "string"
185                },
186                "title": {
187                    "description": "Friendly action name",
188                    "type": "string"
189                }
190            },
191            "type": "object",
192            "versionAdded": "v1_17_0"
193        },
194        "DisablePassphrase": {
195            "additionalProperties": false,
196            "description": "Disable passphrase for the given region.",
197            "longDescription": "This action shall disable the need for passphrases on the supplied region provided the supplied passphrase matches that of the region.",
198            "parameters": {
199                "Passphrase": {
200                    "description": "Passphrase for doing the operation.",
201                    "longDescription": "This property shall contain the passphrase used in this action.",
202                    "requiredParameter": true,
203                    "type": "string"
204                },
205                "RegionId": {
206                    "description": "The memory region ID to which to apply this action.",
207                    "longDescription": "This property shall contain the memory region ID to which to apply this action.",
208                    "requiredParameter": true,
209                    "type": "string"
210                }
211            },
212            "patternProperties": {
213                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
214                    "description": "This property shall specify a valid odata or Redfish property.",
215                    "type": [
216                        "array",
217                        "boolean",
218                        "integer",
219                        "number",
220                        "null",
221                        "object",
222                        "string"
223                    ]
224                }
225            },
226            "properties": {
227                "target": {
228                    "description": "Link to invoke action",
229                    "format": "uri-reference",
230                    "type": "string"
231                },
232                "title": {
233                    "description": "Friendly action name",
234                    "type": "string"
235                }
236            },
237            "type": "object"
238        },
239        "ErrorCorrection": {
240            "enum": [
241                "NoECC",
242                "SingleBitECC",
243                "MultiBitECC",
244                "AddressParity"
245            ],
246            "enumDescriptions": {
247                "AddressParity": "Address parity errors can be corrected.",
248                "MultiBitECC": "Multibit data errors can be corrected by ECC.",
249                "NoECC": "No ECC available.",
250                "SingleBitECC": "Single bit data errors can be corrected by ECC."
251            },
252            "type": "string"
253        },
254        "FreezeSecurityState": {
255            "additionalProperties": false,
256            "description": "Freezes the security state of the memory device.",
257            "longDescription": "This action shall freeze the security state of the memory device.",
258            "parameters": {},
259            "patternProperties": {
260                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
261                    "description": "This property shall specify a valid odata or Redfish property.",
262                    "type": [
263                        "array",
264                        "boolean",
265                        "integer",
266                        "number",
267                        "null",
268                        "object",
269                        "string"
270                    ]
271                }
272            },
273            "properties": {
274                "target": {
275                    "description": "Link to invoke action",
276                    "format": "uri-reference",
277                    "type": "string"
278                },
279                "title": {
280                    "description": "Friendly action name",
281                    "type": "string"
282                }
283            },
284            "type": "object",
285            "versionAdded": "v1_17_0"
286        },
287        "HealthData": {
288            "additionalProperties": false,
289            "description": "The health data of a memory device.",
290            "longDescription": "This type shall contain the health data of a memory device.",
291            "patternProperties": {
292                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
293                    "description": "This property shall specify a valid odata or Redfish property.",
294                    "type": [
295                        "array",
296                        "boolean",
297                        "integer",
298                        "number",
299                        "null",
300                        "object",
301                        "string"
302                    ]
303                }
304            },
305            "properties": {
306                "PredictedMediaLifeLeftPercent": {
307                    "deprecated": "This property has been deprecated in favor of `PredictedMediaLifeLeftPercent` in the `MemoryMetrics` resource.",
308                    "description": "The current health of the memory device as a percentage.",
309                    "longDescription": "This property shall contain the current health of the memory device as a percentage, `0` to `100`.",
310                    "maximum": 100,
311                    "minimum": 0,
312                    "readonly": true,
313                    "type": [
314                        "number",
315                        "null"
316                    ],
317                    "units": "%",
318                    "versionAdded": "v1_17_0",
319                    "versionDeprecated": "v1_19_0"
320                }
321            },
322            "type": "object"
323        },
324        "InjectPersistentPoison": {
325            "additionalProperties": false,
326            "description": "Injects poison to a specific persistent memory address in the memory device.",
327            "longDescription": "This action shall inject poison to a specific persistent memory address in the memory device.",
328            "parameters": {
329                "PhysicalAddress": {
330                    "description": "The device persistent physical address in which to perform a poison injection as a hex-encoded string.",
331                    "longDescription": "This parameter shall contain the device persistent physical address in which to perform a poison injection as a hex-encoded string.",
332                    "pattern": "^0x[0-9a-fA-F]+$",
333                    "requiredParameter": true,
334                    "type": "string"
335                }
336            },
337            "patternProperties": {
338                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
339                    "description": "This property shall specify a valid odata or Redfish property.",
340                    "type": [
341                        "array",
342                        "boolean",
343                        "integer",
344                        "number",
345                        "null",
346                        "object",
347                        "string"
348                    ]
349                }
350            },
351            "properties": {
352                "target": {
353                    "description": "Link to invoke action",
354                    "format": "uri-reference",
355                    "type": "string"
356                },
357                "title": {
358                    "description": "Friendly action name",
359                    "type": "string"
360                }
361            },
362            "type": "object",
363            "versionAdded": "v1_17_0"
364        },
365        "Links": {
366            "additionalProperties": false,
367            "description": "The links to other resources that are related to this resource.",
368            "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
369            "patternProperties": {
370                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
371                    "description": "This property shall specify a valid odata or Redfish property.",
372                    "type": [
373                        "array",
374                        "boolean",
375                        "integer",
376                        "number",
377                        "null",
378                        "object",
379                        "string"
380                    ]
381                }
382            },
383            "properties": {
384                "Batteries": {
385                    "description": "The batteries that provide power to this memory device during a power-loss event.",
386                    "items": {
387                        "$ref": "http://redfish.dmtf.org/schemas/v1/Battery.json#/definitions/Battery"
388                    },
389                    "longDescription": "This property shall contain an array of links to resources of type `Battery` that represent the batteries that provide power to this memory device during a power-loss event, such as with battery-backed NVDIMMs.  This property shall not be present if the batteries power the containing chassis as a whole rather than the individual memory device.",
390                    "readonly": true,
391                    "type": "array",
392                    "versionAdded": "v1_15_0"
393                },
394                "Batteries@odata.count": {
395                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
396                },
397                "Chassis": {
398                    "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis",
399                    "description": "The link to the chassis that contains this memory device.",
400                    "longDescription": "This property shall contain a link to a resource of type `Chassis` that represents the physical container associated with this memory device.",
401                    "readonly": true,
402                    "versionAdded": "v1_2_0"
403                },
404                "Endpoints": {
405                    "description": "An array of links to the endpoints associated with this memory.",
406                    "items": {
407                        "$ref": "http://redfish.dmtf.org/schemas/v1/Endpoint.json#/definitions/Endpoint"
408                    },
409                    "longDescription": "This property shall contain an array of links to resources of type `Endpoint` that represent the endpoints associated with this memory.",
410                    "readonly": true,
411                    "type": "array",
412                    "versionAdded": "v1_17_0"
413                },
414                "Endpoints@odata.count": {
415                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
416                },
417                "MemoryMediaSources": {
418                    "description": "An array of memory chunks providing media for this memory.",
419                    "items": {
420                        "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryChunks.json#/definitions/MemoryChunks"
421                    },
422                    "longDescription": "This property shall contain an array of links to resources of type `MemoryChunks` that represent the memory chunk instances providing media for this memory.",
423                    "readonly": true,
424                    "type": "array",
425                    "versionAdded": "v1_17_0"
426                },
427                "MemoryMediaSources@odata.count": {
428                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
429                },
430                "MemoryRegionMediaSources": {
431                    "description": "An array of memory regions providing media for this memory.",
432                    "items": {
433                        "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryRegion.json#/definitions/MemoryRegion"
434                    },
435                    "longDescription": "This property shall contain an array of links to resources of type `MemoryRegion` that represent the memory region instances providing media for this memory.",
436                    "readonly": true,
437                    "type": "array",
438                    "versionAdded": "v1_18_0"
439                },
440                "MemoryRegionMediaSources@odata.count": {
441                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
442                },
443                "Oem": {
444                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
445                    "description": "The OEM extension property.",
446                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
447                },
448                "Processors": {
449                    "description": "An array of links to the processors associated with this memory device.",
450                    "items": {
451                        "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor"
452                    },
453                    "longDescription": "This property shall contain an array of links to resources of type `Processor` that are associated with this memory device.",
454                    "readonly": true,
455                    "type": "array",
456                    "versionAdded": "v1_11_0"
457                },
458                "Processors@odata.count": {
459                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
460                }
461            },
462            "type": "object"
463        },
464        "Memory": {
465            "additionalProperties": false,
466            "description": "The `Memory` schema represents a memory device, such as a DIMM, and its configuration.  It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.",
467            "longDescription": "This resource shall represent a memory device in a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`.",
468            "patternProperties": {
469                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
470                    "description": "This property shall specify a valid odata or Redfish property.",
471                    "type": [
472                        "array",
473                        "boolean",
474                        "integer",
475                        "number",
476                        "null",
477                        "object",
478                        "string"
479                    ]
480                }
481            },
482            "properties": {
483                "@odata.context": {
484                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
485                },
486                "@odata.etag": {
487                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
488                },
489                "@odata.id": {
490                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
491                },
492                "@odata.type": {
493                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
494                },
495                "Actions": {
496                    "$ref": "#/definitions/Actions",
497                    "description": "The available actions for this resource.",
498                    "longDescription": "This property shall contain the available actions for this resource."
499                },
500                "AllocationAlignmentMiB": {
501                    "description": "The boundary that memory regions are allocated on, measured in mebibytes (MiB).",
502                    "longDescription": "This property shall contain the alignment boundary on which memory regions are allocated, measured in MiB.",
503                    "readonly": true,
504                    "type": [
505                        "integer",
506                        "null"
507                    ],
508                    "units": "MiBy",
509                    "versionAdded": "v1_2_0"
510                },
511                "AllocationIncrementMiB": {
512                    "description": "The size of the smallest unit of allocation for a memory region in mebibytes (MiB).",
513                    "longDescription": "This property shall contain the allocation increment for regions, measured in MiB.",
514                    "readonly": true,
515                    "type": [
516                        "integer",
517                        "null"
518                    ],
519                    "units": "MiBy",
520                    "versionAdded": "v1_2_0"
521                },
522                "AllowedSpeedsMHz": {
523                    "description": "Speeds supported by this memory device.",
524                    "items": {
525                        "type": "integer"
526                    },
527                    "longDescription": "This property shall contain the speeds supported by this memory device.",
528                    "readonly": true,
529                    "type": "array",
530                    "units": "MHz"
531                },
532                "Assembly": {
533                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
534                    "description": "The link to the assembly resource associated with this memory device.",
535                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
536                    "readonly": true,
537                    "versionAdded": "v1_4_0"
538                },
539                "BaseModuleType": {
540                    "anyOf": [
541                        {
542                            "$ref": "#/definitions/BaseModuleType"
543                        },
544                        {
545                            "type": "null"
546                        }
547                    ],
548                    "description": "The base module type of the memory device.",
549                    "longDescription": "This property shall contain the base module type of the memory device.",
550                    "readonly": true
551                },
552                "BusWidthBits": {
553                    "description": "The bus width, in bits.",
554                    "longDescription": "This property shall contain the bus width, in bits.",
555                    "readonly": true,
556                    "type": [
557                        "integer",
558                        "null"
559                    ]
560                },
561                "CXL": {
562                    "$ref": "#/definitions/CXL",
563                    "description": "CXL properties for this memory device.",
564                    "longDescription": "This property shall contain CXL-specific properties for this memory device.",
565                    "versionAdded": "v1_17_0"
566                },
567                "CacheLevel": {
568                    "description": "The level of the cache memory.",
569                    "longDescription": "This value shall contain the level of the cache memory.  This property shall only be present if the `MemoryType` contains the value `Cache`.",
570                    "readonly": true,
571                    "type": "integer",
572                    "versionAdded": "v1_20_0"
573                },
574                "CacheSizeMiB": {
575                    "description": "Total size of the cache portion memory in MiB.",
576                    "longDescription": "This property shall contain the total size of the cache portion memory in MiB.  If the `MemoryType` property contains the value `Cache`, the `CacheSizeMiB` property shall be absent and the `CapacityMiB` property shall be present.",
577                    "readonly": true,
578                    "type": [
579                        "integer",
580                        "null"
581                    ],
582                    "units": "MiBy",
583                    "versionAdded": "v1_4_0"
584                },
585                "CapacityMiB": {
586                    "description": "Memory capacity in mebibytes (MiB).",
587                    "longDescription": "This property shall contain the memory capacity in MiB.",
588                    "readonly": true,
589                    "type": [
590                        "integer",
591                        "null"
592                    ],
593                    "units": "MiBy"
594                },
595                "Certificates": {
596                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
597                    "description": "The link to a collection of certificates for device identity and attestation.",
598                    "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation.",
599                    "readonly": true,
600                    "versionAdded": "v1_11_0"
601                },
602                "ConfigurationLocked": {
603                    "description": "An indication of whether the configuration of this memory device is locked and cannot be altered.",
604                    "longDescription": "This property shall indicate whether the configuration of this memory device is locked and cannot be altered.",
605                    "readonly": true,
606                    "type": [
607                        "boolean",
608                        "null"
609                    ],
610                    "versionAdded": "v1_7_0"
611                },
612                "DataWidthBits": {
613                    "description": "Data width in bits.",
614                    "longDescription": "This property shall contain the data width in bits.",
615                    "readonly": true,
616                    "type": [
617                        "integer",
618                        "null"
619                    ]
620                },
621                "Description": {
622                    "anyOf": [
623                        {
624                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
625                        },
626                        {
627                            "type": "null"
628                        }
629                    ],
630                    "readonly": true
631                },
632                "DeviceID": {
633                    "deprecated": "This property has been deprecated in favor of `ModuleProductID`.",
634                    "description": "Device ID.",
635                    "longDescription": "This property shall contain the device ID of the memory device.",
636                    "readonly": true,
637                    "type": [
638                        "string",
639                        "null"
640                    ],
641                    "versionDeprecated": "v1_3_0"
642                },
643                "DeviceLocator": {
644                    "deprecated": "This property has been deprecated in favor of the `ServiceLabel` property within `Location`.",
645                    "description": "Location of the memory device in the platform.",
646                    "longDescription": "This property shall contain the location of the memory device in the platform, typically marked in the silk screen.",
647                    "readonly": true,
648                    "type": [
649                        "string",
650                        "null"
651                    ],
652                    "versionDeprecated": "v1_9_0"
653                },
654                "Enabled": {
655                    "description": "An indication of whether this memory is enabled.",
656                    "longDescription": "The value of this property shall indicate if this memory is enabled.",
657                    "readonly": false,
658                    "type": "boolean",
659                    "versionAdded": "v1_12_0"
660                },
661                "EnvironmentMetrics": {
662                    "$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetrics",
663                    "description": "The link to the environment metrics for this memory.",
664                    "longDescription": "This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this memory.",
665                    "readonly": true,
666                    "versionAdded": "v1_11_0"
667                },
668                "ErrorCorrection": {
669                    "anyOf": [
670                        {
671                            "$ref": "#/definitions/ErrorCorrection"
672                        },
673                        {
674                            "type": "null"
675                        }
676                    ],
677                    "description": "Error correction scheme supported for this memory device.",
678                    "longDescription": "This property shall contain the error correction scheme supported for this memory device.",
679                    "readonly": true
680                },
681                "FirmwareApiVersion": {
682                    "description": "Version of API supported by the firmware.",
683                    "longDescription": "This property shall contain the version of API supported by the firmware.",
684                    "readonly": true,
685                    "type": [
686                        "string",
687                        "null"
688                    ]
689                },
690                "FirmwareRevision": {
691                    "description": "Revision of firmware on the memory controller.",
692                    "longDescription": "This property shall contain the revision of firmware on the memory controller.",
693                    "readonly": true,
694                    "type": [
695                        "string",
696                        "null"
697                    ]
698                },
699                "FunctionClasses": {
700                    "deprecated": "This property has been deprecated in favor of `OperatingMemoryModes` at the root of the resource, or `MemoryClassification` found within `RegionSet`.",
701                    "description": "Function classes by the memory device.",
702                    "items": {
703                        "type": "string"
704                    },
705                    "longDescription": "This property shall contain the function classes by the memory device.",
706                    "readonly": true,
707                    "type": "array",
708                    "versionDeprecated": "v1_3_0"
709                },
710                "HealthData": {
711                    "$ref": "#/definitions/HealthData",
712                    "description": "The health data of this memory device.",
713                    "longDescription": "This property shall contain the health data of this memory device.",
714                    "versionAdded": "v1_17_0"
715                },
716                "Id": {
717                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
718                    "readonly": true
719                },
720                "IsRankSpareEnabled": {
721                    "description": "An indication of whether rank spare is enabled for this memory device.",
722                    "longDescription": "This property shall indicate whether rank spare is enabled for this memory device.",
723                    "readonly": true,
724                    "type": [
725                        "boolean",
726                        "null"
727                    ]
728                },
729                "IsSpareDeviceEnabled": {
730                    "description": "An indication of whether a spare device is enabled for this memory device.",
731                    "longDescription": "This property shall indicate whether the spare device is enabled.",
732                    "readonly": true,
733                    "type": [
734                        "boolean",
735                        "null"
736                    ]
737                },
738                "Links": {
739                    "$ref": "#/definitions/Links",
740                    "description": "The links to other resources that are related to this resource.",
741                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
742                    "versionAdded": "v1_2_0"
743                },
744                "Location": {
745                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
746                    "description": "The location of the memory device.",
747                    "longDescription": "This property shall contain the location information of the associated memory device.",
748                    "versionAdded": "v1_4_0"
749                },
750                "LocationIndicatorActive": {
751                    "description": "An indicator allowing an operator to physically locate this resource.",
752                    "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.  A write to this property shall update the value of `IndicatorLED` in this resource, if supported, to reflect the implementation of the locating function.",
753                    "readonly": false,
754                    "type": [
755                        "boolean",
756                        "null"
757                    ],
758                    "versionAdded": "v1_10_0"
759                },
760                "Log": {
761                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogService.json#/definitions/LogService",
762                    "description": "The link to the log service associated with this memory.",
763                    "longDescription": "This property shall contain a link to a resource of type `LogService`.",
764                    "readonly": true,
765                    "uriSegment": "DeviceLog",
766                    "versionAdded": "v1_13_0"
767                },
768                "LogicalSizeMiB": {
769                    "description": "Total size of the logical memory in MiB.",
770                    "longDescription": "This property shall contain the total size of the logical memory in MiB.",
771                    "readonly": true,
772                    "type": [
773                        "integer",
774                        "null"
775                    ],
776                    "units": "MiBy",
777                    "versionAdded": "v1_4_0"
778                },
779                "Manufacturer": {
780                    "description": "The memory device manufacturer.",
781                    "longDescription": "This property shall contain the manufacturer of the memory device.",
782                    "readonly": true,
783                    "type": [
784                        "string",
785                        "null"
786                    ]
787                },
788                "MaxTDPMilliWatts": {
789                    "description": "Set of maximum power budgets supported by the memory device in milliwatt units.",
790                    "items": {
791                        "type": "integer"
792                    },
793                    "longDescription": "This property shall contain an array of maximum power budgets supported by the memory device in milliwatt units.",
794                    "readonly": true,
795                    "type": "array",
796                    "units": "mW"
797                },
798                "Measurements": {
799                    "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.",
800                    "description": "An array of DSP0274-defined measurement blocks.",
801                    "items": {
802                        "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/MeasurementBlock"
803                    },
804                    "longDescription": "This property shall contain an array of DSP0274-defined measurement blocks.",
805                    "type": "array",
806                    "versionAdded": "v1_11_0",
807                    "versionDeprecated": "v1_14_0"
808                },
809                "MemoryDeviceType": {
810                    "anyOf": [
811                        {
812                            "$ref": "#/definitions/MemoryDeviceType"
813                        },
814                        {
815                            "type": "null"
816                        }
817                    ],
818                    "description": "Type details of the memory device.",
819                    "longDescription": "This property shall contain the Memory Device Type as defined by SMBIOS.",
820                    "readonly": true
821                },
822                "MemoryLocation": {
823                    "$ref": "#/definitions/MemoryLocation",
824                    "description": "Memory connection information to sockets and memory controllers.",
825                    "longDescription": "This object shall contain properties that describe the memory connection information to sockets and memory controllers."
826                },
827                "MemoryMedia": {
828                    "description": "Media of this memory device.",
829                    "items": {
830                        "$ref": "#/definitions/MemoryMedia"
831                    },
832                    "longDescription": "This property shall contain the media types of this memory device.",
833                    "readonly": true,
834                    "type": "array"
835                },
836                "MemorySubsystemControllerManufacturerID": {
837                    "description": "The manufacturer ID of the memory subsystem controller of this memory device.",
838                    "longDescription": "This property shall contain the two byte manufacturer ID of the memory subsystem controller of this memory device as defined by JEDEC in JEP-106.",
839                    "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$",
840                    "readonly": true,
841                    "type": [
842                        "string",
843                        "null"
844                    ],
845                    "versionAdded": "v1_3_0"
846                },
847                "MemorySubsystemControllerProductID": {
848                    "description": "The product ID of the memory subsystem controller of this memory device.",
849                    "longDescription": "This property shall contain the two byte product ID of the memory subsystem controller of this memory device as defined by the manufacturer.",
850                    "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$",
851                    "readonly": true,
852                    "type": [
853                        "string",
854                        "null"
855                    ],
856                    "versionAdded": "v1_3_0"
857                },
858                "MemoryType": {
859                    "anyOf": [
860                        {
861                            "$ref": "#/definitions/MemoryType"
862                        },
863                        {
864                            "type": "null"
865                        }
866                    ],
867                    "description": "The type of memory device.",
868                    "longDescription": "This property shall contain the type of memory device that this resource represents.",
869                    "readonly": true
870                },
871                "Metrics": {
872                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryMetrics.json#/definitions/MemoryMetrics",
873                    "description": "The link to the metrics associated with this memory device.",
874                    "longDescription": "The link to the metrics associated with this memory device.",
875                    "readonly": true,
876                    "uriSegment": "MemoryMetrics"
877                },
878                "Model": {
879                    "description": "The product model number of this device.",
880                    "longDescription": "This property shall indicate the model information as provided by the manufacturer of this memory.",
881                    "readonly": true,
882                    "type": [
883                        "string",
884                        "null"
885                    ],
886                    "versionAdded": "v1_11_0"
887                },
888                "ModuleManufacturerID": {
889                    "description": "The manufacturer ID of this memory device.",
890                    "longDescription": "This property shall contain the two byte manufacturer ID of this memory device as defined by JEDEC in JEP-106.",
891                    "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$",
892                    "readonly": true,
893                    "type": [
894                        "string",
895                        "null"
896                    ],
897                    "versionAdded": "v1_3_0"
898                },
899                "ModuleProductID": {
900                    "description": "The product ID of this memory device.",
901                    "longDescription": "This property shall contain the two byte product ID of this memory device as defined by the manufacturer.",
902                    "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$",
903                    "readonly": true,
904                    "type": [
905                        "string",
906                        "null"
907                    ],
908                    "versionAdded": "v1_3_0"
909                },
910                "Name": {
911                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
912                    "readonly": true
913                },
914                "NonVolatileSizeLimitMiB": {
915                    "description": "The total non-volatile memory capacity in mebibytes (MiB).",
916                    "longDescription": "This property shall contain the total non-volatile memory capacity in mebibytes (MiB).",
917                    "readonly": false,
918                    "type": "integer",
919                    "units": "MiBy",
920                    "versionAdded": "v1_17_0"
921                },
922                "NonVolatileSizeMiB": {
923                    "description": "Total size of the non-volatile portion memory in MiB.",
924                    "longDescription": "This property shall contain the total size of the non-volatile portion memory in MiB.",
925                    "readonly": true,
926                    "type": [
927                        "integer",
928                        "null"
929                    ],
930                    "units": "MiBy",
931                    "versionAdded": "v1_4_0"
932                },
933                "Oem": {
934                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
935                    "description": "The OEM extension property.",
936                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
937                },
938                "OperatingMemoryModes": {
939                    "description": "Memory modes supported by the memory device.",
940                    "items": {
941                        "$ref": "#/definitions/OperatingMemoryModes"
942                    },
943                    "longDescription": "This property shall contain the memory modes supported by the memory device.",
944                    "readonly": true,
945                    "type": "array"
946                },
947                "OperatingSpeedMhz": {
948                    "description": "Operating speed of the memory device in MHz or MT/s as appropriate.",
949                    "longDescription": "This property shall contain the operating speed of the memory device 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.",
950                    "readonly": true,
951                    "type": [
952                        "integer",
953                        "null"
954                    ],
955                    "units": "MHz"
956                },
957                "OperatingSpeedRangeMHz": {
958                    "anyOf": [
959                        {
960                            "$ref": "http://redfish.dmtf.org/schemas/v1/Control.json#/definitions/ControlRangeExcerpt"
961                        },
962                        {
963                            "type": "null"
964                        }
965                    ],
966                    "description": "Range of allowed operating speeds (MHz).",
967                    "excerptCopy": "ControlRangeExcerpt",
968                    "longDescription": "This property shall contain the operating speed control, in megahertz units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value of `FrequencyMHz`.",
969                    "readonly": false,
970                    "versionAdded": "v1_13_0"
971                },
972                "PartNumber": {
973                    "description": "The product part number of this device.",
974                    "longDescription": "This property shall indicate the part number as provided by the manufacturer of this memory device.",
975                    "readonly": true,
976                    "type": [
977                        "string",
978                        "null"
979                    ]
980                },
981                "PersistentRegionNumberLimit": {
982                    "description": "Total number of persistent regions this memory device can support.",
983                    "longDescription": "This property shall contain the total number of persistent regions this memory device can support.",
984                    "readonly": true,
985                    "type": [
986                        "integer",
987                        "null"
988                    ],
989                    "versionAdded": "v1_2_0"
990                },
991                "PersistentRegionSizeLimitMiB": {
992                    "description": "Total size of persistent regions in mebibytes (MiB).",
993                    "longDescription": "This property shall contain the total size of persistent regions in MiB.",
994                    "readonly": true,
995                    "type": [
996                        "integer",
997                        "null"
998                    ],
999                    "units": "MiBy"
1000                },
1001                "PersistentRegionSizeMaxMiB": {
1002                    "description": "Maximum size of a single persistent region in mebibytes (MiB).",
1003                    "longDescription": "This property shall contain the maximum size of a single persistent regions in MiB.",
1004                    "readonly": true,
1005                    "type": [
1006                        "integer",
1007                        "null"
1008                    ],
1009                    "units": "MiBy",
1010                    "versionAdded": "v1_2_0"
1011                },
1012                "PoisonListMaxMediaErrorRecords": {
1013                    "description": "The maximum number of media error records this device can track in its poison list.",
1014                    "longDescription": "This property shall contain the maximum number of media error records this device can track in its poison list.",
1015                    "readonly": false,
1016                    "type": "integer",
1017                    "versionAdded": "v1_17_0"
1018                },
1019                "PowerManagementICManufacturerID": {
1020                    "description": "The manufacturer ID of the Power Management Integrated Controller on this memory device.",
1021                    "longDescription": "This property shall contain the two byte manufacturer ID of the Power Management Integrated Controller on this memory device as defined by JEDEC in JESD301.",
1022                    "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$",
1023                    "readonly": true,
1024                    "type": [
1025                        "string",
1026                        "null"
1027                    ],
1028                    "versionAdded": "v1_20_0"
1029                },
1030                "PowerManagementICRevisionID": {
1031                    "description": "The revision ID of the Power Management Integrated Controller on this memory device.",
1032                    "longDescription": "This property shall contain the two byte revision ID of the Power Management Integrated Controller on this memory device as defined by JEDEC in JESD301.",
1033                    "pattern": "^0[xX](([a-fA-F]|[0-9]){2}){2}$",
1034                    "readonly": true,
1035                    "type": [
1036                        "string",
1037                        "null"
1038                    ],
1039                    "versionAdded": "v1_20_0"
1040                },
1041                "PowerManagementPolicy": {
1042                    "$ref": "#/definitions/PowerManagementPolicy",
1043                    "description": "Power management policy information.",
1044                    "longDescription": "This object shall contain properties that describe the power management policy for this resource."
1045                },
1046                "RankCount": {
1047                    "description": "Number of ranks available in the memory device.",
1048                    "longDescription": "This property shall contain the number of ranks available in the memory device.  The ranks could be used for spare or interleave.",
1049                    "readonly": true,
1050                    "type": [
1051                        "integer",
1052                        "null"
1053                    ]
1054                },
1055                "Regions": {
1056                    "description": "Memory regions information within the memory device.",
1057                    "items": {
1058                        "$ref": "#/definitions/RegionSet"
1059                    },
1060                    "longDescription": "This property shall contain the memory region information within the memory device.",
1061                    "type": "array"
1062                },
1063                "SecurityCapabilities": {
1064                    "$ref": "#/definitions/SecurityCapabilities",
1065                    "description": "Security capabilities of the memory device.",
1066                    "longDescription": "This property shall contain properties that describe the security capabilities of the memory device."
1067                },
1068                "SecurityState": {
1069                    "anyOf": [
1070                        {
1071                            "$ref": "#/definitions/SecurityStates"
1072                        },
1073                        {
1074                            "type": "null"
1075                        }
1076                    ],
1077                    "description": "The current security state of this memory device.",
1078                    "longDescription": "This property shall contain the current security state of this memory device.",
1079                    "readonly": false,
1080                    "versionAdded": "v1_7_0"
1081                },
1082                "SecurityStates": {
1083                    "$ref": "#/definitions/SecurityStateInfo",
1084                    "description": "The security states of this memory device.",
1085                    "longDescription": "This property shall contain the security states of this memory device.",
1086                    "versionAdded": "v1_17_0"
1087                },
1088                "SerialNumber": {
1089                    "description": "The product serial number of this device.",
1090                    "longDescription": "This property shall indicate the serial number as provided by the manufacturer of this memory device.",
1091                    "readonly": true,
1092                    "type": [
1093                        "string",
1094                        "null"
1095                    ]
1096                },
1097                "SpareDeviceCount": {
1098                    "description": "Number of unused spare devices available in the memory device.",
1099                    "longDescription": "This property shall contain the number of unused spare devices available in the memory device.  If the memory device fails, the spare devices could be used.",
1100                    "readonly": true,
1101                    "type": [
1102                        "integer",
1103                        "null"
1104                    ]
1105                },
1106                "SparePartNumber": {
1107                    "description": "The spare part number of the memory.",
1108                    "longDescription": "This property shall contain the spare part number of the memory.",
1109                    "readonly": true,
1110                    "type": [
1111                        "string",
1112                        "null"
1113                    ],
1114                    "versionAdded": "v1_11_0"
1115                },
1116                "Status": {
1117                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
1118                    "description": "The status and health of the resource and its subordinate or dependent resources.",
1119                    "longDescription": "This property shall contain any status or health properties of the resource.",
1120                    "versionAdded": "v1_1_0"
1121                },
1122                "SubsystemDeviceID": {
1123                    "deprecated": "This property has been deprecated in favor of `MemorySubsystemControllerProductID`.",
1124                    "description": "Subsystem device ID.",
1125                    "longDescription": "This property shall contain the subsystem device ID of the memory device.",
1126                    "readonly": true,
1127                    "type": [
1128                        "string",
1129                        "null"
1130                    ],
1131                    "versionDeprecated": "v1_3_0"
1132                },
1133                "SubsystemVendorID": {
1134                    "deprecated": "This property has been deprecated in favor of `MemorySubsystemControllerManufacturerID`.",
1135                    "description": "SubSystem vendor ID.",
1136                    "longDescription": "This property shall contain the subsystem vendor ID of the memory device.",
1137                    "readonly": true,
1138                    "type": [
1139                        "string",
1140                        "null"
1141                    ],
1142                    "versionDeprecated": "v1_3_0"
1143                },
1144                "VendorID": {
1145                    "deprecated": "This property has been deprecated in favor of `ModuleManufacturerID`.",
1146                    "description": "Vendor ID.",
1147                    "longDescription": "This property shall contain the vendor ID of the memory device.",
1148                    "readonly": true,
1149                    "type": [
1150                        "string",
1151                        "null"
1152                    ],
1153                    "versionDeprecated": "v1_3_0"
1154                },
1155                "VolatileRegionNumberLimit": {
1156                    "description": "Total number of volatile regions this memory device can support.",
1157                    "longDescription": "This property shall contain the total number of volatile regions this memory device can support.",
1158                    "readonly": true,
1159                    "type": [
1160                        "integer",
1161                        "null"
1162                    ],
1163                    "versionAdded": "v1_2_0"
1164                },
1165                "VolatileRegionSizeLimitMiB": {
1166                    "description": "Total size of volatile regions in mebibytes (MiB).",
1167                    "longDescription": "This property shall contain the total size of volatile regions in MiB.",
1168                    "readonly": true,
1169                    "type": [
1170                        "integer",
1171                        "null"
1172                    ],
1173                    "units": "MiBy"
1174                },
1175                "VolatileRegionSizeMaxMiB": {
1176                    "description": "Maximum size of a single volatile region in mebibytes (MiB).",
1177                    "longDescription": "This property shall contain the maximum size of a single volatile regions in MiB.",
1178                    "readonly": true,
1179                    "type": [
1180                        "integer",
1181                        "null"
1182                    ],
1183                    "units": "MiBy",
1184                    "versionAdded": "v1_2_0"
1185                },
1186                "VolatileSizeLimitMiB": {
1187                    "description": "The total volatile memory capacity in mebibytes (MiB).",
1188                    "longDescription": "This property shall contain the total volatile memory capacity in mebibytes (MiB).",
1189                    "readonly": false,
1190                    "type": "integer",
1191                    "units": "MiBy",
1192                    "versionAdded": "v1_17_0"
1193                },
1194                "VolatileSizeMiB": {
1195                    "description": "Total size of the volatile portion memory in MiB.",
1196                    "longDescription": "This property shall contain the total size of the volatile portion memory in MiB.",
1197                    "readonly": true,
1198                    "type": [
1199                        "integer",
1200                        "null"
1201                    ],
1202                    "units": "MiBy",
1203                    "versionAdded": "v1_4_0"
1204                }
1205            },
1206            "required": [
1207                "@odata.id",
1208                "@odata.type",
1209                "Id",
1210                "Name"
1211            ],
1212            "type": "object"
1213        },
1214        "MemoryClassification": {
1215            "enum": [
1216                "Volatile",
1217                "ByteAccessiblePersistent",
1218                "Block"
1219            ],
1220            "enumDescriptions": {
1221                "Block": "Block-accessible memory.",
1222                "ByteAccessiblePersistent": "Byte-accessible persistent memory.",
1223                "Volatile": "Volatile memory."
1224            },
1225            "type": "string"
1226        },
1227        "MemoryDeviceType": {
1228            "enum": [
1229                "DDR",
1230                "DDR2",
1231                "DDR3",
1232                "DDR4",
1233                "DDR4_SDRAM",
1234                "DDR4E_SDRAM",
1235                "LPDDR4_SDRAM",
1236                "DDR3_SDRAM",
1237                "LPDDR3_SDRAM",
1238                "DDR2_SDRAM",
1239                "DDR2_SDRAM_FB_DIMM",
1240                "DDR2_SDRAM_FB_DIMM_PROBE",
1241                "DDR_SGRAM",
1242                "DDR_SDRAM",
1243                "ROM",
1244                "SDRAM",
1245                "EDO",
1246                "FastPageMode",
1247                "PipelinedNibble",
1248                "Logical",
1249                "HBM",
1250                "HBM2",
1251                "HBM2E",
1252                "HBM3",
1253                "GDDR",
1254                "GDDR2",
1255                "GDDR3",
1256                "GDDR4",
1257                "GDDR5",
1258                "GDDR5X",
1259                "GDDR6",
1260                "DDR5",
1261                "OEM",
1262                "LPDDR5_SDRAM"
1263            ],
1264            "enumDescriptions": {
1265                "DDR": "DDR.",
1266                "DDR2": "DDR2.",
1267                "DDR2_SDRAM": "DDR2 SDRAM.",
1268                "DDR2_SDRAM_FB_DIMM": "DDR2 SDRAM FB_DIMM.",
1269                "DDR2_SDRAM_FB_DIMM_PROBE": "DDR2 SDRAM FB_DIMM PROBE.",
1270                "DDR3": "DDR3.",
1271                "DDR3_SDRAM": "DDR3 SDRAM.",
1272                "DDR4": "DDR4.",
1273                "DDR4E_SDRAM": "DDR4E SDRAM.",
1274                "DDR4_SDRAM": "DDR4 SDRAM.",
1275                "DDR5": "Double data rate type five synchronous dynamic random-access memory.",
1276                "DDR_SDRAM": "DDR SDRAM.",
1277                "DDR_SGRAM": "DDR SGRAM.",
1278                "EDO": "EDO.",
1279                "FastPageMode": "Fast Page Mode.",
1280                "GDDR": "Synchronous graphics random-access memory.",
1281                "GDDR2": "Double data rate type two synchronous graphics random-access memory.",
1282                "GDDR3": "Double data rate type three synchronous graphics random-access memory.",
1283                "GDDR4": "Double data rate type four synchronous graphics random-access memory.",
1284                "GDDR5": "Double data rate type five synchronous graphics random-access memory.",
1285                "GDDR5X": "Double data rate type five X synchronous graphics random-access memory.",
1286                "GDDR6": "Double data rate type six synchronous graphics random-access memory.",
1287                "HBM": "High Bandwidth Memory.",
1288                "HBM2": "The second generation of High Bandwidth Memory.",
1289                "HBM2E": "An updated version of the second generation of High Bandwidth Memory.",
1290                "HBM3": "The third generation of High Bandwidth Memory.",
1291                "LPDDR3_SDRAM": "LPDDR3 SDRAM.",
1292                "LPDDR4_SDRAM": "LPDDR4 SDRAM.",
1293                "LPDDR5_SDRAM": "LPDDR5 SDRAM.",
1294                "Logical": "Logical device, such as when the memory is fabric-attached.",
1295                "OEM": "OEM-defined.",
1296                "PipelinedNibble": "Pipelined Nibble.",
1297                "ROM": "ROM.",
1298                "SDRAM": "SDRAM."
1299            },
1300            "enumVersionAdded": {
1301                "DDR5": "v1_11_0",
1302                "GDDR": "v1_11_0",
1303                "GDDR2": "v1_11_0",
1304                "GDDR3": "v1_11_0",
1305                "GDDR4": "v1_11_0",
1306                "GDDR5": "v1_11_0",
1307                "GDDR5X": "v1_11_0",
1308                "GDDR6": "v1_11_0",
1309                "HBM": "v1_7_0",
1310                "HBM2": "v1_7_0",
1311                "HBM2E": "v1_17_0",
1312                "HBM3": "v1_11_0",
1313                "LPDDR5_SDRAM": "v1_19_0",
1314                "Logical": "v1_4_0",
1315                "OEM": "v1_11_0"
1316            },
1317            "type": "string"
1318        },
1319        "MemoryLocation": {
1320            "additionalProperties": false,
1321            "description": "Memory connection information to sockets and memory controllers.",
1322            "longDescription": "This type shall contain properties that describe the memory connection information to sockets and memory controllers.",
1323            "patternProperties": {
1324                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1325                    "description": "This property shall specify a valid odata or Redfish property.",
1326                    "type": [
1327                        "array",
1328                        "boolean",
1329                        "integer",
1330                        "number",
1331                        "null",
1332                        "object",
1333                        "string"
1334                    ]
1335                }
1336            },
1337            "properties": {
1338                "Channel": {
1339                    "description": "The channel number to which the memory device is connected.",
1340                    "longDescription": "This property shall contain the channel number to which the memory device is connected.",
1341                    "readonly": true,
1342                    "type": [
1343                        "integer",
1344                        "null"
1345                    ]
1346                },
1347                "MemoryController": {
1348                    "description": "The memory controller number to which the memory device is connected.",
1349                    "longDescription": "This property shall contain the memory controller number to which the memory device is connected.",
1350                    "readonly": true,
1351                    "type": [
1352                        "integer",
1353                        "null"
1354                    ]
1355                },
1356                "Slot": {
1357                    "description": "The slot number to which the memory device is connected.",
1358                    "longDescription": "This property shall contain the slot number to which the memory device is connected.",
1359                    "readonly": true,
1360                    "type": [
1361                        "integer",
1362                        "null"
1363                    ]
1364                },
1365                "Socket": {
1366                    "description": "The socket number to which the memory device is connected.",
1367                    "longDescription": "This property shall contain the socket number to which the memory device is connected.",
1368                    "readonly": true,
1369                    "type": [
1370                        "integer",
1371                        "null"
1372                    ]
1373                }
1374            },
1375            "type": "object"
1376        },
1377        "MemoryMedia": {
1378            "enum": [
1379                "DRAM",
1380                "NAND",
1381                "Intel3DXPoint",
1382                "Proprietary"
1383            ],
1384            "enumDescriptions": {
1385                "DRAM": "DRAM media.",
1386                "Intel3DXPoint": "Intel 3D XPoint media.",
1387                "NAND": "NAND media.",
1388                "Proprietary": "Proprietary media."
1389            },
1390            "enumVersionAdded": {
1391                "Intel3DXPoint": "v1_7_0"
1392            },
1393            "type": "string"
1394        },
1395        "MemoryType": {
1396            "enum": [
1397                "DRAM",
1398                "NVDIMM_N",
1399                "NVDIMM_F",
1400                "NVDIMM_P",
1401                "IntelOptane",
1402                "Cache"
1403            ],
1404            "enumDescriptions": {
1405                "Cache": "Cache.",
1406                "DRAM": "The memory device is composed of volatile memory.",
1407                "IntelOptane": "The memory device is an Intel Optane Persistent Memory Module.",
1408                "NVDIMM_F": "The memory device is composed of non-volatile memory.",
1409                "NVDIMM_N": "The memory device is composed of volatile memory backed by non-volatile memory.",
1410                "NVDIMM_P": "The memory device is composed of a combination of non-volatile and volatile memory."
1411            },
1412            "enumLongDescriptions": {
1413                "Cache": "This value shall represent cache memory.",
1414                "DRAM": "This value shall represent a volatile DRAM memory device.",
1415                "IntelOptane": "This value shall represent an Intel Optane Persistent Memory Module.",
1416                "NVDIMM_F": "This value shall represent an NVDIMM_F memory device as defined by JEDEC.",
1417                "NVDIMM_N": "This value shall represent an NVDIMM_N memory device as defined by JEDEC.",
1418                "NVDIMM_P": "This value shall represent an NVDIMM_P memory device as defined by JEDEC."
1419            },
1420            "enumVersionAdded": {
1421                "Cache": "v1_20_0",
1422                "IntelOptane": "v1_6_0"
1423            },
1424            "type": "string"
1425        },
1426        "OemActions": {
1427            "additionalProperties": true,
1428            "description": "The available OEM-specific actions for this resource.",
1429            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
1430            "patternProperties": {
1431                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1432                    "description": "This property shall specify a valid odata or Redfish property.",
1433                    "type": [
1434                        "array",
1435                        "boolean",
1436                        "integer",
1437                        "number",
1438                        "null",
1439                        "object",
1440                        "string"
1441                    ]
1442                }
1443            },
1444            "properties": {},
1445            "type": "object"
1446        },
1447        "OperatingMemoryModes": {
1448            "enum": [
1449                "Volatile",
1450                "PMEM",
1451                "Block"
1452            ],
1453            "enumDescriptions": {
1454                "Block": "Block-accessible system memory.",
1455                "PMEM": "Persistent memory, byte-accessible through system address space.",
1456                "Volatile": "Volatile memory."
1457            },
1458            "type": "string"
1459        },
1460        "OverwriteUnit": {
1461            "additionalProperties": false,
1462            "description": "This contains the action for securely erasing given regions using the NIST SP800-88 Purge: Overwrite.",
1463            "longDescription": "This action shall securely erase the supplied region provided the supplied passphrase matches that of the given region using the NIST SP800-88 Purge: Overwrite.  Use the `SecureEraseUnit` method to perform NIST SP800-88 Purge: Cryptographic Erase.",
1464            "parameters": {
1465                "Passphrase": {
1466                    "description": "Passphrase for doing the operation.",
1467                    "longDescription": "This property shall contain the passphrase used in this action.",
1468                    "requiredParameter": true,
1469                    "type": "string"
1470                },
1471                "RegionId": {
1472                    "description": "The memory region ID to which to apply this action.",
1473                    "longDescription": "This property shall contain the memory region ID to which to apply this action.",
1474                    "requiredParameter": true,
1475                    "type": "string"
1476                }
1477            },
1478            "patternProperties": {
1479                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1480                    "description": "This property shall specify a valid odata or Redfish property.",
1481                    "type": [
1482                        "array",
1483                        "boolean",
1484                        "integer",
1485                        "number",
1486                        "null",
1487                        "object",
1488                        "string"
1489                    ]
1490                }
1491            },
1492            "properties": {
1493                "target": {
1494                    "description": "Link to invoke action",
1495                    "format": "uri-reference",
1496                    "type": "string"
1497                },
1498                "title": {
1499                    "description": "Friendly action name",
1500                    "type": "string"
1501                }
1502            },
1503            "type": "object",
1504            "versionAdded": "v1_6_0"
1505        },
1506        "PowerManagementPolicy": {
1507            "additionalProperties": false,
1508            "description": "Power management policy information.",
1509            "longDescription": "This type shall contain properties that describe the power management policy for this resource.",
1510            "patternProperties": {
1511                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1512                    "description": "This property shall specify a valid odata or Redfish property.",
1513                    "type": [
1514                        "array",
1515                        "boolean",
1516                        "integer",
1517                        "number",
1518                        "null",
1519                        "object",
1520                        "string"
1521                    ]
1522                }
1523            },
1524            "properties": {
1525                "AveragePowerBudgetMilliWatts": {
1526                    "description": "Average power budget, in milliwatt units.",
1527                    "longDescription": "This property shall contain the average power budget, in milliwatt units.",
1528                    "readonly": true,
1529                    "type": [
1530                        "integer",
1531                        "null"
1532                    ],
1533                    "units": "mW"
1534                },
1535                "MaxTDPMilliWatts": {
1536                    "description": "Maximum TDP in milliwatt units.",
1537                    "longDescription": "This property shall contain the maximum TDP in milliwatt units.",
1538                    "readonly": true,
1539                    "type": [
1540                        "integer",
1541                        "null"
1542                    ],
1543                    "units": "mW"
1544                },
1545                "PeakPowerBudgetMilliWatts": {
1546                    "description": "Peak power budget, in milliwatt units.",
1547                    "longDescription": "This property shall contain the peak power budget, in milliwatt units.",
1548                    "readonly": true,
1549                    "type": [
1550                        "integer",
1551                        "null"
1552                    ],
1553                    "units": "mW"
1554                },
1555                "PolicyEnabled": {
1556                    "description": "An indication of whether the power management policy is enabled.",
1557                    "longDescription": "This property shall indicate whether the power management policy is enabled.",
1558                    "readonly": true,
1559                    "type": [
1560                        "boolean",
1561                        "null"
1562                    ]
1563                }
1564            },
1565            "type": "object"
1566        },
1567        "RegionSet": {
1568            "additionalProperties": false,
1569            "description": "Memory region information within a memory device.",
1570            "longDescription": "This type shall describe the memory region information within a memory device.",
1571            "patternProperties": {
1572                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1573                    "description": "This property shall specify a valid odata or Redfish property.",
1574                    "type": [
1575                        "array",
1576                        "boolean",
1577                        "integer",
1578                        "number",
1579                        "null",
1580                        "object",
1581                        "string"
1582                    ]
1583                }
1584            },
1585            "properties": {
1586                "MasterPassphraseEnabled": {
1587                    "description": "An indication of whether the master passphrase is enabled for this region.",
1588                    "longDescription": "This property shall indicate whether the master passphrase is enabled for this region.",
1589                    "readonly": true,
1590                    "type": [
1591                        "boolean",
1592                        "null"
1593                    ],
1594                    "versionAdded": "v1_17_0"
1595                },
1596                "MemoryClassification": {
1597                    "anyOf": [
1598                        {
1599                            "$ref": "#/definitions/MemoryClassification"
1600                        },
1601                        {
1602                            "type": "null"
1603                        }
1604                    ],
1605                    "description": "The classification of memory that the memory region occupies.",
1606                    "longDescription": "This property shall contain the classification of memory that the memory region occupies.",
1607                    "readonly": true
1608                },
1609                "OffsetMiB": {
1610                    "description": "Offset within the memory that corresponds to the start of this memory region in mebibytes (MiB).",
1611                    "longDescription": "This property shall contain the offset within the memory that corresponds to the start of this memory region in MiB.",
1612                    "readonly": true,
1613                    "type": [
1614                        "integer",
1615                        "null"
1616                    ],
1617                    "units": "MiBy"
1618                },
1619                "PassphraseEnabled": {
1620                    "description": "An indication of whether the passphrase is enabled for this region.",
1621                    "longDescription": "This property shall indicate whether the passphrase is enabled for this region.",
1622                    "readonly": true,
1623                    "type": [
1624                        "boolean",
1625                        "null"
1626                    ],
1627                    "versionAdded": "v1_5_0"
1628                },
1629                "PassphraseState": {
1630                    "deprecated": "This property has been deprecated in favor of `PassphraseEnabled` found within `RegionSet`.",
1631                    "description": "An indication of whether the state of the passphrase for this region is enabled.",
1632                    "longDescription": "This property shall indicate whether the state of the passphrase for this region is enabled.",
1633                    "readonly": true,
1634                    "type": [
1635                        "boolean",
1636                        "null"
1637                    ],
1638                    "versionDeprecated": "v1_5_0"
1639                },
1640                "RegionId": {
1641                    "description": "Unique region ID representing a specific region within the memory device.",
1642                    "longDescription": "This property shall contain the unique region ID representing a specific region within the memory device.",
1643                    "readonly": true,
1644                    "type": [
1645                        "string",
1646                        "null"
1647                    ]
1648                },
1649                "SizeMiB": {
1650                    "description": "Size of this memory region in mebibytes (MiB).",
1651                    "longDescription": "This property shall contain the size of this memory region in MiB.",
1652                    "readonly": true,
1653                    "type": [
1654                        "integer",
1655                        "null"
1656                    ],
1657                    "units": "MiBy"
1658                }
1659            },
1660            "type": "object"
1661        },
1662        "Reset": {
1663            "additionalProperties": false,
1664            "description": "This action resets this memory device.",
1665            "longDescription": "This action shall reset this memory device.",
1666            "parameters": {
1667                "ResetType": {
1668                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType",
1669                    "description": "The type of reset.",
1670                    "longDescription": "This parameter shall contain the type of reset.  The service can accept a request without the parameter and perform an implementation-specific default reset."
1671                }
1672            },
1673            "patternProperties": {
1674                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1675                    "description": "This property shall specify a valid odata or Redfish property.",
1676                    "type": [
1677                        "array",
1678                        "boolean",
1679                        "integer",
1680                        "number",
1681                        "null",
1682                        "object",
1683                        "string"
1684                    ]
1685                }
1686            },
1687            "properties": {
1688                "target": {
1689                    "description": "Link to invoke action",
1690                    "format": "uri-reference",
1691                    "type": "string"
1692                },
1693                "title": {
1694                    "description": "Friendly action name",
1695                    "type": "string"
1696                }
1697            },
1698            "type": "object",
1699            "versionAdded": "v1_8_0"
1700        },
1701        "ResetToDefaults": {
1702            "additionalProperties": false,
1703            "description": "The action resets the values of writable properties to factory defaults.",
1704            "longDescription": "This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer.",
1705            "parameters": {},
1706            "patternProperties": {
1707                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1708                    "description": "This property shall specify a valid odata or Redfish property.",
1709                    "type": [
1710                        "array",
1711                        "boolean",
1712                        "integer",
1713                        "number",
1714                        "null",
1715                        "object",
1716                        "string"
1717                    ]
1718                }
1719            },
1720            "properties": {
1721                "target": {
1722                    "description": "Link to invoke action",
1723                    "format": "uri-reference",
1724                    "type": "string"
1725                },
1726                "title": {
1727                    "description": "Friendly action name",
1728                    "type": "string"
1729                }
1730            },
1731            "type": "object",
1732            "versionAdded": "v1_16_0"
1733        },
1734        "ScanMedia": {
1735            "additionalProperties": false,
1736            "description": "Scans the media of the memory device.",
1737            "longDescription": "This action shall scan the media of the memory device.",
1738            "parameters": {
1739                "Length": {
1740                    "description": "The length of the target region to scan in bytes from the physical address.",
1741                    "longDescription": "This parameter shall contain the length of the target region to scan in bytes from the PhysicalAddress parameter.",
1742                    "requiredParameter": true,
1743                    "type": "integer"
1744                },
1745                "NoEventLog": {
1746                    "description": "Indicates whether events related to the media scan are not logged.",
1747                    "longDescription": "This parameter shall indicate whether events related to the media scan are not logged.  If not provided by the client, the value shall be assumed to be `false`.",
1748                    "type": "boolean"
1749                },
1750                "PhysicalAddress": {
1751                    "description": "The starting device physical address to scan as a hex-encoded string.",
1752                    "longDescription": "This parameter shall contain the starting device physical address to scan as a hex-encoded string.",
1753                    "pattern": "^0x[0-9a-fA-F]+$",
1754                    "requiredParameter": true,
1755                    "type": "string"
1756                }
1757            },
1758            "patternProperties": {
1759                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1760                    "description": "This property shall specify a valid odata or Redfish property.",
1761                    "type": [
1762                        "array",
1763                        "boolean",
1764                        "integer",
1765                        "number",
1766                        "null",
1767                        "object",
1768                        "string"
1769                    ]
1770                }
1771            },
1772            "properties": {
1773                "target": {
1774                    "description": "Link to invoke action",
1775                    "format": "uri-reference",
1776                    "type": "string"
1777                },
1778                "title": {
1779                    "description": "Friendly action name",
1780                    "type": "string"
1781                }
1782            },
1783            "type": "object",
1784            "versionAdded": "v1_17_0"
1785        },
1786        "SecureEraseUnit": {
1787            "additionalProperties": false,
1788            "description": "This contains the action for securely erasing given regions using the NIST SP800-88 Purge: Cryptographic Erase.",
1789            "longDescription": "This action shall securely erase the supplied region provided the supplied passphrase matches that of the given region using the NIST SP800-88 Purge: Cryptographic Erase.  Use the `OverwriteUnit` method to perform NIST SP800-88 Purge: Overwrite.",
1790            "parameters": {
1791                "Passphrase": {
1792                    "description": "Passphrase for doing the operation.",
1793                    "longDescription": "This property shall contain the passphrase used in this action.",
1794                    "requiredParameter": true,
1795                    "type": "string"
1796                },
1797                "RegionId": {
1798                    "description": "The memory region ID to which to apply this action.",
1799                    "longDescription": "This property shall contain the memory region ID to which to apply this action.",
1800                    "requiredParameter": true,
1801                    "type": "string"
1802                }
1803            },
1804            "patternProperties": {
1805                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1806                    "description": "This property shall specify a valid odata or Redfish property.",
1807                    "type": [
1808                        "array",
1809                        "boolean",
1810                        "integer",
1811                        "number",
1812                        "null",
1813                        "object",
1814                        "string"
1815                    ]
1816                }
1817            },
1818            "properties": {
1819                "target": {
1820                    "description": "Link to invoke action",
1821                    "format": "uri-reference",
1822                    "type": "string"
1823                },
1824                "title": {
1825                    "description": "Friendly action name",
1826                    "type": "string"
1827                }
1828            },
1829            "type": "object"
1830        },
1831        "SecurityCapabilities": {
1832            "additionalProperties": false,
1833            "description": "This type contains security capabilities of a memory device.",
1834            "longDescription": "This type shall contain properties that describe the security capabilities of a memory device.",
1835            "patternProperties": {
1836                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1837                    "description": "This property shall specify a valid odata or Redfish property.",
1838                    "type": [
1839                        "array",
1840                        "boolean",
1841                        "integer",
1842                        "number",
1843                        "null",
1844                        "object",
1845                        "string"
1846                    ]
1847                }
1848            },
1849            "properties": {
1850                "ConfigurationLockCapable": {
1851                    "description": "An indication of whether this memory device supports the locking, or freezing, of the configuration.",
1852                    "longDescription": "This property shall indicate whether this memory device supports the locking, or freezing, of the configuration.",
1853                    "readonly": true,
1854                    "type": [
1855                        "boolean",
1856                        "null"
1857                    ],
1858                    "versionAdded": "v1_7_0"
1859                },
1860                "DataLockCapable": {
1861                    "description": "An indication of whether this memory device supports data locking.",
1862                    "longDescription": "This property shall indicate whether this memory device supports the locking of data access.",
1863                    "readonly": true,
1864                    "type": [
1865                        "boolean",
1866                        "null"
1867                    ],
1868                    "versionAdded": "v1_7_0"
1869                },
1870                "MaxPassphraseCount": {
1871                    "description": "Maximum number of passphrases supported for this memory device.",
1872                    "longDescription": "This property shall contain the maximum number of passphrases supported for this memory device.",
1873                    "readonly": true,
1874                    "type": [
1875                        "integer",
1876                        "null"
1877                    ]
1878                },
1879                "PassphraseCapable": {
1880                    "description": "An indication of whether the memory device is passphrase capable.",
1881                    "longDescription": "This property shall indicate whether the memory device is passphrase capable.",
1882                    "readonly": true,
1883                    "type": [
1884                        "boolean",
1885                        "null"
1886                    ]
1887                },
1888                "PassphraseLockLimit": {
1889                    "description": "The maximum number of incorrect passphrase attempts allowed before memory device is locked.",
1890                    "longDescription": "This property shall contain the maximum number of incorrect passphrase access attempts allowed before access to data is locked.  If 0, the number of attempts is infinite.",
1891                    "readonly": true,
1892                    "type": [
1893                        "integer",
1894                        "null"
1895                    ],
1896                    "versionAdded": "v1_7_0"
1897                },
1898                "SecurityStates": {
1899                    "deprecated": "This property has been deprecated in favor of using the individual `PassphraseCapable`, `DataLockCapable`, and `ConfigurationLockCapable` properties.",
1900                    "description": "Security states supported by the memory device.",
1901                    "items": {
1902                        "$ref": "#/definitions/SecurityStates"
1903                    },
1904                    "longDescription": "This property shall contain the security states supported by the memory device.",
1905                    "readonly": true,
1906                    "type": "array",
1907                    "versionDeprecated": "v1_7_0"
1908                }
1909            },
1910            "type": "object"
1911        },
1912        "SecurityStateInfo": {
1913            "additionalProperties": false,
1914            "description": "The security states of a memory device.",
1915            "longDescription": "This type shall contain the security states of a memory device.",
1916            "patternProperties": {
1917                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1918                    "description": "This property shall specify a valid odata or Redfish property.",
1919                    "type": [
1920                        "array",
1921                        "boolean",
1922                        "integer",
1923                        "number",
1924                        "null",
1925                        "object",
1926                        "string"
1927                    ]
1928                }
1929            },
1930            "properties": {
1931                "MasterPassphraseAttemptCountReached": {
1932                    "description": "An indication of whether an incorrect master passphrase attempt count has been reached.",
1933                    "longDescription": "This property shall indicate whether an incorrect master passphrase attempt count has been reached.",
1934                    "readonly": true,
1935                    "type": [
1936                        "boolean",
1937                        "null"
1938                    ],
1939                    "versionAdded": "v1_17_0"
1940                },
1941                "UserPassphraseAttemptCountReached": {
1942                    "description": "An indication of whether an incorrect user passphrase attempt count has been reached.",
1943                    "longDescription": "This property shall indicate whether an incorrect user passphrase attempt count has been reached.",
1944                    "readonly": true,
1945                    "type": [
1946                        "boolean",
1947                        "null"
1948                    ],
1949                    "versionAdded": "v1_17_0"
1950                }
1951            },
1952            "type": "object"
1953        },
1954        "SecurityStates": {
1955            "enum": [
1956                "Enabled",
1957                "Disabled",
1958                "Unlocked",
1959                "Locked",
1960                "Frozen",
1961                "Passphraselimit"
1962            ],
1963            "enumDeprecated": {
1964                "Frozen": "This value has been deprecated in favor of using the `ConfigurationLocked` value to indicate that the configuration has been frozen.",
1965                "Unlocked": "This value has been deprecated in favor of `Enabled` to indicate normal security operation."
1966            },
1967            "enumDescriptions": {
1968                "Disabled": "Secure mode is disabled.",
1969                "Enabled": "Secure mode is enabled and access to the data is allowed.",
1970                "Frozen": "Secure state is frozen and cannot be modified until reset.",
1971                "Locked": "Secure mode is enabled and access to the data is locked.",
1972                "Passphraselimit": "Number of attempts to unlock the memory exceeded limit.",
1973                "Unlocked": "Secure mode is enabled and access to the data is unlocked."
1974            },
1975            "enumVersionDeprecated": {
1976                "Frozen": "v1_7_0",
1977                "Unlocked": "v1_7_0"
1978            },
1979            "type": "string"
1980        },
1981        "SetMasterPassphrase": {
1982            "additionalProperties": false,
1983            "description": "Sets the master passphrase for the given region.",
1984            "longDescription": "This action shall set the supplied master passphrase to the supplied region.",
1985            "parameters": {
1986                "Passphrase": {
1987                    "description": "The master passphrase to set for the specified region.",
1988                    "longDescription": "This parameter shall contain the master passphrase to set for the specified region.",
1989                    "requiredParameter": true,
1990                    "type": "string"
1991                },
1992                "RegionId": {
1993                    "description": "The memory region ID to which to apply the master passphrase.",
1994                    "longDescription": "This parameter shall contain the memory region ID to which to apply the master passphrase.",
1995                    "requiredParameter": true,
1996                    "type": "string"
1997                }
1998            },
1999            "patternProperties": {
2000                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
2001                    "description": "This property shall specify a valid odata or Redfish property.",
2002                    "type": [
2003                        "array",
2004                        "boolean",
2005                        "integer",
2006                        "number",
2007                        "null",
2008                        "object",
2009                        "string"
2010                    ]
2011                }
2012            },
2013            "properties": {
2014                "target": {
2015                    "description": "Link to invoke action",
2016                    "format": "uri-reference",
2017                    "type": "string"
2018                },
2019                "title": {
2020                    "description": "Friendly action name",
2021                    "type": "string"
2022                }
2023            },
2024            "type": "object",
2025            "versionAdded": "v1_17_0"
2026        },
2027        "SetPassphrase": {
2028            "additionalProperties": false,
2029            "description": "Set passphrase for the given regions.",
2030            "longDescription": "This action shall apply the supplied passphrase to the supplied region.",
2031            "parameters": {
2032                "Passphrase": {
2033                    "description": "Passphrase for doing the operation.",
2034                    "longDescription": "This property shall contain the passphrase used in this action.",
2035                    "requiredParameter": true,
2036                    "type": "string"
2037                },
2038                "RegionId": {
2039                    "description": "The memory region ID to which to apply this action.",
2040                    "longDescription": "This property shall contain the memory region ID to which to apply this action.",
2041                    "requiredParameter": true,
2042                    "type": "string"
2043                }
2044            },
2045            "patternProperties": {
2046                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
2047                    "description": "This property shall specify a valid odata or Redfish property.",
2048                    "type": [
2049                        "array",
2050                        "boolean",
2051                        "integer",
2052                        "number",
2053                        "null",
2054                        "object",
2055                        "string"
2056                    ]
2057                }
2058            },
2059            "properties": {
2060                "target": {
2061                    "description": "Link to invoke action",
2062                    "format": "uri-reference",
2063                    "type": "string"
2064                },
2065                "title": {
2066                    "description": "Friendly action name",
2067                    "type": "string"
2068                }
2069            },
2070            "type": "object"
2071        },
2072        "UnlockUnit": {
2073            "additionalProperties": false,
2074            "description": "This contains the action for unlocking given regions.",
2075            "longDescription": "This action shall apply the supplied passphrase to the supplied region for the purpose of unlocking the given regions.",
2076            "parameters": {
2077                "Passphrase": {
2078                    "description": "The passphrase required to complete the operation.",
2079                    "longDescription": "This property shall contain the passphrase required to complete this action.",
2080                    "requiredParameter": true,
2081                    "type": "string"
2082                },
2083                "RegionId": {
2084                    "description": "The memory region ID to which to apply this action.",
2085                    "longDescription": "This property shall contain the memory region ID to which to apply this action.",
2086                    "requiredParameter": true,
2087                    "type": "string"
2088                }
2089            },
2090            "patternProperties": {
2091                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
2092                    "description": "This property shall specify a valid odata or Redfish property.",
2093                    "type": [
2094                        "array",
2095                        "boolean",
2096                        "integer",
2097                        "number",
2098                        "null",
2099                        "object",
2100                        "string"
2101                    ]
2102                }
2103            },
2104            "properties": {
2105                "target": {
2106                    "description": "Link to invoke action",
2107                    "format": "uri-reference",
2108                    "type": "string"
2109                },
2110                "title": {
2111                    "description": "Friendly action name",
2112                    "type": "string"
2113                }
2114            },
2115            "type": "object"
2116        }
2117    },
2118    "language": "en",
2119    "owningEntity": "DMTF",
2120    "release": "2024.1",
2121    "title": "#Memory.v1_20_0.Memory"
2122}