1f2a8e57eSGunnar Mills{
2f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/Power.v1_7_3.json",
3f2a8e57eSGunnar Mills    "$ref": "#/definitions/Power",
4f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6f2a8e57eSGunnar Mills    "definitions": {
7f2a8e57eSGunnar Mills        "Actions": {
8f2a8e57eSGunnar Mills            "additionalProperties": false,
9f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11f2a8e57eSGunnar Mills            "patternProperties": {
12f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14f2a8e57eSGunnar Mills                    "type": [
15f2a8e57eSGunnar Mills                        "array",
16f2a8e57eSGunnar Mills                        "boolean",
17f2a8e57eSGunnar Mills                        "integer",
18f2a8e57eSGunnar Mills                        "number",
19f2a8e57eSGunnar Mills                        "null",
20f2a8e57eSGunnar Mills                        "object",
21f2a8e57eSGunnar Mills                        "string"
22f2a8e57eSGunnar Mills                    ]
23f2a8e57eSGunnar Mills                }
24f2a8e57eSGunnar Mills            },
25f2a8e57eSGunnar Mills            "properties": {
26f2a8e57eSGunnar Mills                "#Power.PowerSupplyReset": {
27f2a8e57eSGunnar Mills                    "$ref": "#/definitions/PowerSupplyReset"
28f2a8e57eSGunnar Mills                },
29f2a8e57eSGunnar Mills                "Oem": {
30f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
31f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
32f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
33f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
34f2a8e57eSGunnar Mills                }
35f2a8e57eSGunnar Mills            },
36f2a8e57eSGunnar Mills            "type": "object"
37f2a8e57eSGunnar Mills        },
38f2a8e57eSGunnar Mills        "InputRange": {
39f2a8e57eSGunnar Mills            "additionalProperties": false,
40f2a8e57eSGunnar Mills            "description": "This type describes an input range for a power supply.",
41f2a8e57eSGunnar Mills            "longDescription": "This type shall describe an input range that the associated power supply can utilize.",
42f2a8e57eSGunnar Mills            "patternProperties": {
43f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
44f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
45f2a8e57eSGunnar Mills                    "type": [
46f2a8e57eSGunnar Mills                        "array",
47f2a8e57eSGunnar Mills                        "boolean",
48f2a8e57eSGunnar Mills                        "integer",
49f2a8e57eSGunnar Mills                        "number",
50f2a8e57eSGunnar Mills                        "null",
51f2a8e57eSGunnar Mills                        "object",
52f2a8e57eSGunnar Mills                        "string"
53f2a8e57eSGunnar Mills                    ]
54f2a8e57eSGunnar Mills                }
55f2a8e57eSGunnar Mills            },
56f2a8e57eSGunnar Mills            "properties": {
57f2a8e57eSGunnar Mills                "InputType": {
58f2a8e57eSGunnar Mills                    "anyOf": [
59f2a8e57eSGunnar Mills                        {
60f2a8e57eSGunnar Mills                            "$ref": "#/definitions/InputType"
61f2a8e57eSGunnar Mills                        },
62f2a8e57eSGunnar Mills                        {
63f2a8e57eSGunnar Mills                            "type": "null"
64f2a8e57eSGunnar Mills                        }
65f2a8e57eSGunnar Mills                    ],
66f2a8e57eSGunnar Mills                    "description": "The Input type (AC or DC).",
67f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the input type (AC or DC) of the associated range.",
68f2a8e57eSGunnar Mills                    "readonly": true,
69f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
70f2a8e57eSGunnar Mills                },
71f2a8e57eSGunnar Mills                "MaximumFrequencyHz": {
72f2a8e57eSGunnar Mills                    "description": "The maximum line input frequency at which this power supply input range is effective.",
73f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value, in hertz units, of the maximum line input frequency that the power supply is capable of consuming for this range.",
74f2a8e57eSGunnar Mills                    "minimum": 0,
75f2a8e57eSGunnar Mills                    "readonly": true,
76f2a8e57eSGunnar Mills                    "type": [
77f2a8e57eSGunnar Mills                        "number",
78f2a8e57eSGunnar Mills                        "null"
79f2a8e57eSGunnar Mills                    ],
80f2a8e57eSGunnar Mills                    "units": "Hz",
81f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
82f2a8e57eSGunnar Mills                },
83f2a8e57eSGunnar Mills                "MaximumVoltage": {
84f2a8e57eSGunnar Mills                    "description": "The maximum line input voltage at which this power supply input range is effective.",
85f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value, in volt units, of the maximum line input voltage that the power supply is capable of consuming for this range.",
86f2a8e57eSGunnar Mills                    "readonly": true,
87f2a8e57eSGunnar Mills                    "type": [
88f2a8e57eSGunnar Mills                        "number",
89f2a8e57eSGunnar Mills                        "null"
90f2a8e57eSGunnar Mills                    ],
91f2a8e57eSGunnar Mills                    "units": "V",
92f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
93f2a8e57eSGunnar Mills                },
94f2a8e57eSGunnar Mills                "MinimumFrequencyHz": {
95f2a8e57eSGunnar Mills                    "description": "The minimum line input frequency at which this power supply input range is effective.",
96f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value, in hertz units, of the minimum line input frequency that the power supply is capable of consuming for this range.",
97f2a8e57eSGunnar Mills                    "minimum": 0,
98f2a8e57eSGunnar Mills                    "readonly": true,
99f2a8e57eSGunnar Mills                    "type": [
100f2a8e57eSGunnar Mills                        "number",
101f2a8e57eSGunnar Mills                        "null"
102f2a8e57eSGunnar Mills                    ],
103f2a8e57eSGunnar Mills                    "units": "Hz",
104f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
105f2a8e57eSGunnar Mills                },
106f2a8e57eSGunnar Mills                "MinimumVoltage": {
107f2a8e57eSGunnar Mills                    "description": "The minimum line input voltage at which this power supply input range is effective.",
108f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value, in volt units, of the minimum line input voltage that the power supply is capable of consuming for this range.",
109f2a8e57eSGunnar Mills                    "readonly": true,
110f2a8e57eSGunnar Mills                    "type": [
111f2a8e57eSGunnar Mills                        "number",
112f2a8e57eSGunnar Mills                        "null"
113f2a8e57eSGunnar Mills                    ],
114f2a8e57eSGunnar Mills                    "units": "V",
115f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
116f2a8e57eSGunnar Mills                },
117f2a8e57eSGunnar Mills                "Oem": {
118f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
119f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
120f2a8e57eSGunnar 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.",
121f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
122f2a8e57eSGunnar Mills                },
123f2a8e57eSGunnar Mills                "OutputWattage": {
124f2a8e57eSGunnar Mills                    "description": "The maximum capacity of this power supply when operating in this input range.",
125f2a8e57eSGunnar 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.",
126f2a8e57eSGunnar Mills                    "minimum": 0,
127f2a8e57eSGunnar Mills                    "readonly": true,
128f2a8e57eSGunnar Mills                    "type": [
129f2a8e57eSGunnar Mills                        "number",
130f2a8e57eSGunnar Mills                        "null"
131f2a8e57eSGunnar Mills                    ],
132f2a8e57eSGunnar Mills                    "units": "W",
133f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
134f2a8e57eSGunnar Mills                }
135f2a8e57eSGunnar Mills            },
136f2a8e57eSGunnar Mills            "type": "object"
137f2a8e57eSGunnar Mills        },
138f2a8e57eSGunnar Mills        "InputType": {
139f2a8e57eSGunnar Mills            "enum": [
140f2a8e57eSGunnar Mills                "AC",
141f2a8e57eSGunnar Mills                "DC"
142f2a8e57eSGunnar Mills            ],
143f2a8e57eSGunnar Mills            "enumDescriptions": {
144f2a8e57eSGunnar Mills                "AC": "Alternating Current (AC) input range.",
145f2a8e57eSGunnar Mills                "DC": "Direct Current (DC) input range."
146f2a8e57eSGunnar Mills            },
147f2a8e57eSGunnar Mills            "type": "string"
148f2a8e57eSGunnar Mills        },
149f2a8e57eSGunnar Mills        "LineInputVoltageType": {
150f2a8e57eSGunnar Mills            "enum": [
151f2a8e57eSGunnar Mills                "Unknown",
152f2a8e57eSGunnar Mills                "ACLowLine",
153f2a8e57eSGunnar Mills                "ACMidLine",
154f2a8e57eSGunnar Mills                "ACHighLine",
155f2a8e57eSGunnar Mills                "DCNeg48V",
156f2a8e57eSGunnar Mills                "DC380V",
157f2a8e57eSGunnar Mills                "AC120V",
158f2a8e57eSGunnar Mills                "AC240V",
159f2a8e57eSGunnar Mills                "AC277V",
160f2a8e57eSGunnar Mills                "ACandDCWideRange",
161f2a8e57eSGunnar Mills                "ACWideRange",
162f2a8e57eSGunnar Mills                "DC240V"
163f2a8e57eSGunnar Mills            ],
164f2a8e57eSGunnar Mills            "enumDeprecated": {
165f2a8e57eSGunnar Mills                "ACHighLine": "This value has been deprecated in favor of AC277V.",
166f2a8e57eSGunnar Mills                "ACLowLine": "This value has been deprecated in favor of AC120V.",
167f2a8e57eSGunnar Mills                "ACMidLine": "This value has been deprecated in favor of AC240V."
168f2a8e57eSGunnar Mills            },
169f2a8e57eSGunnar Mills            "enumDescriptions": {
170f2a8e57eSGunnar Mills                "AC120V": "AC 120V nominal input.",
171f2a8e57eSGunnar Mills                "AC240V": "AC 240V nominal input.",
172f2a8e57eSGunnar Mills                "AC277V": "AC 277V nominal input.",
173f2a8e57eSGunnar Mills                "ACHighLine": "277V AC input.",
174f2a8e57eSGunnar Mills                "ACLowLine": "100-127V AC input.",
175f2a8e57eSGunnar Mills                "ACMidLine": "200-240V AC input.",
176f2a8e57eSGunnar Mills                "ACWideRange": "Wide range AC input.",
177f2a8e57eSGunnar Mills                "ACandDCWideRange": "Wide range AC or DC input.",
178f2a8e57eSGunnar Mills                "DC240V": "DC 240V nominal input.",
179f2a8e57eSGunnar Mills                "DC380V": "High-voltage DC input (380V).",
180f2a8e57eSGunnar Mills                "DCNeg48V": "-48V DC input.",
181f2a8e57eSGunnar Mills                "Unknown": "The power supply line input voltage type cannot be determined."
182f2a8e57eSGunnar Mills            },
183f2a8e57eSGunnar Mills            "enumVersionAdded": {
184f2a8e57eSGunnar Mills                "AC120V": "v1_1_0",
185f2a8e57eSGunnar Mills                "AC240V": "v1_1_0",
186f2a8e57eSGunnar Mills                "AC277V": "v1_1_0",
187f2a8e57eSGunnar Mills                "ACWideRange": "v1_1_0",
188f2a8e57eSGunnar Mills                "ACandDCWideRange": "v1_1_0",
189f2a8e57eSGunnar Mills                "DC240V": "v1_1_0"
190f2a8e57eSGunnar Mills            },
191f2a8e57eSGunnar Mills            "enumVersionDeprecated": {
192f2a8e57eSGunnar Mills                "ACHighLine": "v1_1_0",
193f2a8e57eSGunnar Mills                "ACLowLine": "v1_1_0",
194f2a8e57eSGunnar Mills                "ACMidLine": "v1_1_0"
195f2a8e57eSGunnar Mills            },
196f2a8e57eSGunnar Mills            "type": "string"
197f2a8e57eSGunnar Mills        },
198f2a8e57eSGunnar Mills        "OemActions": {
199f2a8e57eSGunnar Mills            "additionalProperties": true,
200f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
201f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
202f2a8e57eSGunnar Mills            "patternProperties": {
203f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
204f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
205f2a8e57eSGunnar Mills                    "type": [
206f2a8e57eSGunnar Mills                        "array",
207f2a8e57eSGunnar Mills                        "boolean",
208f2a8e57eSGunnar Mills                        "integer",
209f2a8e57eSGunnar Mills                        "number",
210f2a8e57eSGunnar Mills                        "null",
211f2a8e57eSGunnar Mills                        "object",
212f2a8e57eSGunnar Mills                        "string"
213f2a8e57eSGunnar Mills                    ]
214f2a8e57eSGunnar Mills                }
215f2a8e57eSGunnar Mills            },
216f2a8e57eSGunnar Mills            "properties": {},
217f2a8e57eSGunnar Mills            "type": "object"
218f2a8e57eSGunnar Mills        },
219f2a8e57eSGunnar Mills        "Power": {
220f2a8e57eSGunnar Mills            "additionalProperties": false,
221f2a8e57eSGunnar Mills            "deprecated": "This schema has been deprecated in favor of the `PowerSubsystem` schema.",
222f2a8e57eSGunnar Mills            "description": "The `Power` schema describes power metrics and represents the properties for power consumption and power limiting.",
223f2a8e57eSGunnar Mills            "longDescription": "This resource shall contain the power metrics for a Redfish implementation.",
224f2a8e57eSGunnar Mills            "patternProperties": {
225f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
226f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
227f2a8e57eSGunnar Mills                    "type": [
228f2a8e57eSGunnar Mills                        "array",
229f2a8e57eSGunnar Mills                        "boolean",
230f2a8e57eSGunnar Mills                        "integer",
231f2a8e57eSGunnar Mills                        "number",
232f2a8e57eSGunnar Mills                        "null",
233f2a8e57eSGunnar Mills                        "object",
234f2a8e57eSGunnar Mills                        "string"
235f2a8e57eSGunnar Mills                    ]
236f2a8e57eSGunnar Mills                }
237f2a8e57eSGunnar Mills            },
238f2a8e57eSGunnar Mills            "properties": {
239f2a8e57eSGunnar Mills                "@odata.context": {
240f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
241f2a8e57eSGunnar Mills                },
242f2a8e57eSGunnar Mills                "@odata.etag": {
243f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
244f2a8e57eSGunnar Mills                },
245f2a8e57eSGunnar Mills                "@odata.id": {
246f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
247f2a8e57eSGunnar Mills                },
248f2a8e57eSGunnar Mills                "@odata.type": {
249f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
250f2a8e57eSGunnar Mills                },
251f2a8e57eSGunnar Mills                "Actions": {
252f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
253f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
254f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
255f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
256f2a8e57eSGunnar Mills                },
257f2a8e57eSGunnar Mills                "Description": {
258f2a8e57eSGunnar Mills                    "anyOf": [
259f2a8e57eSGunnar Mills                        {
260f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
261f2a8e57eSGunnar Mills                        },
262f2a8e57eSGunnar Mills                        {
263f2a8e57eSGunnar Mills                            "type": "null"
264f2a8e57eSGunnar Mills                        }
265f2a8e57eSGunnar Mills                    ],
266f2a8e57eSGunnar Mills                    "readonly": true
267f2a8e57eSGunnar Mills                },
268f2a8e57eSGunnar Mills                "Id": {
269f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
270f2a8e57eSGunnar Mills                    "readonly": true
271f2a8e57eSGunnar Mills                },
272f2a8e57eSGunnar Mills                "Name": {
273f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
274f2a8e57eSGunnar Mills                    "readonly": true
275f2a8e57eSGunnar Mills                },
276f2a8e57eSGunnar Mills                "Oem": {
277f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
278f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
279f2a8e57eSGunnar 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."
280f2a8e57eSGunnar Mills                },
281f2a8e57eSGunnar Mills                "PowerControl": {
282f2a8e57eSGunnar Mills                    "autoExpand": true,
283f2a8e57eSGunnar Mills                    "description": "The set of power control functions, including power reading and limiting.",
284f2a8e57eSGunnar Mills                    "items": {
285f2a8e57eSGunnar Mills                        "$ref": "#/definitions/PowerControl"
286f2a8e57eSGunnar Mills                    },
287f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the set of power control readings and settings.",
288f2a8e57eSGunnar Mills                    "type": "array"
289f2a8e57eSGunnar Mills                },
290f2a8e57eSGunnar Mills                "PowerControl@odata.count": {
291f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
292f2a8e57eSGunnar Mills                },
293f2a8e57eSGunnar Mills                "PowerSupplies": {
294f2a8e57eSGunnar Mills                    "autoExpand": true,
295f2a8e57eSGunnar Mills                    "description": "The set of power supplies associated with this system or device.",
296f2a8e57eSGunnar Mills                    "items": {
297f2a8e57eSGunnar Mills                        "$ref": "#/definitions/PowerSupply"
298f2a8e57eSGunnar Mills                    },
299f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the set of power supplies associated with this system or device.",
300f2a8e57eSGunnar Mills                    "type": "array"
301f2a8e57eSGunnar Mills                },
302f2a8e57eSGunnar Mills                "PowerSupplies@odata.count": {
303f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
304f2a8e57eSGunnar Mills                },
305f2a8e57eSGunnar Mills                "Redundancy": {
306f2a8e57eSGunnar Mills                    "autoExpand": true,
307f2a8e57eSGunnar Mills                    "description": "The redundancy information for the set of power supplies in this chassis.",
308f2a8e57eSGunnar Mills                    "items": {
309f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy"
310f2a8e57eSGunnar Mills                    },
311f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain redundancy information for the set of power supplies in this system or device.",
312f2a8e57eSGunnar Mills                    "type": "array"
313f2a8e57eSGunnar Mills                },
314f2a8e57eSGunnar Mills                "Redundancy@odata.count": {
315f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
316f2a8e57eSGunnar Mills                },
317f2a8e57eSGunnar Mills                "Voltages": {
318f2a8e57eSGunnar Mills                    "autoExpand": true,
319f2a8e57eSGunnar Mills                    "description": "The set of voltage sensors for this chassis.",
320f2a8e57eSGunnar Mills                    "items": {
321f2a8e57eSGunnar Mills                        "$ref": "#/definitions/Voltage"
322f2a8e57eSGunnar Mills                    },
323f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the set of voltage sensors for this chassis.",
324f2a8e57eSGunnar Mills                    "type": "array"
325f2a8e57eSGunnar Mills                },
326f2a8e57eSGunnar Mills                "Voltages@odata.count": {
327f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
328f2a8e57eSGunnar Mills                }
329f2a8e57eSGunnar Mills            },
330f2a8e57eSGunnar Mills            "required": [
331f2a8e57eSGunnar Mills                "@odata.id",
332f2a8e57eSGunnar Mills                "@odata.type",
333f2a8e57eSGunnar Mills                "Id",
334f2a8e57eSGunnar Mills                "Name"
335f2a8e57eSGunnar Mills            ],
336f2a8e57eSGunnar Mills            "type": "object",
337f2a8e57eSGunnar Mills            "versionDeprecated": "v1_7_0"
338f2a8e57eSGunnar Mills        },
339f2a8e57eSGunnar Mills        "PowerControl": {
340f2a8e57eSGunnar Mills            "additionalProperties": false,
341f2a8e57eSGunnar Mills            "patternProperties": {
342f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
343f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
344f2a8e57eSGunnar Mills                    "type": [
345f2a8e57eSGunnar Mills                        "array",
346f2a8e57eSGunnar Mills                        "boolean",
347f2a8e57eSGunnar Mills                        "integer",
348f2a8e57eSGunnar Mills                        "number",
349f2a8e57eSGunnar Mills                        "null",
350f2a8e57eSGunnar Mills                        "object",
351f2a8e57eSGunnar Mills                        "string"
352f2a8e57eSGunnar Mills                    ]
353f2a8e57eSGunnar Mills                }
354f2a8e57eSGunnar Mills            },
355f2a8e57eSGunnar Mills            "properties": {
356f2a8e57eSGunnar Mills                "@odata.id": {
357f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
358f2a8e57eSGunnar Mills                },
359f2a8e57eSGunnar Mills                "Actions": {
360f2a8e57eSGunnar Mills                    "$ref": "#/definitions/PowerControlActions",
361f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
362f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
363f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
364f2a8e57eSGunnar Mills                },
365f2a8e57eSGunnar Mills                "MemberId": {
366f2a8e57eSGunnar Mills                    "description": "The unique identifier for the member within an array.",
367f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
368f2a8e57eSGunnar Mills                    "readonly": true,
369f2a8e57eSGunnar Mills                    "type": "string"
370f2a8e57eSGunnar Mills                },
371f2a8e57eSGunnar Mills                "Name": {
372f2a8e57eSGunnar Mills                    "description": "The power control function name.",
373f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the name of the power control function name.",
374f2a8e57eSGunnar Mills                    "readonly": true,
375f2a8e57eSGunnar Mills                    "type": [
376f2a8e57eSGunnar Mills                        "string",
377f2a8e57eSGunnar Mills                        "null"
378f2a8e57eSGunnar Mills                    ]
379f2a8e57eSGunnar Mills                },
380f2a8e57eSGunnar Mills                "Oem": {
381f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
382f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
383f2a8e57eSGunnar 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."
384f2a8e57eSGunnar Mills                },
385f2a8e57eSGunnar Mills                "PhysicalContext": {
386f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
387f2a8e57eSGunnar Mills                    "description": "The area, device, or set of devices to which this power control applies.",
388f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a description of the affected device(s) or region within the chassis to which this power control applies.",
389f2a8e57eSGunnar Mills                    "readonly": true,
390f2a8e57eSGunnar Mills                    "versionAdded": "v1_4_0"
391f2a8e57eSGunnar Mills                },
392f2a8e57eSGunnar Mills                "PowerAllocatedWatts": {
393f2a8e57eSGunnar Mills                    "description": "The total amount of power that has been allocated or budgeted to chassis.",
394f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the total power currently allocated or budgeted to the chassis.",
395f2a8e57eSGunnar Mills                    "minimum": 0,
396f2a8e57eSGunnar Mills                    "readonly": true,
397f2a8e57eSGunnar Mills                    "type": [
398f2a8e57eSGunnar Mills                        "number",
399f2a8e57eSGunnar Mills                        "null"
400f2a8e57eSGunnar Mills                    ],
401f2a8e57eSGunnar Mills                    "units": "W"
402f2a8e57eSGunnar Mills                },
403f2a8e57eSGunnar Mills                "PowerAvailableWatts": {
404f2a8e57eSGunnar Mills                    "description": "The amount of reserve power capacity, in watt units, that remains.  This value is the PowerCapacityWatts value minus the `PowerAllocatedWatts` value.",
405f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the amount of reserve power capacity, in watt units, that remains.  This value is the PowerCapacityWatts value minus the `PowerAllocatedWatts` value.",
406f2a8e57eSGunnar Mills                    "minimum": 0,
407f2a8e57eSGunnar Mills                    "readonly": true,
408f2a8e57eSGunnar Mills                    "type": [
409f2a8e57eSGunnar Mills                        "number",
410f2a8e57eSGunnar Mills                        "null"
411f2a8e57eSGunnar Mills                    ],
412f2a8e57eSGunnar Mills                    "units": "W"
413f2a8e57eSGunnar Mills                },
414f2a8e57eSGunnar Mills                "PowerCapacityWatts": {
415f2a8e57eSGunnar Mills                    "description": "The total amount of power that can be allocated to the chassis.  This value can be either the power supply capacity or the power budget that an upstream chassis assigns to this chassis.",
416f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the total power capacity that can be allocated to the chassis.",
417f2a8e57eSGunnar Mills                    "minimum": 0,
418f2a8e57eSGunnar Mills                    "readonly": true,
419f2a8e57eSGunnar Mills                    "type": [
420f2a8e57eSGunnar Mills                        "number",
421f2a8e57eSGunnar Mills                        "null"
422f2a8e57eSGunnar Mills                    ],
423f2a8e57eSGunnar Mills                    "units": "W"
424f2a8e57eSGunnar Mills                },
425f2a8e57eSGunnar Mills                "PowerConsumedWatts": {
426f2a8e57eSGunnar Mills                    "description": "The actual power that the chassis consumes, in watt units.",
427f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the actual power that the chassis consumes, in watt units.",
428f2a8e57eSGunnar Mills                    "minimum": 0,
429f2a8e57eSGunnar Mills                    "readonly": true,
430f2a8e57eSGunnar Mills                    "type": [
431f2a8e57eSGunnar Mills                        "number",
432f2a8e57eSGunnar Mills                        "null"
433f2a8e57eSGunnar Mills                    ],
434f2a8e57eSGunnar Mills                    "units": "W"
435f2a8e57eSGunnar Mills                },
436f2a8e57eSGunnar Mills                "PowerLimit": {
437f2a8e57eSGunnar Mills                    "$ref": "#/definitions/PowerLimit",
438f2a8e57eSGunnar Mills                    "description": "The power limit status and configuration information for this chassis.",
439f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain power limit status and configuration information for this chassis."
440f2a8e57eSGunnar Mills                },
441f2a8e57eSGunnar Mills                "PowerMetrics": {
442f2a8e57eSGunnar Mills                    "$ref": "#/definitions/PowerMetric",
443f2a8e57eSGunnar Mills                    "description": "The power readings for this chassis.",
444f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain power metrics for power readings, such as interval, minimum, maximum, and average power consumption, for the chassis."
445f2a8e57eSGunnar Mills                },
446f2a8e57eSGunnar Mills                "PowerRequestedWatts": {
447f2a8e57eSGunnar Mills                    "description": "The potential power, in watt units, that the chassis requests, which might be higher than the current level being consumed because the requested power includes a budget that the chassis wants for future use.",
448f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the amount of power, in watt units, that the chassis currently requests to be budgeted for future use.",
449f2a8e57eSGunnar Mills                    "minimum": 0,
450f2a8e57eSGunnar Mills                    "readonly": true,
451f2a8e57eSGunnar Mills                    "type": [
452f2a8e57eSGunnar Mills                        "number",
453f2a8e57eSGunnar Mills                        "null"
454f2a8e57eSGunnar Mills                    ],
455f2a8e57eSGunnar Mills                    "units": "W"
456f2a8e57eSGunnar Mills                },
457f2a8e57eSGunnar Mills                "RelatedItem": {
458f2a8e57eSGunnar Mills                    "description": "An array of links to resources or objects associated with this power limit.",
459f2a8e57eSGunnar Mills                    "items": {
460f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
461f2a8e57eSGunnar Mills                    },
462f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an array of links to resources or objects associated with this power limit.",
463f2a8e57eSGunnar Mills                    "readonly": true,
464f2a8e57eSGunnar Mills                    "type": "array"
465f2a8e57eSGunnar Mills                },
466f2a8e57eSGunnar Mills                "RelatedItem@odata.count": {
467f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
468f2a8e57eSGunnar Mills                },
469f2a8e57eSGunnar Mills                "Status": {
470f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
471f2a8e57eSGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
472f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
473f2a8e57eSGunnar Mills                }
474f2a8e57eSGunnar Mills            },
475f2a8e57eSGunnar Mills            "required": [
476f2a8e57eSGunnar Mills                "@odata.id",
477f2a8e57eSGunnar Mills                "MemberId"
478f2a8e57eSGunnar Mills            ],
479f2a8e57eSGunnar Mills            "type": "object"
480f2a8e57eSGunnar Mills        },
481f2a8e57eSGunnar Mills        "PowerControlActions": {
482f2a8e57eSGunnar Mills            "additionalProperties": false,
483f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
484f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
485f2a8e57eSGunnar Mills            "patternProperties": {
486f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
487f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
488f2a8e57eSGunnar Mills                    "type": [
489f2a8e57eSGunnar Mills                        "array",
490f2a8e57eSGunnar Mills                        "boolean",
491f2a8e57eSGunnar Mills                        "integer",
492f2a8e57eSGunnar Mills                        "number",
493f2a8e57eSGunnar Mills                        "null",
494f2a8e57eSGunnar Mills                        "object",
495f2a8e57eSGunnar Mills                        "string"
496f2a8e57eSGunnar Mills                    ]
497f2a8e57eSGunnar Mills                }
498f2a8e57eSGunnar Mills            },
499f2a8e57eSGunnar Mills            "properties": {
500f2a8e57eSGunnar Mills                "Oem": {
501f2a8e57eSGunnar Mills                    "$ref": "#/definitions/PowerControlOemActions",
502f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
503f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
504f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
505f2a8e57eSGunnar Mills                }
506f2a8e57eSGunnar Mills            },
507f2a8e57eSGunnar Mills            "type": "object"
508f2a8e57eSGunnar Mills        },
509f2a8e57eSGunnar Mills        "PowerControlOemActions": {
510f2a8e57eSGunnar Mills            "additionalProperties": true,
511f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
512f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
513f2a8e57eSGunnar Mills            "patternProperties": {
514f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
515f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
516f2a8e57eSGunnar Mills                    "type": [
517f2a8e57eSGunnar Mills                        "array",
518f2a8e57eSGunnar Mills                        "boolean",
519f2a8e57eSGunnar Mills                        "integer",
520f2a8e57eSGunnar Mills                        "number",
521f2a8e57eSGunnar Mills                        "null",
522f2a8e57eSGunnar Mills                        "object",
523f2a8e57eSGunnar Mills                        "string"
524f2a8e57eSGunnar Mills                    ]
525f2a8e57eSGunnar Mills                }
526f2a8e57eSGunnar Mills            },
527f2a8e57eSGunnar Mills            "properties": {},
528f2a8e57eSGunnar Mills            "type": "object"
529f2a8e57eSGunnar Mills        },
530f2a8e57eSGunnar Mills        "PowerLimit": {
531f2a8e57eSGunnar Mills            "additionalProperties": false,
532f2a8e57eSGunnar Mills            "description": "The power limit status and configuration information for the chassis.",
533f2a8e57eSGunnar Mills            "longDescription": "This type shall contain power limit status and configuration information for this chassis.",
534f2a8e57eSGunnar Mills            "patternProperties": {
535f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
536f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
537f2a8e57eSGunnar Mills                    "type": [
538f2a8e57eSGunnar Mills                        "array",
539f2a8e57eSGunnar Mills                        "boolean",
540f2a8e57eSGunnar Mills                        "integer",
541f2a8e57eSGunnar Mills                        "number",
542f2a8e57eSGunnar Mills                        "null",
543f2a8e57eSGunnar Mills                        "object",
544f2a8e57eSGunnar Mills                        "string"
545f2a8e57eSGunnar Mills                    ]
546f2a8e57eSGunnar Mills                }
547f2a8e57eSGunnar Mills            },
548f2a8e57eSGunnar Mills            "properties": {
549f2a8e57eSGunnar Mills                "CorrectionInMs": {
550f2a8e57eSGunnar Mills                    "description": "The time required for the limiting process to reduce power consumption to below the limit.",
551f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the time interval in ms required for the limiting process to react and reduce the power consumption below the limit.",
552f2a8e57eSGunnar Mills                    "readonly": false,
553f2a8e57eSGunnar Mills                    "type": [
554f2a8e57eSGunnar Mills                        "integer",
555f2a8e57eSGunnar Mills                        "null"
556f2a8e57eSGunnar Mills                    ],
557f2a8e57eSGunnar Mills                    "units": "ms"
558f2a8e57eSGunnar Mills                },
559f2a8e57eSGunnar Mills                "LimitException": {
560f2a8e57eSGunnar Mills                    "anyOf": [
561f2a8e57eSGunnar Mills                        {
562f2a8e57eSGunnar Mills                            "$ref": "#/definitions/PowerLimitException"
563f2a8e57eSGunnar Mills                        },
564f2a8e57eSGunnar Mills                        {
565f2a8e57eSGunnar Mills                            "type": "null"
566f2a8e57eSGunnar Mills                        }
567f2a8e57eSGunnar Mills                    ],
568f2a8e57eSGunnar Mills                    "description": "The action that is taken if the power cannot be maintained below the `LimitInWatts`.",
569f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the action to be taken if the resource power consumption cannot be limited below the specified limit after several correction time periods.",
570f2a8e57eSGunnar Mills                    "readonly": false
571f2a8e57eSGunnar Mills                },
572f2a8e57eSGunnar Mills                "LimitInWatts": {
573f2a8e57eSGunnar Mills                    "description": "The power limit, in watt units.  If `null`, power capping is disabled.",
574f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the power capping limit, in watt units, for the resource.  If `null`, power capping shall be disabled.",
575f2a8e57eSGunnar Mills                    "minimum": 0,
576f2a8e57eSGunnar Mills                    "readonly": false,
577f2a8e57eSGunnar Mills                    "type": [
578f2a8e57eSGunnar Mills                        "number",
579f2a8e57eSGunnar Mills                        "null"
580f2a8e57eSGunnar Mills                    ],
581f2a8e57eSGunnar Mills                    "units": "W"
582f2a8e57eSGunnar Mills                }
583f2a8e57eSGunnar Mills            },
584f2a8e57eSGunnar Mills            "type": "object"
585f2a8e57eSGunnar Mills        },
586f2a8e57eSGunnar Mills        "PowerLimitException": {
587f2a8e57eSGunnar Mills            "enum": [
588f2a8e57eSGunnar Mills                "NoAction",
589f2a8e57eSGunnar Mills                "HardPowerOff",
590f2a8e57eSGunnar Mills                "LogEventOnly",
591f2a8e57eSGunnar Mills                "Oem"
592f2a8e57eSGunnar Mills            ],
593f2a8e57eSGunnar Mills            "enumDescriptions": {
594f2a8e57eSGunnar Mills                "HardPowerOff": "Turn the power off immediately when the limit is exceeded.",
595f2a8e57eSGunnar Mills                "LogEventOnly": "Log an event when the limit is exceeded, but take no further action.",
596f2a8e57eSGunnar Mills                "NoAction": "Take no action when the limit is exceeded.",
597f2a8e57eSGunnar Mills                "Oem": "Take an OEM-defined action."
598f2a8e57eSGunnar Mills            },
599f2a8e57eSGunnar Mills            "type": "string"
600f2a8e57eSGunnar Mills        },
601f2a8e57eSGunnar Mills        "PowerMetric": {
602f2a8e57eSGunnar Mills            "additionalProperties": false,
603f2a8e57eSGunnar Mills            "description": "The power metrics for a resource.",
604f2a8e57eSGunnar Mills            "longDescription": "This type shall contain power metrics for power readings, such as interval, minimum, maximum, and average power consumption, for a resource.",
605f2a8e57eSGunnar Mills            "patternProperties": {
606f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
607f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
608f2a8e57eSGunnar Mills                    "type": [
609f2a8e57eSGunnar Mills                        "array",
610f2a8e57eSGunnar Mills                        "boolean",
611f2a8e57eSGunnar Mills                        "integer",
612f2a8e57eSGunnar Mills                        "number",
613f2a8e57eSGunnar Mills                        "null",
614f2a8e57eSGunnar Mills                        "object",
615f2a8e57eSGunnar Mills                        "string"
616f2a8e57eSGunnar Mills                    ]
617f2a8e57eSGunnar Mills                }
618f2a8e57eSGunnar Mills            },
619f2a8e57eSGunnar Mills            "properties": {
620f2a8e57eSGunnar Mills                "AverageConsumedWatts": {
621f2a8e57eSGunnar Mills                    "description": "The average power level over the measurement window over the last `IntervalInMin` minutes.",
622f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the average power level that occurred over the last `IntervalInMin` minutes.",
623f2a8e57eSGunnar Mills                    "minimum": 0,
624f2a8e57eSGunnar Mills                    "readonly": true,
625f2a8e57eSGunnar Mills                    "type": [
626f2a8e57eSGunnar Mills                        "number",
627f2a8e57eSGunnar Mills                        "null"
628f2a8e57eSGunnar Mills                    ],
629f2a8e57eSGunnar Mills                    "units": "W"
630f2a8e57eSGunnar Mills                },
631f2a8e57eSGunnar Mills                "IntervalInMin": {
632f2a8e57eSGunnar Mills                    "description": "The time interval, or window, over which the power metrics are measured.",
633f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the time interval or window, in minutes, over which the power metrics are measured.",
634f2a8e57eSGunnar Mills                    "minimum": 0,
635f2a8e57eSGunnar Mills                    "readonly": true,
636f2a8e57eSGunnar Mills                    "type": [
637f2a8e57eSGunnar Mills                        "integer",
638f2a8e57eSGunnar Mills                        "null"
639f2a8e57eSGunnar Mills                    ],
640f2a8e57eSGunnar Mills                    "units": "min"
641f2a8e57eSGunnar Mills                },
642f2a8e57eSGunnar Mills                "MaxConsumedWatts": {
643f2a8e57eSGunnar Mills                    "description": "The highest power consumption level, in watt units, that has occurred over the measurement window within the last `IntervalInMin` minutes.",
644f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the maximum power level, in watt units, that occurred within the last `IntervalInMin` minutes.",
645f2a8e57eSGunnar Mills                    "minimum": 0,
646f2a8e57eSGunnar Mills                    "readonly": true,
647f2a8e57eSGunnar Mills                    "type": [
648f2a8e57eSGunnar Mills                        "number",
649f2a8e57eSGunnar Mills                        "null"
650f2a8e57eSGunnar Mills                    ],
651f2a8e57eSGunnar Mills                    "units": "W"
652f2a8e57eSGunnar Mills                },
653f2a8e57eSGunnar Mills                "MinConsumedWatts": {
654f2a8e57eSGunnar Mills                    "description": "The lowest power consumption level, in watt units, over the measurement window that occurred within the last `IntervalInMin` minutes.",
655f2a8e57eSGunnar Mills                    "longDescription": "This property shall represent the minimum power level, in watt units, that occurred within the last `IntervalInMin` minutes.",
656f2a8e57eSGunnar Mills                    "minimum": 0,
657f2a8e57eSGunnar Mills                    "readonly": true,
658f2a8e57eSGunnar Mills                    "type": [
659f2a8e57eSGunnar Mills                        "number",
660f2a8e57eSGunnar Mills                        "null"
661f2a8e57eSGunnar Mills                    ],
662f2a8e57eSGunnar Mills                    "units": "W"
663f2a8e57eSGunnar Mills                }
664f2a8e57eSGunnar Mills            },
665f2a8e57eSGunnar Mills            "type": "object"
666f2a8e57eSGunnar Mills        },
667f2a8e57eSGunnar Mills        "PowerSupply": {
668f2a8e57eSGunnar Mills            "additionalProperties": false,
669f2a8e57eSGunnar Mills            "description": "Details of a power supplies associated with this system or device.",
670f2a8e57eSGunnar Mills            "patternProperties": {
671f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
672f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
673f2a8e57eSGunnar Mills                    "type": [
674f2a8e57eSGunnar Mills                        "array",
675f2a8e57eSGunnar Mills                        "boolean",
676f2a8e57eSGunnar Mills                        "integer",
677f2a8e57eSGunnar Mills                        "number",
678f2a8e57eSGunnar Mills                        "null",
679f2a8e57eSGunnar Mills                        "object",
680f2a8e57eSGunnar Mills                        "string"
681f2a8e57eSGunnar Mills                    ]
682f2a8e57eSGunnar Mills                }
683f2a8e57eSGunnar Mills            },
684f2a8e57eSGunnar Mills            "properties": {
685f2a8e57eSGunnar Mills                "@odata.id": {
686f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
687f2a8e57eSGunnar Mills                },
688f2a8e57eSGunnar Mills                "Actions": {
689f2a8e57eSGunnar Mills                    "$ref": "#/definitions/PowerSupplyActions",
690f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
691f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
692f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
693f2a8e57eSGunnar Mills                },
694f2a8e57eSGunnar Mills                "Assembly": {
695f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
696f2a8e57eSGunnar Mills                    "description": "The link to the assembly resource associated with this power supply.",
697f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
698f2a8e57eSGunnar Mills                    "readonly": true,
699f2a8e57eSGunnar Mills                    "versionAdded": "v1_5_0"
700f2a8e57eSGunnar Mills                },
701f2a8e57eSGunnar Mills                "EfficiencyPercent": {
702f2a8e57eSGunnar Mills                    "description": "The measured efficiency of this power supply as a percentage.",
703f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the measured power efficiency, as a percentage, of the associated power supply.",
704f2a8e57eSGunnar Mills                    "maximum": 100,
705f2a8e57eSGunnar Mills                    "minimum": 0,
706f2a8e57eSGunnar Mills                    "readonly": true,
707f2a8e57eSGunnar Mills                    "type": [
708f2a8e57eSGunnar Mills                        "number",
709f2a8e57eSGunnar Mills                        "null"
710f2a8e57eSGunnar Mills                    ],
711f2a8e57eSGunnar Mills                    "units": "%",
712f2a8e57eSGunnar Mills                    "versionAdded": "v1_5_0"
713f2a8e57eSGunnar Mills                },
714f2a8e57eSGunnar Mills                "FirmwareVersion": {
715f2a8e57eSGunnar Mills                    "description": "The firmware version for this power supply.",
716f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the firmware version as defined by the manufacturer for the associated power supply.",
717f2a8e57eSGunnar Mills                    "readonly": true,
718f2a8e57eSGunnar Mills                    "type": [
719f2a8e57eSGunnar Mills                        "string",
720f2a8e57eSGunnar Mills                        "null"
721f2a8e57eSGunnar Mills                    ]
722f2a8e57eSGunnar Mills                },
723f2a8e57eSGunnar Mills                "HotPluggable": {
724f2a8e57eSGunnar Mills                    "description": "An indication of whether this device can be inserted or removed while the equipment is in operation.",
725f2a8e57eSGunnar 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.",
726f2a8e57eSGunnar Mills                    "readonly": true,
727f2a8e57eSGunnar Mills                    "type": [
728f2a8e57eSGunnar Mills                        "boolean",
729f2a8e57eSGunnar Mills                        "null"
730f2a8e57eSGunnar Mills                    ],
731f2a8e57eSGunnar Mills                    "versionAdded": "v1_5_0"
732f2a8e57eSGunnar Mills                },
733f2a8e57eSGunnar Mills                "IndicatorLED": {
734f2a8e57eSGunnar Mills                    "anyOf": [
735f2a8e57eSGunnar Mills                        {
736f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/IndicatorLED"
737f2a8e57eSGunnar Mills                        },
738f2a8e57eSGunnar Mills                        {
739f2a8e57eSGunnar Mills                            "type": "null"
740f2a8e57eSGunnar Mills                        }
741f2a8e57eSGunnar Mills                    ],
742f2a8e57eSGunnar Mills                    "description": "The state of the indicator LED, which identifies the power supply.",
743f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the indicator light state for the indicator light associated with this power supply.",
744f2a8e57eSGunnar Mills                    "readonly": false,
745f2a8e57eSGunnar Mills                    "versionAdded": "v1_2_0"
746f2a8e57eSGunnar Mills                },
747f2a8e57eSGunnar Mills                "InputRanges": {
748f2a8e57eSGunnar Mills                    "description": "The input ranges that the power supply can use.",
749f2a8e57eSGunnar Mills                    "items": {
750f2a8e57eSGunnar Mills                        "$ref": "#/definitions/InputRange"
751f2a8e57eSGunnar Mills                    },
752f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a collection of ranges usable by the power supply unit.",
753f2a8e57eSGunnar Mills                    "type": "array",
754f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
755f2a8e57eSGunnar Mills                },
756f2a8e57eSGunnar Mills                "LastPowerOutputWatts": {
757f2a8e57eSGunnar Mills                    "description": "The average power output of this power supply.",
758f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the average power output, measured in watt units, of the associated power supply.",
759f2a8e57eSGunnar Mills                    "minimum": 0,
760f2a8e57eSGunnar Mills                    "readonly": true,
761f2a8e57eSGunnar Mills                    "type": [
762f2a8e57eSGunnar Mills                        "number",
763f2a8e57eSGunnar Mills                        "null"
764f2a8e57eSGunnar Mills                    ],
765f2a8e57eSGunnar Mills                    "units": "W"
766f2a8e57eSGunnar Mills                },
767f2a8e57eSGunnar Mills                "LineInputVoltage": {
768f2a8e57eSGunnar Mills                    "description": "The line input voltage at which the power supply is operating.",
769f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value in volt units of the line input voltage (measured or configured for) that the power supply has been configured to operate with or is currently receiving.",
770f2a8e57eSGunnar Mills                    "readonly": true,
771f2a8e57eSGunnar Mills                    "type": [
772f2a8e57eSGunnar Mills                        "number",
773f2a8e57eSGunnar Mills                        "null"
774f2a8e57eSGunnar Mills                    ],
775f2a8e57eSGunnar Mills                    "units": "V"
776f2a8e57eSGunnar Mills                },
777f2a8e57eSGunnar Mills                "LineInputVoltageType": {
778f2a8e57eSGunnar Mills                    "anyOf": [
779f2a8e57eSGunnar Mills                        {
780f2a8e57eSGunnar Mills                            "$ref": "#/definitions/LineInputVoltageType"
781f2a8e57eSGunnar Mills                        },
782f2a8e57eSGunnar Mills                        {
783f2a8e57eSGunnar Mills                            "type": "null"
784f2a8e57eSGunnar Mills                        }
785f2a8e57eSGunnar Mills                    ],
786f2a8e57eSGunnar Mills                    "description": "The line voltage type supported as an input to this power supply.",
787f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the type of input line voltage supported by the associated power supply.",
788f2a8e57eSGunnar Mills                    "readonly": true
789f2a8e57eSGunnar Mills                },
790f2a8e57eSGunnar Mills                "Location": {
791f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
792f2a8e57eSGunnar Mills                    "description": "The location of the power supply.",
793f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the location information of the associated power supply.",
794f2a8e57eSGunnar Mills                    "versionAdded": "v1_5_0"
795f2a8e57eSGunnar Mills                },
796f2a8e57eSGunnar Mills                "Manufacturer": {
797f2a8e57eSGunnar Mills                    "description": "The manufacturer of this power supply.",
798f2a8e57eSGunnar 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.",
799f2a8e57eSGunnar Mills                    "readonly": true,
800f2a8e57eSGunnar Mills                    "type": [
801f2a8e57eSGunnar Mills                        "string",
802f2a8e57eSGunnar Mills                        "null"
803f2a8e57eSGunnar Mills                    ],
804f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
805f2a8e57eSGunnar Mills                },
806f2a8e57eSGunnar Mills                "MemberId": {
807f2a8e57eSGunnar Mills                    "description": "The unique identifier for the member within an array.",
808f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
809f2a8e57eSGunnar Mills                    "readonly": true,
810f2a8e57eSGunnar Mills                    "type": "string"
811f2a8e57eSGunnar Mills                },
812f2a8e57eSGunnar Mills                "Model": {
813f2a8e57eSGunnar Mills                    "description": "The model number for this power supply.",
814f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the model information as defined by the manufacturer for the associated power supply.",
815f2a8e57eSGunnar Mills                    "readonly": true,
816f2a8e57eSGunnar Mills                    "type": [
817f2a8e57eSGunnar Mills                        "string",
818f2a8e57eSGunnar Mills                        "null"
819f2a8e57eSGunnar Mills                    ]
820f2a8e57eSGunnar Mills                },
821f2a8e57eSGunnar Mills                "Name": {
822f2a8e57eSGunnar Mills                    "description": "The name of the power supply.",
823f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a descriptive name for the associated power supply.",
824f2a8e57eSGunnar Mills                    "readonly": true,
825f2a8e57eSGunnar Mills                    "type": [
826f2a8e57eSGunnar Mills                        "string",
827f2a8e57eSGunnar Mills                        "null"
828f2a8e57eSGunnar Mills                    ]
829f2a8e57eSGunnar Mills                },
830f2a8e57eSGunnar Mills                "Oem": {
831f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
832f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
833f2a8e57eSGunnar 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."
834f2a8e57eSGunnar Mills                },
835f2a8e57eSGunnar Mills                "PartNumber": {
836f2a8e57eSGunnar Mills                    "description": "The part number for this power supply.",
837f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the part number as defined by the manufacturer for the associated power supply.",
838f2a8e57eSGunnar Mills                    "readonly": true,
839f2a8e57eSGunnar Mills                    "type": [
840f2a8e57eSGunnar Mills                        "string",
841f2a8e57eSGunnar Mills                        "null"
842f2a8e57eSGunnar Mills                    ]
843f2a8e57eSGunnar Mills                },
844f2a8e57eSGunnar Mills                "PowerCapacityWatts": {
845f2a8e57eSGunnar Mills                    "description": "The maximum capacity of this power supply.",
846f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the maximum amount of power, in watt units, that the associated power supply is rated to deliver.",
847f2a8e57eSGunnar Mills                    "minimum": 0,
848f2a8e57eSGunnar Mills                    "readonly": true,
849f2a8e57eSGunnar Mills                    "type": [
850f2a8e57eSGunnar Mills                        "number",
851f2a8e57eSGunnar Mills                        "null"
852f2a8e57eSGunnar Mills                    ],
853f2a8e57eSGunnar Mills                    "units": "W"
854f2a8e57eSGunnar Mills                },
855f2a8e57eSGunnar Mills                "PowerInputWatts": {
856f2a8e57eSGunnar Mills                    "description": "The measured input power of this power supply.",
857f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the measured input power, in watt units, of the associated power supply.",
858f2a8e57eSGunnar Mills                    "minimum": 0,
859f2a8e57eSGunnar Mills                    "readonly": true,
860f2a8e57eSGunnar Mills                    "type": [
861f2a8e57eSGunnar Mills                        "number",
862f2a8e57eSGunnar Mills                        "null"
863f2a8e57eSGunnar Mills                    ],
864f2a8e57eSGunnar Mills                    "units": "W",
865f2a8e57eSGunnar Mills                    "versionAdded": "v1_5_0"
866f2a8e57eSGunnar Mills                },
867f2a8e57eSGunnar Mills                "PowerOutputWatts": {
868f2a8e57eSGunnar Mills                    "description": "The measured output power of this power supply.",
869f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the measured output power, in watt units, of the associated power supply.",
870f2a8e57eSGunnar Mills                    "minimum": 0,
871f2a8e57eSGunnar Mills                    "readonly": true,
872f2a8e57eSGunnar Mills                    "type": [
873f2a8e57eSGunnar Mills                        "number",
874f2a8e57eSGunnar Mills                        "null"
875f2a8e57eSGunnar Mills                    ],
876f2a8e57eSGunnar Mills                    "units": "W",
877f2a8e57eSGunnar Mills                    "versionAdded": "v1_5_0"
878f2a8e57eSGunnar Mills                },
879f2a8e57eSGunnar Mills                "PowerSupplyType": {
880f2a8e57eSGunnar Mills                    "anyOf": [
881f2a8e57eSGunnar Mills                        {
882f2a8e57eSGunnar Mills                            "$ref": "#/definitions/PowerSupplyType"
883f2a8e57eSGunnar Mills                        },
884f2a8e57eSGunnar Mills                        {
885f2a8e57eSGunnar Mills                            "type": "null"
886f2a8e57eSGunnar Mills                        }
887f2a8e57eSGunnar Mills                    ],
888f2a8e57eSGunnar Mills                    "description": "The power supply type (AC or DC).",
889f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the input power type (AC or DC) of the associated power supply.",
890f2a8e57eSGunnar Mills                    "readonly": true
891f2a8e57eSGunnar Mills                },
892f2a8e57eSGunnar Mills                "Redundancy": {
893f2a8e57eSGunnar Mills                    "description": "The set of redundancy groups for this power supply.",
894f2a8e57eSGunnar Mills                    "items": {
895f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy"
896f2a8e57eSGunnar Mills                    },
897f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an array of links to the redundancy groups to which this power supply belongs.",
898f2a8e57eSGunnar Mills                    "type": "array"
899f2a8e57eSGunnar Mills                },
900f2a8e57eSGunnar Mills                "Redundancy@odata.count": {
901f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
902f2a8e57eSGunnar Mills                },
903f2a8e57eSGunnar Mills                "RelatedItem": {
904f2a8e57eSGunnar Mills                    "description": "An array of links to resources or objects associated with this power supply.",
905f2a8e57eSGunnar Mills                    "items": {
906f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
907f2a8e57eSGunnar Mills                    },
908f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an array of links to resources or objects associated with this power supply.",
909f2a8e57eSGunnar Mills                    "type": "array"
910f2a8e57eSGunnar Mills                },
911f2a8e57eSGunnar Mills                "RelatedItem@odata.count": {
912f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
913f2a8e57eSGunnar Mills                },
914f2a8e57eSGunnar Mills                "SerialNumber": {
915f2a8e57eSGunnar Mills                    "description": "The serial number for this power supply.",
916f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the serial number as defined by the manufacturer for the associated power supply.",
917f2a8e57eSGunnar Mills                    "readonly": true,
918f2a8e57eSGunnar Mills                    "type": [
919f2a8e57eSGunnar Mills                        "string",
920f2a8e57eSGunnar Mills                        "null"
921f2a8e57eSGunnar Mills                    ]
922f2a8e57eSGunnar Mills                },
923f2a8e57eSGunnar Mills                "SparePartNumber": {
924f2a8e57eSGunnar Mills                    "description": "The spare part number for this power supply.",
925f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for the associated power supply.",
926f2a8e57eSGunnar Mills                    "readonly": true,
927f2a8e57eSGunnar Mills                    "type": [
928f2a8e57eSGunnar Mills                        "string",
929f2a8e57eSGunnar Mills                        "null"
930f2a8e57eSGunnar Mills                    ]
931f2a8e57eSGunnar Mills                },
932f2a8e57eSGunnar Mills                "Status": {
933f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
934f2a8e57eSGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
935f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
936f2a8e57eSGunnar Mills                }
937f2a8e57eSGunnar Mills            },
938f2a8e57eSGunnar Mills            "required": [
939f2a8e57eSGunnar Mills                "@odata.id",
940f2a8e57eSGunnar Mills                "MemberId"
941f2a8e57eSGunnar Mills            ],
942f2a8e57eSGunnar Mills            "type": "object"
943f2a8e57eSGunnar Mills        },
944f2a8e57eSGunnar Mills        "PowerSupplyActions": {
945f2a8e57eSGunnar Mills            "additionalProperties": false,
946f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
947f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
948f2a8e57eSGunnar Mills            "patternProperties": {
949f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
950f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
951f2a8e57eSGunnar Mills                    "type": [
952f2a8e57eSGunnar Mills                        "array",
953f2a8e57eSGunnar Mills                        "boolean",
954f2a8e57eSGunnar Mills                        "integer",
955f2a8e57eSGunnar Mills                        "number",
956f2a8e57eSGunnar Mills                        "null",
957f2a8e57eSGunnar Mills                        "object",
958f2a8e57eSGunnar Mills                        "string"
959f2a8e57eSGunnar Mills                    ]
960f2a8e57eSGunnar Mills                }
961f2a8e57eSGunnar Mills            },
962f2a8e57eSGunnar Mills            "properties": {
963f2a8e57eSGunnar Mills                "Oem": {
964f2a8e57eSGunnar Mills                    "$ref": "#/definitions/PowerSupplyOemActions",
965f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
966f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
967f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
968f2a8e57eSGunnar Mills                }
969f2a8e57eSGunnar Mills            },
970f2a8e57eSGunnar Mills            "type": "object"
971f2a8e57eSGunnar Mills        },
972f2a8e57eSGunnar Mills        "PowerSupplyOemActions": {
973f2a8e57eSGunnar Mills            "additionalProperties": true,
974f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
975f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
976f2a8e57eSGunnar Mills            "patternProperties": {
977f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
978f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
979f2a8e57eSGunnar Mills                    "type": [
980f2a8e57eSGunnar Mills                        "array",
981f2a8e57eSGunnar Mills                        "boolean",
982f2a8e57eSGunnar Mills                        "integer",
983f2a8e57eSGunnar Mills                        "number",
984f2a8e57eSGunnar Mills                        "null",
985f2a8e57eSGunnar Mills                        "object",
986f2a8e57eSGunnar Mills                        "string"
987f2a8e57eSGunnar Mills                    ]
988f2a8e57eSGunnar Mills                }
989f2a8e57eSGunnar Mills            },
990f2a8e57eSGunnar Mills            "properties": {},
991f2a8e57eSGunnar Mills            "type": "object"
992f2a8e57eSGunnar Mills        },
993f2a8e57eSGunnar Mills        "PowerSupplyReset": {
994f2a8e57eSGunnar Mills            "additionalProperties": false,
995f2a8e57eSGunnar Mills            "description": "This action resets the targeted power supply.",
996f2a8e57eSGunnar Mills            "longDescription": "This action shall reset a power supply specified by the `MemberId` from the `PowerSupplies` array.  A `GracefulRestart` `ResetType` shall reset the power supply but shall not affect the power output.  A `ForceRestart` `ResetType` can affect the power supply output.",
997f2a8e57eSGunnar Mills            "parameters": {
998f2a8e57eSGunnar Mills                "MemberId": {
999f2a8e57eSGunnar Mills                    "description": "The `MemberId` of the power supply within the `PowerSupplies` array on which to perform the reset.",
1000f2a8e57eSGunnar Mills                    "longDescription": "This parameter shall contain the identifier of the member within the `PowerSupplies` array on which to perform the reset.",
1001f2a8e57eSGunnar Mills                    "requiredParameter": true,
1002f2a8e57eSGunnar Mills                    "type": "string"
1003f2a8e57eSGunnar Mills                },
1004f2a8e57eSGunnar Mills                "ResetType": {
1005f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType",
1006f2a8e57eSGunnar Mills                    "description": "The type of reset.",
1007f2a8e57eSGunnar Mills                    "longDescription": "This parameter shall contain the type of reset.  The service can accept a request without the parameter and shall perform a `GracefulRestart`."
1008f2a8e57eSGunnar Mills                }
1009f2a8e57eSGunnar Mills            },
1010f2a8e57eSGunnar Mills            "patternProperties": {
1011f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1012f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
1013f2a8e57eSGunnar Mills                    "type": [
1014f2a8e57eSGunnar Mills                        "array",
1015f2a8e57eSGunnar Mills                        "boolean",
1016f2a8e57eSGunnar Mills                        "integer",
1017f2a8e57eSGunnar Mills                        "number",
1018f2a8e57eSGunnar Mills                        "null",
1019f2a8e57eSGunnar Mills                        "object",
1020f2a8e57eSGunnar Mills                        "string"
1021f2a8e57eSGunnar Mills                    ]
1022f2a8e57eSGunnar Mills                }
1023f2a8e57eSGunnar Mills            },
1024f2a8e57eSGunnar Mills            "properties": {
1025f2a8e57eSGunnar Mills                "target": {
1026f2a8e57eSGunnar Mills                    "description": "Link to invoke action",
1027f2a8e57eSGunnar Mills                    "format": "uri-reference",
1028f2a8e57eSGunnar Mills                    "type": "string"
1029f2a8e57eSGunnar Mills                },
1030f2a8e57eSGunnar Mills                "title": {
1031f2a8e57eSGunnar Mills                    "description": "Friendly action name",
1032f2a8e57eSGunnar Mills                    "type": "string"
1033f2a8e57eSGunnar Mills                }
1034f2a8e57eSGunnar Mills            },
1035f2a8e57eSGunnar Mills            "type": "object",
1036f2a8e57eSGunnar Mills            "versionAdded": "v1_6_0"
1037f2a8e57eSGunnar Mills        },
1038f2a8e57eSGunnar Mills        "PowerSupplyType": {
1039f2a8e57eSGunnar Mills            "enum": [
1040f2a8e57eSGunnar Mills                "Unknown",
1041f2a8e57eSGunnar Mills                "AC",
1042f2a8e57eSGunnar Mills                "DC",
1043f2a8e57eSGunnar Mills                "ACorDC"
1044f2a8e57eSGunnar Mills            ],
1045f2a8e57eSGunnar Mills            "enumDescriptions": {
1046f2a8e57eSGunnar Mills                "AC": "Alternating Current (AC) power supply.",
1047f2a8e57eSGunnar Mills                "ACorDC": "The power supply supports both DC and AC.",
1048f2a8e57eSGunnar Mills                "DC": "Direct Current (DC) power supply.",
1049f2a8e57eSGunnar Mills                "Unknown": "The power supply type cannot be determined."
1050f2a8e57eSGunnar Mills            },
1051f2a8e57eSGunnar Mills            "type": "string"
1052f2a8e57eSGunnar Mills        },
1053f2a8e57eSGunnar Mills        "Voltage": {
1054f2a8e57eSGunnar Mills            "additionalProperties": false,
1055f2a8e57eSGunnar Mills            "patternProperties": {
1056f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1057f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
1058f2a8e57eSGunnar Mills                    "type": [
1059f2a8e57eSGunnar Mills                        "array",
1060f2a8e57eSGunnar Mills                        "boolean",
1061f2a8e57eSGunnar Mills                        "integer",
1062f2a8e57eSGunnar Mills                        "number",
1063f2a8e57eSGunnar Mills                        "null",
1064f2a8e57eSGunnar Mills                        "object",
1065f2a8e57eSGunnar Mills                        "string"
1066f2a8e57eSGunnar Mills                    ]
1067f2a8e57eSGunnar Mills                }
1068f2a8e57eSGunnar Mills            },
1069f2a8e57eSGunnar Mills            "properties": {
1070f2a8e57eSGunnar Mills                "@odata.id": {
1071f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
1072f2a8e57eSGunnar Mills                },
1073f2a8e57eSGunnar Mills                "Actions": {
1074f2a8e57eSGunnar Mills                    "$ref": "#/definitions/VoltageActions",
1075f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
1076f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
1077f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
1078f2a8e57eSGunnar Mills                },
1079f2a8e57eSGunnar Mills                "LowerThresholdCritical": {
1080f2a8e57eSGunnar Mills                    "description": "The value at which the reading is below normal range but not yet fatal.",
1081f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value at which the `ReadingVolts` property is below the normal range but is not yet fatal.  The value of the property shall use the same units as the `ReadingVolts` property.",
1082f2a8e57eSGunnar Mills                    "readonly": true,
1083f2a8e57eSGunnar Mills                    "type": [
1084f2a8e57eSGunnar Mills                        "number",
1085f2a8e57eSGunnar Mills                        "null"
1086f2a8e57eSGunnar Mills                    ],
1087f2a8e57eSGunnar Mills                    "units": "V"
1088f2a8e57eSGunnar Mills                },
1089f2a8e57eSGunnar Mills                "LowerThresholdFatal": {
1090f2a8e57eSGunnar Mills                    "description": "The value at which the reading is below normal range and fatal.",
1091f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value at which the `ReadingVolts` property is below the normal range and is fatal.  The value of the property shall use the same units as the `ReadingVolts` property.",
1092f2a8e57eSGunnar Mills                    "readonly": true,
1093f2a8e57eSGunnar Mills                    "type": [
1094f2a8e57eSGunnar Mills                        "number",
1095f2a8e57eSGunnar Mills                        "null"
1096f2a8e57eSGunnar Mills                    ],
1097f2a8e57eSGunnar Mills                    "units": "V"
1098f2a8e57eSGunnar Mills                },
1099f2a8e57eSGunnar Mills                "LowerThresholdNonCritical": {
1100f2a8e57eSGunnar Mills                    "description": "The value at which the reading is below normal range.",
1101f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value at which the `ReadingVolts` property is below normal range.  The value of the property shall use the same units as the `ReadingVolts` property.",
1102f2a8e57eSGunnar Mills                    "readonly": true,
1103f2a8e57eSGunnar Mills                    "type": [
1104f2a8e57eSGunnar Mills                        "number",
1105f2a8e57eSGunnar Mills                        "null"
1106f2a8e57eSGunnar Mills                    ],
1107f2a8e57eSGunnar Mills                    "units": "V"
1108f2a8e57eSGunnar Mills                },
1109f2a8e57eSGunnar Mills                "MaxReadingRange": {
1110f2a8e57eSGunnar Mills                    "description": "Maximum value for this sensor.",
1111f2a8e57eSGunnar Mills                    "longDescription": "This property shall indicate the highest possible value for the `ReadingVolts` property.  The value of the property shall use the same units as the `ReadingVolts` property.",
1112f2a8e57eSGunnar Mills                    "readonly": true,
1113f2a8e57eSGunnar Mills                    "type": [
1114f2a8e57eSGunnar Mills                        "number",
1115f2a8e57eSGunnar Mills                        "null"
1116f2a8e57eSGunnar Mills                    ],
1117f2a8e57eSGunnar Mills                    "units": "V"
1118f2a8e57eSGunnar Mills                },
1119f2a8e57eSGunnar Mills                "MemberId": {
1120f2a8e57eSGunnar Mills                    "description": "The unique identifier for the member within an array.",
1121f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
1122f2a8e57eSGunnar Mills                    "readonly": true,
1123f2a8e57eSGunnar Mills                    "type": "string"
1124f2a8e57eSGunnar Mills                },
1125f2a8e57eSGunnar Mills                "MinReadingRange": {
1126f2a8e57eSGunnar Mills                    "description": "Minimum value for this sensor.",
1127f2a8e57eSGunnar Mills                    "longDescription": "This property shall indicate the lowest possible value for the `ReadingVolts` property.  The value of the property shall use the same units as the `ReadingVolts` property.",
1128f2a8e57eSGunnar Mills                    "readonly": true,
1129f2a8e57eSGunnar Mills                    "type": [
1130f2a8e57eSGunnar Mills                        "number",
1131f2a8e57eSGunnar Mills                        "null"
1132f2a8e57eSGunnar Mills                    ],
1133f2a8e57eSGunnar Mills                    "units": "V"
1134f2a8e57eSGunnar Mills                },
1135f2a8e57eSGunnar Mills                "Name": {
1136f2a8e57eSGunnar Mills                    "description": "Voltage sensor name.",
1137f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the name of the voltage sensor.",
1138f2a8e57eSGunnar Mills                    "readonly": true,
1139f2a8e57eSGunnar Mills                    "type": [
1140f2a8e57eSGunnar Mills                        "string",
1141f2a8e57eSGunnar Mills                        "null"
1142f2a8e57eSGunnar Mills                    ]
1143f2a8e57eSGunnar Mills                },
1144f2a8e57eSGunnar Mills                "Oem": {
1145f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
1146f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
1147f2a8e57eSGunnar 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."
1148f2a8e57eSGunnar Mills                },
1149f2a8e57eSGunnar Mills                "PhysicalContext": {
1150f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
1151f2a8e57eSGunnar Mills                    "description": "The area or device to which this voltage measurement applies.",
1152f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a description of the affected device or region within the chassis to which this voltage measurement applies.",
1153f2a8e57eSGunnar Mills                    "readonly": true
1154f2a8e57eSGunnar Mills                },
1155f2a8e57eSGunnar Mills                "ReadingVolts": {
1156f2a8e57eSGunnar Mills                    "description": "The reading of the voltage sensor.",
1157f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the voltage sensor's reading.",
1158f2a8e57eSGunnar Mills                    "readonly": true,
1159f2a8e57eSGunnar Mills                    "type": [
1160f2a8e57eSGunnar Mills                        "number",
1161f2a8e57eSGunnar Mills                        "null"
1162f2a8e57eSGunnar Mills                    ],
1163f2a8e57eSGunnar Mills                    "units": "V"
1164f2a8e57eSGunnar Mills                },
1165f2a8e57eSGunnar Mills                "RelatedItem": {
1166f2a8e57eSGunnar Mills                    "description": "An array of links to resources or objects to which this voltage measurement applies.",
1167f2a8e57eSGunnar Mills                    "items": {
1168f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
1169f2a8e57eSGunnar Mills                    },
1170f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an array of links to resources or objects to which this voltage measurement applies.",
1171f2a8e57eSGunnar Mills                    "readonly": true,
1172f2a8e57eSGunnar Mills                    "type": "array"
1173f2a8e57eSGunnar Mills                },
1174f2a8e57eSGunnar Mills                "RelatedItem@odata.count": {
1175f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1176f2a8e57eSGunnar Mills                },
1177f2a8e57eSGunnar Mills                "SensorNumber": {
1178f2a8e57eSGunnar Mills                    "description": "A numerical identifier to represent the voltage sensor.",
1179f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a numerical identifier for this voltage sensor that is unique within this resource.",
1180f2a8e57eSGunnar Mills                    "readonly": true,
1181f2a8e57eSGunnar Mills                    "type": [
1182f2a8e57eSGunnar Mills                        "integer",
1183f2a8e57eSGunnar Mills                        "null"
1184f2a8e57eSGunnar Mills                    ]
1185f2a8e57eSGunnar Mills                },
1186f2a8e57eSGunnar Mills                "Status": {
1187f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
1188f2a8e57eSGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
1189f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
1190f2a8e57eSGunnar Mills                },
1191f2a8e57eSGunnar Mills                "UpperThresholdCritical": {
1192f2a8e57eSGunnar Mills                    "description": "The value at which the reading is above normal range but not yet fatal.",
1193f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value at which the `ReadingVolts` property is above the normal range but is not yet fatal.  The value of the property shall use the same units as the `ReadingVolts` property.",
1194f2a8e57eSGunnar Mills                    "readonly": true,
1195f2a8e57eSGunnar Mills                    "type": [
1196f2a8e57eSGunnar Mills                        "number",
1197f2a8e57eSGunnar Mills                        "null"
1198f2a8e57eSGunnar Mills                    ],
1199f2a8e57eSGunnar Mills                    "units": "V"
1200f2a8e57eSGunnar Mills                },
1201f2a8e57eSGunnar Mills                "UpperThresholdFatal": {
1202f2a8e57eSGunnar Mills                    "description": "The value at which the reading is above normal range and fatal.",
1203f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value at which the `ReadingVolts` property is above the normal range and is fatal.  The value of the property shall use the same units as the `ReadingVolts` property.",
1204f2a8e57eSGunnar Mills                    "readonly": true,
1205f2a8e57eSGunnar Mills                    "type": [
1206f2a8e57eSGunnar Mills                        "number",
1207f2a8e57eSGunnar Mills                        "null"
1208f2a8e57eSGunnar Mills                    ],
1209f2a8e57eSGunnar Mills                    "units": "V"
1210f2a8e57eSGunnar Mills                },
1211f2a8e57eSGunnar Mills                "UpperThresholdNonCritical": {
1212f2a8e57eSGunnar Mills                    "description": "The value at which the reading is above normal range.",
1213f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the value at which the `ReadingVolts` property is above the normal range.  The value of the property shall use the same units as the `ReadingVolts` property.",
1214f2a8e57eSGunnar Mills                    "readonly": true,
1215f2a8e57eSGunnar Mills                    "type": [
1216f2a8e57eSGunnar Mills                        "number",
1217f2a8e57eSGunnar Mills                        "null"
1218f2a8e57eSGunnar Mills                    ],
1219f2a8e57eSGunnar Mills                    "units": "V"
1220f2a8e57eSGunnar Mills                }
1221f2a8e57eSGunnar Mills            },
1222f2a8e57eSGunnar Mills            "required": [
1223f2a8e57eSGunnar Mills                "@odata.id",
1224f2a8e57eSGunnar Mills                "MemberId"
1225f2a8e57eSGunnar Mills            ],
1226f2a8e57eSGunnar Mills            "type": "object"
1227f2a8e57eSGunnar Mills        },
1228f2a8e57eSGunnar Mills        "VoltageActions": {
1229f2a8e57eSGunnar Mills            "additionalProperties": false,
1230f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
1231f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
1232f2a8e57eSGunnar Mills            "patternProperties": {
1233f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1234f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
1235f2a8e57eSGunnar Mills                    "type": [
1236f2a8e57eSGunnar Mills                        "array",
1237f2a8e57eSGunnar Mills                        "boolean",
1238f2a8e57eSGunnar Mills                        "integer",
1239f2a8e57eSGunnar Mills                        "number",
1240f2a8e57eSGunnar Mills                        "null",
1241f2a8e57eSGunnar Mills                        "object",
1242f2a8e57eSGunnar Mills                        "string"
1243f2a8e57eSGunnar Mills                    ]
1244f2a8e57eSGunnar Mills                }
1245f2a8e57eSGunnar Mills            },
1246f2a8e57eSGunnar Mills            "properties": {
1247f2a8e57eSGunnar Mills                "Oem": {
1248f2a8e57eSGunnar Mills                    "$ref": "#/definitions/VoltageOemActions",
1249f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
1250f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
1251f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
1252f2a8e57eSGunnar Mills                }
1253f2a8e57eSGunnar Mills            },
1254f2a8e57eSGunnar Mills            "type": "object"
1255f2a8e57eSGunnar Mills        },
1256f2a8e57eSGunnar Mills        "VoltageOemActions": {
1257f2a8e57eSGunnar Mills            "additionalProperties": true,
1258f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
1259f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
1260f2a8e57eSGunnar Mills            "patternProperties": {
1261f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1262f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
1263f2a8e57eSGunnar Mills                    "type": [
1264f2a8e57eSGunnar Mills                        "array",
1265f2a8e57eSGunnar Mills                        "boolean",
1266f2a8e57eSGunnar Mills                        "integer",
1267f2a8e57eSGunnar Mills                        "number",
1268f2a8e57eSGunnar Mills                        "null",
1269f2a8e57eSGunnar Mills                        "object",
1270f2a8e57eSGunnar Mills                        "string"
1271f2a8e57eSGunnar Mills                    ]
1272f2a8e57eSGunnar Mills                }
1273f2a8e57eSGunnar Mills            },
1274f2a8e57eSGunnar Mills            "properties": {},
1275f2a8e57eSGunnar Mills            "type": "object"
1276f2a8e57eSGunnar Mills        }
1277f2a8e57eSGunnar Mills    },
1278f2a8e57eSGunnar Mills    "language": "en",
1279f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
1280f2a8e57eSGunnar Mills    "release": "2020.4",
1281f2a8e57eSGunnar Mills    "title": "#Power.v1_7_3.Power"
1282f2a8e57eSGunnar Mills}