xref: /openbmc/bmcweb/features/redfish/schema/dmtf/json-schema/PowerSupplyMetrics.v1_1_2.json (revision f2a8e57ede74a8252100b2281e3f4d170aa69391)
1*f2a8e57eSGunnar Mills{
2*f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/PowerSupplyMetrics.v1_1_2.json",
3*f2a8e57eSGunnar Mills    "$ref": "#/definitions/PowerSupplyMetrics",
4*f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*f2a8e57eSGunnar Mills    "definitions": {
7*f2a8e57eSGunnar Mills        "Actions": {
8*f2a8e57eSGunnar Mills            "additionalProperties": false,
9*f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*f2a8e57eSGunnar Mills            "patternProperties": {
12*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*f2a8e57eSGunnar Mills                    "type": [
15*f2a8e57eSGunnar Mills                        "array",
16*f2a8e57eSGunnar Mills                        "boolean",
17*f2a8e57eSGunnar Mills                        "integer",
18*f2a8e57eSGunnar Mills                        "number",
19*f2a8e57eSGunnar Mills                        "null",
20*f2a8e57eSGunnar Mills                        "object",
21*f2a8e57eSGunnar Mills                        "string"
22*f2a8e57eSGunnar Mills                    ]
23*f2a8e57eSGunnar Mills                }
24*f2a8e57eSGunnar Mills            },
25*f2a8e57eSGunnar Mills            "properties": {
26*f2a8e57eSGunnar Mills                "#PowerSupplyMetrics.ResetMetrics": {
27*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/ResetMetrics"
28*f2a8e57eSGunnar Mills                },
29*f2a8e57eSGunnar Mills                "Oem": {
30*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
31*f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
32*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
33*f2a8e57eSGunnar Mills                }
34*f2a8e57eSGunnar Mills            },
35*f2a8e57eSGunnar Mills            "type": "object"
36*f2a8e57eSGunnar Mills        },
37*f2a8e57eSGunnar Mills        "OemActions": {
38*f2a8e57eSGunnar Mills            "additionalProperties": true,
39*f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
40*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
41*f2a8e57eSGunnar Mills            "patternProperties": {
42*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
43*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
44*f2a8e57eSGunnar Mills                    "type": [
45*f2a8e57eSGunnar Mills                        "array",
46*f2a8e57eSGunnar Mills                        "boolean",
47*f2a8e57eSGunnar Mills                        "integer",
48*f2a8e57eSGunnar Mills                        "number",
49*f2a8e57eSGunnar Mills                        "null",
50*f2a8e57eSGunnar Mills                        "object",
51*f2a8e57eSGunnar Mills                        "string"
52*f2a8e57eSGunnar Mills                    ]
53*f2a8e57eSGunnar Mills                }
54*f2a8e57eSGunnar Mills            },
55*f2a8e57eSGunnar Mills            "properties": {},
56*f2a8e57eSGunnar Mills            "type": "object"
57*f2a8e57eSGunnar Mills        },
58*f2a8e57eSGunnar Mills        "PowerSupplyMetrics": {
59*f2a8e57eSGunnar Mills            "additionalProperties": false,
60*f2a8e57eSGunnar Mills            "description": "The `PowerSupplyMetrics` schema contains definitions for the metrics of a power supply.",
61*f2a8e57eSGunnar Mills            "longDescription": "This resource shall be used to represent the metrics of a power supply unit for a Redfish implementation.",
62*f2a8e57eSGunnar Mills            "patternProperties": {
63*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
64*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
65*f2a8e57eSGunnar Mills                    "type": [
66*f2a8e57eSGunnar Mills                        "array",
67*f2a8e57eSGunnar Mills                        "boolean",
68*f2a8e57eSGunnar Mills                        "integer",
69*f2a8e57eSGunnar Mills                        "number",
70*f2a8e57eSGunnar Mills                        "null",
71*f2a8e57eSGunnar Mills                        "object",
72*f2a8e57eSGunnar Mills                        "string"
73*f2a8e57eSGunnar Mills                    ]
74*f2a8e57eSGunnar Mills                }
75*f2a8e57eSGunnar Mills            },
76*f2a8e57eSGunnar Mills            "properties": {
77*f2a8e57eSGunnar Mills                "@odata.context": {
78*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
79*f2a8e57eSGunnar Mills                },
80*f2a8e57eSGunnar Mills                "@odata.etag": {
81*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
82*f2a8e57eSGunnar Mills                },
83*f2a8e57eSGunnar Mills                "@odata.id": {
84*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
85*f2a8e57eSGunnar Mills                },
86*f2a8e57eSGunnar Mills                "@odata.type": {
87*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
88*f2a8e57eSGunnar Mills                },
89*f2a8e57eSGunnar Mills                "Actions": {
90*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
91*f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
92*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
93*f2a8e57eSGunnar Mills                },
94*f2a8e57eSGunnar Mills                "Description": {
95*f2a8e57eSGunnar Mills                    "anyOf": [
96*f2a8e57eSGunnar Mills                        {
97*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
98*f2a8e57eSGunnar Mills                        },
99*f2a8e57eSGunnar Mills                        {
100*f2a8e57eSGunnar Mills                            "type": "null"
101*f2a8e57eSGunnar Mills                        }
102*f2a8e57eSGunnar Mills                    ],
103*f2a8e57eSGunnar Mills                    "readonly": true
104*f2a8e57eSGunnar Mills                },
105*f2a8e57eSGunnar Mills                "EnergykWh": {
106*f2a8e57eSGunnar Mills                    "anyOf": [
107*f2a8e57eSGunnar Mills                        {
108*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorEnergykWhExcerpt"
109*f2a8e57eSGunnar Mills                        },
110*f2a8e57eSGunnar Mills                        {
111*f2a8e57eSGunnar Mills                            "type": "null"
112*f2a8e57eSGunnar Mills                        }
113*f2a8e57eSGunnar Mills                    ],
114*f2a8e57eSGunnar Mills                    "description": "The energy consumption (kWh) of this unit.",
115*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorEnergykWhExcerpt",
116*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the total energy, in kilowatt-hour units, for this unit that represents the `Total` `ElectricalContext` sensor when multiple energy sensors exist.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `EnergykWh`."
117*f2a8e57eSGunnar Mills                },
118*f2a8e57eSGunnar Mills                "FanSpeedPercent": {
119*f2a8e57eSGunnar Mills                    "anyOf": [
120*f2a8e57eSGunnar Mills                        {
121*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorFanExcerpt"
122*f2a8e57eSGunnar Mills                        },
123*f2a8e57eSGunnar Mills                        {
124*f2a8e57eSGunnar Mills                            "type": "null"
125*f2a8e57eSGunnar Mills                        }
126*f2a8e57eSGunnar Mills                    ],
127*f2a8e57eSGunnar Mills                    "deprecated": "This property has been deprecated in favor of `FanSpeedsPercent` to support multiple fans within a power supply.",
128*f2a8e57eSGunnar Mills                    "description": "The fan speed (percent) for this power supply.",
129*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorFanExcerpt",
130*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the fan speed, in percent units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`.",
131*f2a8e57eSGunnar Mills                    "versionDeprecated": "v1_1_0"
132*f2a8e57eSGunnar Mills                },
133*f2a8e57eSGunnar Mills                "FanSpeedsPercent": {
134*f2a8e57eSGunnar Mills                    "description": "Fan speeds (percent).",
135*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorFanArrayExcerpt",
136*f2a8e57eSGunnar Mills                    "items": {
137*f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorFanArrayExcerpt"
138*f2a8e57eSGunnar Mills                    },
139*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the fan speeds, in percent units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`.",
140*f2a8e57eSGunnar Mills                    "type": "array",
141*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
142*f2a8e57eSGunnar Mills                },
143*f2a8e57eSGunnar Mills                "FanSpeedsPercent@odata.count": {
144*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
145*f2a8e57eSGunnar Mills                },
146*f2a8e57eSGunnar Mills                "FrequencyHz": {
147*f2a8e57eSGunnar Mills                    "anyOf": [
148*f2a8e57eSGunnar Mills                        {
149*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
150*f2a8e57eSGunnar Mills                        },
151*f2a8e57eSGunnar Mills                        {
152*f2a8e57eSGunnar Mills                            "type": "null"
153*f2a8e57eSGunnar Mills                        }
154*f2a8e57eSGunnar Mills                    ],
155*f2a8e57eSGunnar Mills                    "description": "The frequency (Hz) for this power supply.",
156*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorExcerpt",
157*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the frequency, in hertz units, for this power supply."
158*f2a8e57eSGunnar Mills                },
159*f2a8e57eSGunnar Mills                "Id": {
160*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
161*f2a8e57eSGunnar Mills                    "readonly": true
162*f2a8e57eSGunnar Mills                },
163*f2a8e57eSGunnar Mills                "InputCurrentAmps": {
164*f2a8e57eSGunnar Mills                    "anyOf": [
165*f2a8e57eSGunnar Mills                        {
166*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorCurrentExcerpt"
167*f2a8e57eSGunnar Mills                        },
168*f2a8e57eSGunnar Mills                        {
169*f2a8e57eSGunnar Mills                            "type": "null"
170*f2a8e57eSGunnar Mills                        }
171*f2a8e57eSGunnar Mills                    ],
172*f2a8e57eSGunnar Mills                    "description": "The input current (A) for this power supply.",
173*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorCurrentExcerpt",
174*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the input current, in ampere units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Current`."
175*f2a8e57eSGunnar Mills                },
176*f2a8e57eSGunnar Mills                "InputPowerWatts": {
177*f2a8e57eSGunnar Mills                    "anyOf": [
178*f2a8e57eSGunnar Mills                        {
179*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorPowerExcerpt"
180*f2a8e57eSGunnar Mills                        },
181*f2a8e57eSGunnar Mills                        {
182*f2a8e57eSGunnar Mills                            "type": "null"
183*f2a8e57eSGunnar Mills                        }
184*f2a8e57eSGunnar Mills                    ],
185*f2a8e57eSGunnar Mills                    "description": "The input power (W) for this power supply.",
186*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorPowerExcerpt",
187*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the input power, in watt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`."
188*f2a8e57eSGunnar Mills                },
189*f2a8e57eSGunnar Mills                "InputVoltage": {
190*f2a8e57eSGunnar Mills                    "anyOf": [
191*f2a8e57eSGunnar Mills                        {
192*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorVoltageExcerpt"
193*f2a8e57eSGunnar Mills                        },
194*f2a8e57eSGunnar Mills                        {
195*f2a8e57eSGunnar Mills                            "type": "null"
196*f2a8e57eSGunnar Mills                        }
197*f2a8e57eSGunnar Mills                    ],
198*f2a8e57eSGunnar Mills                    "description": "The input voltage (V) for this power supply.",
199*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorVoltageExcerpt",
200*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the input voltage, in volt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Voltage`."
201*f2a8e57eSGunnar Mills                },
202*f2a8e57eSGunnar Mills                "Name": {
203*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
204*f2a8e57eSGunnar Mills                    "readonly": true
205*f2a8e57eSGunnar Mills                },
206*f2a8e57eSGunnar Mills                "Oem": {
207*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
208*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
209*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
210*f2a8e57eSGunnar Mills                },
211*f2a8e57eSGunnar Mills                "OutputPowerWatts": {
212*f2a8e57eSGunnar Mills                    "anyOf": [
213*f2a8e57eSGunnar Mills                        {
214*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorPowerExcerpt"
215*f2a8e57eSGunnar Mills                        },
216*f2a8e57eSGunnar Mills                        {
217*f2a8e57eSGunnar Mills                            "type": "null"
218*f2a8e57eSGunnar Mills                        }
219*f2a8e57eSGunnar Mills                    ],
220*f2a8e57eSGunnar Mills                    "description": "The total power output (W) for this power supply.",
221*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorPowerExcerpt",
222*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the total output power, in watt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`."
223*f2a8e57eSGunnar Mills                },
224*f2a8e57eSGunnar Mills                "RailCurrentAmps": {
225*f2a8e57eSGunnar Mills                    "description": "The output currents (A) for this power supply.",
226*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorCurrentExcerpt",
227*f2a8e57eSGunnar Mills                    "items": {
228*f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorCurrentExcerpt"
229*f2a8e57eSGunnar Mills                    },
230*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the output currents, in ampere units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Current`.  The sensors shall appear in the same array order as the `OutputRails` property in the associated `PowerSupply` resource.",
231*f2a8e57eSGunnar Mills                    "type": "array"
232*f2a8e57eSGunnar Mills                },
233*f2a8e57eSGunnar Mills                "RailCurrentAmps@odata.count": {
234*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
235*f2a8e57eSGunnar Mills                },
236*f2a8e57eSGunnar Mills                "RailPowerWatts": {
237*f2a8e57eSGunnar Mills                    "description": "The output power readings (W) for this power supply.",
238*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorPowerExcerpt",
239*f2a8e57eSGunnar Mills                    "items": {
240*f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorPowerExcerpt"
241*f2a8e57eSGunnar Mills                    },
242*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the output power readings, in watt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`.  The sensors shall appear in the same array order as the `OutputRails` property in the associated `PowerSupply` resource.",
243*f2a8e57eSGunnar Mills                    "type": "array"
244*f2a8e57eSGunnar Mills                },
245*f2a8e57eSGunnar Mills                "RailPowerWatts@odata.count": {
246*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
247*f2a8e57eSGunnar Mills                },
248*f2a8e57eSGunnar Mills                "RailVoltage": {
249*f2a8e57eSGunnar Mills                    "description": "The output voltages (V) for this power supply.",
250*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorVoltageExcerpt",
251*f2a8e57eSGunnar Mills                    "items": {
252*f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorVoltageExcerpt"
253*f2a8e57eSGunnar Mills                    },
254*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the output voltages, in volt units, for this power supply.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Voltage`.  The sensors shall appear in the same array order as the `OutputRails` property in the associated `PowerSupply` resource.",
255*f2a8e57eSGunnar Mills                    "type": "array"
256*f2a8e57eSGunnar Mills                },
257*f2a8e57eSGunnar Mills                "RailVoltage@odata.count": {
258*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
259*f2a8e57eSGunnar Mills                },
260*f2a8e57eSGunnar Mills                "Status": {
261*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
262*f2a8e57eSGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
263*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
264*f2a8e57eSGunnar Mills                },
265*f2a8e57eSGunnar Mills                "TemperatureCelsius": {
266*f2a8e57eSGunnar Mills                    "anyOf": [
267*f2a8e57eSGunnar Mills                        {
268*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
269*f2a8e57eSGunnar Mills                        },
270*f2a8e57eSGunnar Mills                        {
271*f2a8e57eSGunnar Mills                            "type": "null"
272*f2a8e57eSGunnar Mills                        }
273*f2a8e57eSGunnar Mills                    ],
274*f2a8e57eSGunnar Mills                    "description": "The temperature (C) for this power supply.",
275*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorExcerpt",
276*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the temperature, in degree Celsius units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Temperature`."
277*f2a8e57eSGunnar Mills                }
278*f2a8e57eSGunnar Mills            },
279*f2a8e57eSGunnar Mills            "required": [
280*f2a8e57eSGunnar Mills                "@odata.id",
281*f2a8e57eSGunnar Mills                "@odata.type",
282*f2a8e57eSGunnar Mills                "Id",
283*f2a8e57eSGunnar Mills                "Name"
284*f2a8e57eSGunnar Mills            ],
285*f2a8e57eSGunnar Mills            "type": "object"
286*f2a8e57eSGunnar Mills        },
287*f2a8e57eSGunnar Mills        "ResetMetrics": {
288*f2a8e57eSGunnar Mills            "additionalProperties": false,
289*f2a8e57eSGunnar Mills            "description": "This action resets the summary metrics related to this equipment.",
290*f2a8e57eSGunnar Mills            "longDescription": "This action shall reset any time intervals or counted values for this equipment.",
291*f2a8e57eSGunnar Mills            "parameters": {},
292*f2a8e57eSGunnar Mills            "patternProperties": {
293*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
294*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
295*f2a8e57eSGunnar Mills                    "type": [
296*f2a8e57eSGunnar Mills                        "array",
297*f2a8e57eSGunnar Mills                        "boolean",
298*f2a8e57eSGunnar Mills                        "integer",
299*f2a8e57eSGunnar Mills                        "number",
300*f2a8e57eSGunnar Mills                        "null",
301*f2a8e57eSGunnar Mills                        "object",
302*f2a8e57eSGunnar Mills                        "string"
303*f2a8e57eSGunnar Mills                    ]
304*f2a8e57eSGunnar Mills                }
305*f2a8e57eSGunnar Mills            },
306*f2a8e57eSGunnar Mills            "properties": {
307*f2a8e57eSGunnar Mills                "target": {
308*f2a8e57eSGunnar Mills                    "description": "Link to invoke action",
309*f2a8e57eSGunnar Mills                    "format": "uri-reference",
310*f2a8e57eSGunnar Mills                    "type": "string"
311*f2a8e57eSGunnar Mills                },
312*f2a8e57eSGunnar Mills                "title": {
313*f2a8e57eSGunnar Mills                    "description": "Friendly action name",
314*f2a8e57eSGunnar Mills                    "type": "string"
315*f2a8e57eSGunnar Mills                }
316*f2a8e57eSGunnar Mills            },
317*f2a8e57eSGunnar Mills            "type": "object"
318*f2a8e57eSGunnar Mills        }
319*f2a8e57eSGunnar Mills    },
320*f2a8e57eSGunnar Mills    "language": "en",
321*f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
322*f2a8e57eSGunnar Mills    "release": "2023.1",
323*f2a8e57eSGunnar Mills    "title": "#PowerSupplyMetrics.v1_1_2.PowerSupplyMetrics"
324*f2a8e57eSGunnar Mills}