1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/PowerSupply.v1_6_0.json",
3    "$ref": "#/definitions/PowerSupply",
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                "#PowerSupply.Reset": {
27                    "$ref": "#/definitions/Reset"
28                },
29                "Oem": {
30                    "$ref": "#/definitions/OemActions",
31                    "description": "The available OEM-specific actions for this resource.",
32                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
33                }
34            },
35            "type": "object"
36        },
37        "EfficiencyRating": {
38            "additionalProperties": false,
39            "description": "This type describes an efficiency rating for a power supply.",
40            "longDescription": "This type shall describe an efficiency rating for a power supply.",
41            "patternProperties": {
42                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
43                    "description": "This property shall specify a valid odata or Redfish property.",
44                    "type": [
45                        "array",
46                        "boolean",
47                        "integer",
48                        "number",
49                        "null",
50                        "object",
51                        "string"
52                    ]
53                }
54            },
55            "properties": {
56                "EfficiencyPercent": {
57                    "description": "The rated efficiency of this power supply at the specified load.",
58                    "longDescription": "This property shall contain the rated efficiency, as a percentage, `0` to `100`, of this power supply at the specified load.",
59                    "maximum": 100,
60                    "minimum": 0,
61                    "readonly": true,
62                    "type": [
63                        "number",
64                        "null"
65                    ],
66                    "units": "%"
67                },
68                "LoadPercent": {
69                    "description": "The electrical load for this rating.",
70                    "longDescription": "This property shall contain the load, as a percentage, `0` to `100`, of this power supply at which this efficiency rating is valid.",
71                    "maximum": 100,
72                    "minimum": 0,
73                    "readonly": true,
74                    "type": [
75                        "number",
76                        "null"
77                    ],
78                    "units": "%"
79                }
80            },
81            "type": "object"
82        },
83        "InputRange": {
84            "additionalProperties": false,
85            "description": "This type describes an input range for a power supply.",
86            "longDescription": "This type shall describe an input range that the associated power supply can utilize.",
87            "patternProperties": {
88                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
89                    "description": "This property shall specify a valid odata or Redfish property.",
90                    "type": [
91                        "array",
92                        "boolean",
93                        "integer",
94                        "number",
95                        "null",
96                        "object",
97                        "string"
98                    ]
99                }
100            },
101            "properties": {
102                "CapacityWatts": {
103                    "description": "The maximum capacity of this power supply when operating in this input range.",
104                    "longDescription": "This property shall contain the maximum amount of power, in watt units, that the associated power supply is rated to deliver while operating in this input range.",
105                    "minimum": 0,
106                    "readonly": true,
107                    "type": [
108                        "number",
109                        "null"
110                    ],
111                    "units": "W"
112                },
113                "NominalVoltageType": {
114                    "anyOf": [
115                        {
116                            "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/NominalVoltageType"
117                        },
118                        {
119                            "type": "null"
120                        }
121                    ],
122                    "description": "The input voltage range.",
123                    "longDescription": "This property shall contain the input voltage type of the associated range.",
124                    "readonly": true
125                }
126            },
127            "type": "object"
128        },
129        "LineStatus": {
130            "enum": [
131                "Normal",
132                "LossOfInput",
133                "OutOfRange"
134            ],
135            "enumDescriptions": {
136                "LossOfInput": "No power detected at line input.",
137                "Normal": "Line input is within normal operating range.",
138                "OutOfRange": "Line input voltage or current is outside of normal operating range."
139            },
140            "type": "string"
141        },
142        "Links": {
143            "additionalProperties": false,
144            "description": "The links to other resources that are related to this resource.",
145            "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.",
146            "patternProperties": {
147                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
148                    "description": "This property shall specify a valid odata or Redfish property.",
149                    "type": [
150                        "array",
151                        "boolean",
152                        "integer",
153                        "number",
154                        "null",
155                        "object",
156                        "string"
157                    ]
158                }
159            },
160            "properties": {
161                "Oem": {
162                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
163                    "description": "The OEM extension property.",
164                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
165                },
166                "Outlet": {
167                    "$ref": "http://redfish.dmtf.org/schemas/v1/Outlet.json#/definitions/Outlet",
168                    "deprecated": "This property has been deprecated in favor of the `PowerOutlets` property to allow for consistent modeling of power supplies with multiple outlet support.",
169                    "description": "A link to the outlet connected to this power supply.",
170                    "longDescription": "This property shall contain a link to a resource of type `Outlet` that represents the outlet connected to this power supply.",
171                    "readonly": false,
172                    "versionDeprecated": "v1_4_0"
173                },
174                "PowerOutlets": {
175                    "description": "An array of links to the outlets that provide power to this power supply.",
176                    "items": {
177                        "$ref": "http://redfish.dmtf.org/schemas/v1/Outlet.json#/definitions/Outlet"
178                    },
179                    "longDescription": "This property shall contain an array of links to resources of type `Outlet` that represent the outlets that provide power to this power supply.",
180                    "readonly": false,
181                    "type": "array",
182                    "versionAdded": "v1_2_0"
183                },
184                "PowerOutlets@odata.count": {
185                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
186                },
187                "PoweringChassis": {
188                    "description": "An array of links to the chassis that are directly powered by this power supply.",
189                    "items": {
190                        "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis"
191                    },
192                    "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the chassis directly powered by this power supply.  This property shall not be present if the power supply is only providing power to its containing parent chassis.",
193                    "readonly": true,
194                    "type": "array",
195                    "versionAdded": "v1_4_0"
196                },
197                "PoweringChassis@odata.count": {
198                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
199                }
200            },
201            "type": "object"
202        },
203        "OemActions": {
204            "additionalProperties": true,
205            "description": "The available OEM-specific actions for this resource.",
206            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
207            "patternProperties": {
208                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
209                    "description": "This property shall specify a valid odata or Redfish property.",
210                    "type": [
211                        "array",
212                        "boolean",
213                        "integer",
214                        "number",
215                        "null",
216                        "object",
217                        "string"
218                    ]
219                }
220            },
221            "properties": {},
222            "type": "object"
223        },
224        "OutputRail": {
225            "additionalProperties": false,
226            "description": "This type describes an output power rail of a power supply.",
227            "longDescription": "This type shall describe an output power rail provided by a power supply.",
228            "patternProperties": {
229                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
230                    "description": "This property shall specify a valid odata or Redfish property.",
231                    "type": [
232                        "array",
233                        "boolean",
234                        "integer",
235                        "number",
236                        "null",
237                        "object",
238                        "string"
239                    ]
240                }
241            },
242            "properties": {
243                "NominalVoltage": {
244                    "description": "The nominal voltage of this output power rail.",
245                    "longDescription": "This property shall contain the nominal voltage of the associated output power rail.",
246                    "readonly": true,
247                    "type": [
248                        "number",
249                        "null"
250                    ]
251                },
252                "PhysicalContext": {
253                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
254                    "description": "The area or device to which this power rail applies.",
255                    "longDescription": "This property shall contain a description of the device or region within the chassis to which this power rail applies.",
256                    "readonly": true
257                }
258            },
259            "type": "object"
260        },
261        "PowerSupply": {
262            "additionalProperties": false,
263            "description": "The `PowerSupply` schema describes a power supply unit.  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.",
264            "longDescription": "This resource shall represent a power supply unit for 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`.",
265            "patternProperties": {
266                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
267                    "description": "This property shall specify a valid odata or Redfish property.",
268                    "type": [
269                        "array",
270                        "boolean",
271                        "integer",
272                        "number",
273                        "null",
274                        "object",
275                        "string"
276                    ]
277                }
278            },
279            "properties": {
280                "@odata.context": {
281                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
282                },
283                "@odata.etag": {
284                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
285                },
286                "@odata.id": {
287                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
288                },
289                "@odata.type": {
290                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
291                },
292                "Actions": {
293                    "$ref": "#/definitions/Actions",
294                    "description": "The available actions for this resource.",
295                    "longDescription": "This property shall contain the available actions for this resource."
296                },
297                "Assembly": {
298                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
299                    "description": "The link to the assembly associated with this power supply.",
300                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
301                    "readonly": true
302                },
303                "Certificates": {
304                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
305                    "description": "The link to a collection of certificates for device identity and attestation.",
306                    "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation.",
307                    "readonly": true,
308                    "versionAdded": "v1_6_0"
309                },
310                "Description": {
311                    "anyOf": [
312                        {
313                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
314                        },
315                        {
316                            "type": "null"
317                        }
318                    ],
319                    "readonly": true
320                },
321                "EfficiencyRatings": {
322                    "description": "The efficiency ratings of this power supply.",
323                    "items": {
324                        "anyOf": [
325                            {
326                                "$ref": "#/definitions/EfficiencyRating"
327                            },
328                            {
329                                "type": "null"
330                            }
331                        ]
332                    },
333                    "longDescription": "This property shall contain an array of efficiency ratings for this power supply.",
334                    "type": "array"
335                },
336                "ElectricalSourceManagerURIs": {
337                    "description": "The URIs of the management interfaces for the upstream electrical source connections for this power supply.",
338                    "format": "uri-reference",
339                    "items": {
340                        "type": [
341                            "string",
342                            "null"
343                        ]
344                    },
345                    "longDescription": "This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the upstream electrical sources that provide power to this power supply.",
346                    "readonly": false,
347                    "type": "array",
348                    "versionAdded": "v1_2_0"
349                },
350                "ElectricalSourceNames": {
351                    "description": "The names of the upstream electrical sources, such as circuits or outlets, connected to this power supply.",
352                    "items": {
353                        "type": [
354                            "string",
355                            "null"
356                        ]
357                    },
358                    "longDescription": "This property shall contain an array of strings that identify the upstream electrical sources, such as the names of circuits or outlets, that provide power to this power supply.",
359                    "readonly": false,
360                    "type": "array",
361                    "versionAdded": "v1_2_0"
362                },
363                "FirmwareVersion": {
364                    "description": "The firmware version for this power supply.",
365                    "longDescription": "This property shall contain the firmware version as defined by the manufacturer for this power supply.",
366                    "readonly": true,
367                    "type": [
368                        "string",
369                        "null"
370                    ]
371                },
372                "HotPluggable": {
373                    "description": "An indication of whether this device can be inserted or removed while the equipment is in operation.",
374                    "longDescription": "This property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state.  Devices indicated as hot-pluggable shall allow the device to become operable without altering the operational state of the underlying equipment.  Devices that cannot be inserted or removed from equipment in operation, or devices that cannot become operable without affecting the operational state of that equipment, shall be indicated as not hot-pluggable.",
375                    "readonly": true,
376                    "type": [
377                        "boolean",
378                        "null"
379                    ]
380                },
381                "Id": {
382                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
383                    "readonly": true
384                },
385                "InputNominalVoltageType": {
386                    "anyOf": [
387                        {
388                            "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/NominalVoltageType"
389                        },
390                        {
391                            "type": "null"
392                        }
393                    ],
394                    "description": "The nominal voltage type that is detected on the line input to this power supply.",
395                    "longDescription": "This property shall contain the nominal voltage type that is detected on the line input to this power supply.  This value shall be one of the values shown in the `NominalVoltageType` property in the `InputRanges` array, if present.  If the line input voltage is unknown, out of range, or there is no input provided to the power supply, the value shall be `null`.",
396                    "readonly": true
397                },
398                "InputRanges": {
399                    "description": "The input ranges that the power supply can use.",
400                    "items": {
401                        "$ref": "#/definitions/InputRange"
402                    },
403                    "longDescription": "This property shall contain a collection of ranges usable by this power supply.",
404                    "type": "array"
405                },
406                "LineInputStatus": {
407                    "anyOf": [
408                        {
409                            "$ref": "#/definitions/LineStatus"
410                        },
411                        {
412                            "type": "null"
413                        }
414                    ],
415                    "description": "The status of the line input.",
416                    "longDescription": "This property shall contain the status of the power line input for this power supply.",
417                    "readonly": true,
418                    "versionAdded": "v1_3_0"
419                },
420                "Links": {
421                    "$ref": "#/definitions/Links",
422                    "description": "The links to other resources that are related to this resource.",
423                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
424                },
425                "Location": {
426                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
427                    "description": "The location of the power supply.",
428                    "longDescription": "This property shall contain the location information of the power supply.  For a resource in the `Absent` state, this property describes the empty location, such as a slot, socket, or bay, to represent the available capacity."
429                },
430                "LocationIndicatorActive": {
431                    "description": "An indicator allowing an operator to physically locate this resource.",
432                    "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.",
433                    "readonly": false,
434                    "type": [
435                        "boolean",
436                        "null"
437                    ]
438                },
439                "Manufacturer": {
440                    "description": "The manufacturer of this power supply.",
441                    "longDescription": "This property shall contain the name of the organization responsible for producing the power supply.  This organization may be the entity from whom the power supply is purchased, but this is not necessarily true.",
442                    "readonly": true,
443                    "type": [
444                        "string",
445                        "null"
446                    ]
447                },
448                "Metrics": {
449                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSupplyMetrics.json#/definitions/PowerSupplyMetrics",
450                    "description": "The link to the power supply metrics resource associated with this power supply.",
451                    "longDescription": "This property shall contain a link to a resource of type `PowerSupplyMetrics`.",
452                    "readonly": true
453                },
454                "Model": {
455                    "description": "The model number for this power supply.",
456                    "longDescription": "This property shall contain the model information as defined by the manufacturer for this power supply.",
457                    "readonly": true,
458                    "type": [
459                        "string",
460                        "null"
461                    ]
462                },
463                "Name": {
464                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
465                    "readonly": true
466                },
467                "Oem": {
468                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
469                    "description": "The OEM extension property.",
470                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
471                },
472                "OutputNominalVoltageType": {
473                    "anyOf": [
474                        {
475                            "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/NominalVoltageType"
476                        },
477                        {
478                            "type": "null"
479                        }
480                    ],
481                    "description": "The nominal output voltage type of this power supply.",
482                    "longDescription": "This property shall contain the nominal voltage type of the single output line of this power supply.  This property is intended to describe power supply types that connect to additional power infrastructure components, such as a rectifier component in a modular power system.  This property shall not be present for power supplies not intended to connect to additional power infrastructure components.",
483                    "readonly": true,
484                    "versionAdded": "v1_5_0"
485                },
486                "OutputRails": {
487                    "description": "The output power rails provided by this power supply.",
488                    "items": {
489                        "$ref": "#/definitions/OutputRail"
490                    },
491                    "longDescription": "This property shall contain an array of output power rails provided by this power supply.  The elements shall be ordered in ascending nominal voltage order.  This ordering is necessary for consistency with `Sensor` properties in an associated `PowerSupplyMetrics` resource.",
492                    "type": "array"
493                },
494                "PartNumber": {
495                    "description": "The part number for this power supply.",
496                    "longDescription": "This property shall contain the part number as defined by the manufacturer for this power supply.",
497                    "readonly": true,
498                    "type": [
499                        "string",
500                        "null"
501                    ]
502                },
503                "PhaseWiringType": {
504                    "anyOf": [
505                        {
506                            "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/PhaseWiringType"
507                        },
508                        {
509                            "type": "null"
510                        }
511                    ],
512                    "description": "The number of ungrounded current-carrying conductors (phases) and the total number of conductors (wires) provided for the power supply input connector.",
513                    "longDescription": "This property shall contain the number of ungrounded current-carrying conductors (phases) and the total number of conductors (wires) included in the input connector for the power supply.",
514                    "readonly": true
515                },
516                "PlugType": {
517                    "anyOf": [
518                        {
519                            "$ref": "http://redfish.dmtf.org/schemas/v1/Circuit.json#/definitions/PlugType"
520                        },
521                        {
522                            "type": "null"
523                        }
524                    ],
525                    "description": "The type of plug according to NEMA, IEC, or regional standards.",
526                    "longDescription": "This property shall contain the type of physical plug used for the input to this power supply, as defined by IEC, NEMA, or regional standards.",
527                    "readonly": true
528                },
529                "PowerCapacityWatts": {
530                    "description": "The maximum capacity of this power supply.",
531                    "longDescription": "This property shall contain the maximum amount of power, in watt units, that this power supply is rated to deliver.",
532                    "minimum": 0,
533                    "readonly": true,
534                    "type": [
535                        "number",
536                        "null"
537                    ],
538                    "units": "W"
539                },
540                "PowerSupplyType": {
541                    "anyOf": [
542                        {
543                            "$ref": "#/definitions/PowerSupplyType"
544                        },
545                        {
546                            "type": "null"
547                        }
548                    ],
549                    "description": "The power supply type (AC or DC).",
550                    "longDescription": "This property shall contain the input power type (AC or DC) of this power supply.",
551                    "readonly": true
552                },
553                "ProductionDate": {
554                    "description": "The production or manufacturing date of this power supply.",
555                    "format": "date-time",
556                    "longDescription": "This property shall contain the date of production or manufacture for this power supply.",
557                    "readonly": true,
558                    "type": [
559                        "string",
560                        "null"
561                    ],
562                    "versionAdded": "v1_1_0"
563                },
564                "Replaceable": {
565                    "description": "An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy.",
566                    "longDescription": "This property shall indicate whether this component can be independently replaced as allowed by the vendor's replacement policy.  A value of `false` indicates the component needs to be replaced by policy as part of another component.  If the `LocationType` property of this component contains `Embedded`, this property shall contain `false`.",
567                    "readonly": true,
568                    "type": [
569                        "boolean",
570                        "null"
571                    ],
572                    "versionAdded": "v1_5_0"
573                },
574                "SerialNumber": {
575                    "description": "The serial number for this power supply.",
576                    "longDescription": "This property shall contain the serial number as defined by the manufacturer for this power supply.",
577                    "readonly": true,
578                    "type": [
579                        "string",
580                        "null"
581                    ]
582                },
583                "SparePartNumber": {
584                    "description": "The spare part number for this power supply.",
585                    "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for this power supply.",
586                    "readonly": true,
587                    "type": [
588                        "string",
589                        "null"
590                    ]
591                },
592                "Status": {
593                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
594                    "description": "The status and health of the resource and its subordinate or dependent resources.",
595                    "longDescription": "This property shall contain any status or health properties of the resource."
596                },
597                "Version": {
598                    "description": "The hardware version of this power supply.",
599                    "longDescription": "This property shall contain the hardware version of this power supply as determined by the vendor or supplier.",
600                    "readonly": true,
601                    "type": [
602                        "string",
603                        "null"
604                    ],
605                    "versionAdded": "v1_1_0"
606                }
607            },
608            "required": [
609                "@odata.id",
610                "@odata.type",
611                "Id",
612                "Name"
613            ],
614            "type": "object"
615        },
616        "PowerSupplyType": {
617            "enum": [
618                "AC",
619                "DC",
620                "ACorDC",
621                "DCRegulator"
622            ],
623            "enumDescriptions": {
624                "AC": "Alternating Current (AC) power supply.",
625                "ACorDC": "The power supply supports both DC and AC.",
626                "DC": "Direct Current (DC) power supply.",
627                "DCRegulator": "Direct Current (DC) voltage regulator."
628            },
629            "enumVersionAdded": {
630                "DCRegulator": "v1_5_0"
631            },
632            "type": "string"
633        },
634        "Reset": {
635            "additionalProperties": false,
636            "description": "This action resets the power supply.",
637            "longDescription": "This action shall reset a power supply.  A `GracefulRestart` `ResetType` shall reset the power supply but shall not affect the power output.  A `ForceRestart` `ResetType` can affect the power supply output.",
638            "parameters": {
639                "ResetType": {
640                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType",
641                    "description": "The type of reset.",
642                    "longDescription": "This parameter shall contain the type of reset.  The service can accept a request without the parameter and shall perform a `GracefulRestart`."
643                }
644            },
645            "patternProperties": {
646                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
647                    "description": "This property shall specify a valid odata or Redfish property.",
648                    "type": [
649                        "array",
650                        "boolean",
651                        "integer",
652                        "number",
653                        "null",
654                        "object",
655                        "string"
656                    ]
657                }
658            },
659            "properties": {
660                "target": {
661                    "description": "Link to invoke action",
662                    "format": "uri-reference",
663                    "type": "string"
664                },
665                "title": {
666                    "description": "Friendly action name",
667                    "type": "string"
668                }
669            },
670            "type": "object"
671        }
672    },
673    "language": "en",
674    "owningEntity": "DMTF",
675    "release": "2024.1",
676    "title": "#PowerSupply.v1_6_0.PowerSupply"
677}