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