xref: /openbmc/bmcweb/features/redfish/schema/dmtf/json-schema/EnvironmentMetrics.v1_5_0.json (revision c6d7a45d427f9a6d9e761afcf305761dca60d7cf)
1*c6d7a45dSGunnar Mills{
2*c6d7a45dSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.v1_5_0.json",
3*c6d7a45dSGunnar Mills    "$ref": "#/definitions/EnvironmentMetrics",
4*c6d7a45dSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*c6d7a45dSGunnar Mills    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*c6d7a45dSGunnar Mills    "definitions": {
7*c6d7a45dSGunnar Mills        "Actions": {
8*c6d7a45dSGunnar Mills            "additionalProperties": false,
9*c6d7a45dSGunnar Mills            "description": "The available actions for this resource.",
10*c6d7a45dSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*c6d7a45dSGunnar Mills            "patternProperties": {
12*c6d7a45dSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*c6d7a45dSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*c6d7a45dSGunnar Mills                    "type": [
15*c6d7a45dSGunnar Mills                        "array",
16*c6d7a45dSGunnar Mills                        "boolean",
17*c6d7a45dSGunnar Mills                        "integer",
18*c6d7a45dSGunnar Mills                        "number",
19*c6d7a45dSGunnar Mills                        "null",
20*c6d7a45dSGunnar Mills                        "object",
21*c6d7a45dSGunnar Mills                        "string"
22*c6d7a45dSGunnar Mills                    ]
23*c6d7a45dSGunnar Mills                }
24*c6d7a45dSGunnar Mills            },
25*c6d7a45dSGunnar Mills            "properties": {
26*c6d7a45dSGunnar Mills                "#EnvironmentMetrics.ResetMetrics": {
27*c6d7a45dSGunnar Mills                    "$ref": "#/definitions/ResetMetrics"
28*c6d7a45dSGunnar Mills                },
29*c6d7a45dSGunnar Mills                "#EnvironmentMetrics.ResetToDefaults": {
30*c6d7a45dSGunnar Mills                    "$ref": "#/definitions/ResetToDefaults"
31*c6d7a45dSGunnar Mills                },
32*c6d7a45dSGunnar Mills                "Oem": {
33*c6d7a45dSGunnar Mills                    "$ref": "#/definitions/OemActions",
34*c6d7a45dSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
35*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
36*c6d7a45dSGunnar Mills                }
37*c6d7a45dSGunnar Mills            },
38*c6d7a45dSGunnar Mills            "type": "object"
39*c6d7a45dSGunnar Mills        },
40*c6d7a45dSGunnar Mills        "EnvironmentMetrics": {
41*c6d7a45dSGunnar Mills            "additionalProperties": false,
42*c6d7a45dSGunnar Mills            "description": "The `EnvironmentMetrics` schema represents the environmental metrics of a device.",
43*c6d7a45dSGunnar Mills            "longDescription": "This resource shall represent the environmental metrics for a Redfish implementation.",
44*c6d7a45dSGunnar Mills            "patternProperties": {
45*c6d7a45dSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
46*c6d7a45dSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
47*c6d7a45dSGunnar Mills                    "type": [
48*c6d7a45dSGunnar Mills                        "array",
49*c6d7a45dSGunnar Mills                        "boolean",
50*c6d7a45dSGunnar Mills                        "integer",
51*c6d7a45dSGunnar Mills                        "number",
52*c6d7a45dSGunnar Mills                        "null",
53*c6d7a45dSGunnar Mills                        "object",
54*c6d7a45dSGunnar Mills                        "string"
55*c6d7a45dSGunnar Mills                    ]
56*c6d7a45dSGunnar Mills                }
57*c6d7a45dSGunnar Mills            },
58*c6d7a45dSGunnar Mills            "properties": {
59*c6d7a45dSGunnar Mills                "@odata.context": {
60*c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
61*c6d7a45dSGunnar Mills                },
62*c6d7a45dSGunnar Mills                "@odata.etag": {
63*c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
64*c6d7a45dSGunnar Mills                },
65*c6d7a45dSGunnar Mills                "@odata.id": {
66*c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
67*c6d7a45dSGunnar Mills                },
68*c6d7a45dSGunnar Mills                "@odata.type": {
69*c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
70*c6d7a45dSGunnar Mills                },
71*c6d7a45dSGunnar Mills                "AbsoluteHumidity": {
72*c6d7a45dSGunnar Mills                    "anyOf": [
73*c6d7a45dSGunnar Mills                        {
74*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
75*c6d7a45dSGunnar Mills                        },
76*c6d7a45dSGunnar Mills                        {
77*c6d7a45dSGunnar Mills                            "type": "null"
78*c6d7a45dSGunnar Mills                        }
79*c6d7a45dSGunnar Mills                    ],
80*c6d7a45dSGunnar Mills                    "description": "Absolute humidity (g/m^3).",
81*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorExcerpt",
82*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the absolute (volumetric) humidity sensor reading, in grams per cubic meter units, for this resource.  The value should reflect the humidity measured at the exterior of the containing `Chassis` instance, or the interior of the containing `Facility` instance.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `AbsoluteHumidity`.",
83*c6d7a45dSGunnar Mills                    "versionAdded": "v1_2_0"
84*c6d7a45dSGunnar Mills                },
85*c6d7a45dSGunnar Mills                "Actions": {
86*c6d7a45dSGunnar Mills                    "$ref": "#/definitions/Actions",
87*c6d7a45dSGunnar Mills                    "description": "The available actions for this resource.",
88*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
89*c6d7a45dSGunnar Mills                },
90*c6d7a45dSGunnar Mills                "AmbientTemperatureCelsius": {
91*c6d7a45dSGunnar Mills                    "anyOf": [
92*c6d7a45dSGunnar Mills                        {
93*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
94*c6d7a45dSGunnar Mills                        },
95*c6d7a45dSGunnar Mills                        {
96*c6d7a45dSGunnar Mills                            "type": "null"
97*c6d7a45dSGunnar Mills                        }
98*c6d7a45dSGunnar Mills                    ],
99*c6d7a45dSGunnar Mills                    "description": "Ambient temperature (Celsius).",
100*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorExcerpt",
101*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the ambient temperature, in degree Celsius units, for this resource.  The ambient temperature shall be the temperature measured at a point exterior to the `Chassis` containing 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`.  This property shall only be present, if supported, in resource instances subordinate to a `Chassis` or `CoolingUnit` resource.",
102*c6d7a45dSGunnar Mills                    "versionAdded": "v1_4_0"
103*c6d7a45dSGunnar Mills                },
104*c6d7a45dSGunnar Mills                "CurrentAmps": {
105*c6d7a45dSGunnar Mills                    "anyOf": [
106*c6d7a45dSGunnar Mills                        {
107*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorCurrentExcerpt"
108*c6d7a45dSGunnar Mills                        },
109*c6d7a45dSGunnar Mills                        {
110*c6d7a45dSGunnar Mills                            "type": "null"
111*c6d7a45dSGunnar Mills                        }
112*c6d7a45dSGunnar Mills                    ],
113*c6d7a45dSGunnar Mills                    "description": "The current (A) for this device.",
114*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorCurrentExcerpt",
115*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the current, in ampere units, for this device.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Current`.",
116*c6d7a45dSGunnar Mills                    "versionAdded": "v1_5_0"
117*c6d7a45dSGunnar Mills                },
118*c6d7a45dSGunnar Mills                "Description": {
119*c6d7a45dSGunnar Mills                    "anyOf": [
120*c6d7a45dSGunnar Mills                        {
121*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
122*c6d7a45dSGunnar Mills                        },
123*c6d7a45dSGunnar Mills                        {
124*c6d7a45dSGunnar Mills                            "type": "null"
125*c6d7a45dSGunnar Mills                        }
126*c6d7a45dSGunnar Mills                    ],
127*c6d7a45dSGunnar Mills                    "readonly": true
128*c6d7a45dSGunnar Mills                },
129*c6d7a45dSGunnar Mills                "DewPointCelsius": {
130*c6d7a45dSGunnar Mills                    "anyOf": [
131*c6d7a45dSGunnar Mills                        {
132*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
133*c6d7a45dSGunnar Mills                        },
134*c6d7a45dSGunnar Mills                        {
135*c6d7a45dSGunnar Mills                            "type": "null"
136*c6d7a45dSGunnar Mills                        }
137*c6d7a45dSGunnar Mills                    ],
138*c6d7a45dSGunnar Mills                    "description": "The dew point temperature (C).",
139*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorExcerpt",
140*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the dew point, in degree Celsius units, based on the temperature and humidity values 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`.",
141*c6d7a45dSGunnar Mills                    "versionAdded": "v1_1_0"
142*c6d7a45dSGunnar Mills                },
143*c6d7a45dSGunnar Mills                "EnergyJoules": {
144*c6d7a45dSGunnar Mills                    "anyOf": [
145*c6d7a45dSGunnar Mills                        {
146*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
147*c6d7a45dSGunnar Mills                        },
148*c6d7a45dSGunnar Mills                        {
149*c6d7a45dSGunnar Mills                            "type": "null"
150*c6d7a45dSGunnar Mills                        }
151*c6d7a45dSGunnar Mills                    ],
152*c6d7a45dSGunnar Mills                    "description": "Energy consumption (J).",
153*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorExcerpt",
154*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the total energy, in joule 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 `EnergyJoules`.  This property is used for reporting device-level energy consumption measurements, while `EnergykWh` is used for large-scale consumption measurements.",
155*c6d7a45dSGunnar Mills                    "versionAdded": "v1_2_0"
156*c6d7a45dSGunnar Mills                },
157*c6d7a45dSGunnar Mills                "EnergykWh": {
158*c6d7a45dSGunnar Mills                    "anyOf": [
159*c6d7a45dSGunnar Mills                        {
160*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorEnergykWhExcerpt"
161*c6d7a45dSGunnar Mills                        },
162*c6d7a45dSGunnar Mills                        {
163*c6d7a45dSGunnar Mills                            "type": "null"
164*c6d7a45dSGunnar Mills                        }
165*c6d7a45dSGunnar Mills                    ],
166*c6d7a45dSGunnar Mills                    "description": "Energy consumption (kWh).",
167*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorEnergykWhExcerpt",
168*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the total energy, in kilowatt-hour 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 `EnergykWh`."
169*c6d7a45dSGunnar Mills                },
170*c6d7a45dSGunnar Mills                "FanSpeedsPercent": {
171*c6d7a45dSGunnar Mills                    "description": "Fan speeds (percent).",
172*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorFanArrayExcerpt",
173*c6d7a45dSGunnar Mills                    "items": {
174*c6d7a45dSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorFanArrayExcerpt"
175*c6d7a45dSGunnar Mills                    },
176*c6d7a45dSGunnar 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`.",
177*c6d7a45dSGunnar Mills                    "type": "array"
178*c6d7a45dSGunnar Mills                },
179*c6d7a45dSGunnar Mills                "FanSpeedsPercent@odata.count": {
180*c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
181*c6d7a45dSGunnar Mills                },
182*c6d7a45dSGunnar Mills                "HumidityPercent": {
183*c6d7a45dSGunnar Mills                    "anyOf": [
184*c6d7a45dSGunnar Mills                        {
185*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
186*c6d7a45dSGunnar Mills                        },
187*c6d7a45dSGunnar Mills                        {
188*c6d7a45dSGunnar Mills                            "type": "null"
189*c6d7a45dSGunnar Mills                        }
190*c6d7a45dSGunnar Mills                    ],
191*c6d7a45dSGunnar Mills                    "description": "Humidity (percent).",
192*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorExcerpt",
193*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the humidity, in percent units, for this resource.  The value should reflect the humidity measured at the exterior of the containing `Chassis` instance, or the interior of the containing `Facility` instance.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Humidity`."
194*c6d7a45dSGunnar Mills                },
195*c6d7a45dSGunnar Mills                "Id": {
196*c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
197*c6d7a45dSGunnar Mills                    "readonly": true
198*c6d7a45dSGunnar Mills                },
199*c6d7a45dSGunnar Mills                "Name": {
200*c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
201*c6d7a45dSGunnar Mills                    "readonly": true
202*c6d7a45dSGunnar Mills                },
203*c6d7a45dSGunnar Mills                "Oem": {
204*c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
205*c6d7a45dSGunnar Mills                    "description": "The OEM extension property.",
206*c6d7a45dSGunnar 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."
207*c6d7a45dSGunnar Mills                },
208*c6d7a45dSGunnar Mills                "PowerLimitWatts": {
209*c6d7a45dSGunnar Mills                    "anyOf": [
210*c6d7a45dSGunnar Mills                        {
211*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Control.json#/definitions/ControlSingleExcerpt"
212*c6d7a45dSGunnar Mills                        },
213*c6d7a45dSGunnar Mills                        {
214*c6d7a45dSGunnar Mills                            "type": "null"
215*c6d7a45dSGunnar Mills                        }
216*c6d7a45dSGunnar Mills                    ],
217*c6d7a45dSGunnar Mills                    "description": "Power limit (W).",
218*c6d7a45dSGunnar Mills                    "excerptCopy": "ControlSingleExcerpt",
219*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the power limit control, in watt units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Control` with the `ControlType` property containing the value of `Power`.",
220*c6d7a45dSGunnar Mills                    "readonly": false,
221*c6d7a45dSGunnar Mills                    "versionAdded": "v1_1_0"
222*c6d7a45dSGunnar Mills                },
223*c6d7a45dSGunnar Mills                "PowerLoadPercent": {
224*c6d7a45dSGunnar Mills                    "anyOf": [
225*c6d7a45dSGunnar Mills                        {
226*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
227*c6d7a45dSGunnar Mills                        },
228*c6d7a45dSGunnar Mills                        {
229*c6d7a45dSGunnar Mills                            "type": "null"
230*c6d7a45dSGunnar Mills                        }
231*c6d7a45dSGunnar Mills                    ],
232*c6d7a45dSGunnar Mills                    "description": "The power load (percent) for this device.",
233*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorExcerpt",
234*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the power load, in percent units, for this device that represents the `Total` `ElectricalContext` for this device.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`.",
235*c6d7a45dSGunnar Mills                    "versionAdded": "v1_1_0"
236*c6d7a45dSGunnar Mills                },
237*c6d7a45dSGunnar Mills                "PowerWatts": {
238*c6d7a45dSGunnar Mills                    "anyOf": [
239*c6d7a45dSGunnar Mills                        {
240*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorPowerExcerpt"
241*c6d7a45dSGunnar Mills                        },
242*c6d7a45dSGunnar Mills                        {
243*c6d7a45dSGunnar Mills                            "type": "null"
244*c6d7a45dSGunnar Mills                        }
245*c6d7a45dSGunnar Mills                    ],
246*c6d7a45dSGunnar Mills                    "description": "Power consumption (W).",
247*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorPowerExcerpt",
248*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the total power, in watt 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 `Power`."
249*c6d7a45dSGunnar Mills                },
250*c6d7a45dSGunnar Mills                "TemperatureCelsius": {
251*c6d7a45dSGunnar Mills                    "anyOf": [
252*c6d7a45dSGunnar Mills                        {
253*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
254*c6d7a45dSGunnar Mills                        },
255*c6d7a45dSGunnar Mills                        {
256*c6d7a45dSGunnar Mills                            "type": "null"
257*c6d7a45dSGunnar Mills                        }
258*c6d7a45dSGunnar Mills                    ],
259*c6d7a45dSGunnar Mills                    "description": "Temperature (Celsius).",
260*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorExcerpt",
261*c6d7a45dSGunnar 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`."
262*c6d7a45dSGunnar Mills                },
263*c6d7a45dSGunnar Mills                "Voltage": {
264*c6d7a45dSGunnar Mills                    "anyOf": [
265*c6d7a45dSGunnar Mills                        {
266*c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorVoltageExcerpt"
267*c6d7a45dSGunnar Mills                        },
268*c6d7a45dSGunnar Mills                        {
269*c6d7a45dSGunnar Mills                            "type": "null"
270*c6d7a45dSGunnar Mills                        }
271*c6d7a45dSGunnar Mills                    ],
272*c6d7a45dSGunnar Mills                    "description": "The voltage (V) for this device.",
273*c6d7a45dSGunnar Mills                    "excerptCopy": "SensorVoltageExcerpt",
274*c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the voltage, in volt units, for this device.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Voltage`.",
275*c6d7a45dSGunnar Mills                    "versionAdded": "v1_5_0"
276*c6d7a45dSGunnar Mills                }
277*c6d7a45dSGunnar Mills            },
278*c6d7a45dSGunnar Mills            "required": [
279*c6d7a45dSGunnar Mills                "@odata.id",
280*c6d7a45dSGunnar Mills                "@odata.type",
281*c6d7a45dSGunnar Mills                "Id",
282*c6d7a45dSGunnar Mills                "Name"
283*c6d7a45dSGunnar Mills            ],
284*c6d7a45dSGunnar Mills            "type": "object"
285*c6d7a45dSGunnar Mills        },
286*c6d7a45dSGunnar Mills        "OemActions": {
287*c6d7a45dSGunnar Mills            "additionalProperties": true,
288*c6d7a45dSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
289*c6d7a45dSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
290*c6d7a45dSGunnar Mills            "patternProperties": {
291*c6d7a45dSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
292*c6d7a45dSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
293*c6d7a45dSGunnar Mills                    "type": [
294*c6d7a45dSGunnar Mills                        "array",
295*c6d7a45dSGunnar Mills                        "boolean",
296*c6d7a45dSGunnar Mills                        "integer",
297*c6d7a45dSGunnar Mills                        "number",
298*c6d7a45dSGunnar Mills                        "null",
299*c6d7a45dSGunnar Mills                        "object",
300*c6d7a45dSGunnar Mills                        "string"
301*c6d7a45dSGunnar Mills                    ]
302*c6d7a45dSGunnar Mills                }
303*c6d7a45dSGunnar Mills            },
304*c6d7a45dSGunnar Mills            "properties": {},
305*c6d7a45dSGunnar Mills            "type": "object"
306*c6d7a45dSGunnar Mills        },
307*c6d7a45dSGunnar Mills        "ResetMetrics": {
308*c6d7a45dSGunnar Mills            "additionalProperties": false,
309*c6d7a45dSGunnar Mills            "description": "This action resets the summary metrics related to this equipment.",
310*c6d7a45dSGunnar Mills            "longDescription": "This action shall reset any time intervals or counted values for this equipment.",
311*c6d7a45dSGunnar Mills            "parameters": {},
312*c6d7a45dSGunnar Mills            "patternProperties": {
313*c6d7a45dSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
314*c6d7a45dSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
315*c6d7a45dSGunnar Mills                    "type": [
316*c6d7a45dSGunnar Mills                        "array",
317*c6d7a45dSGunnar Mills                        "boolean",
318*c6d7a45dSGunnar Mills                        "integer",
319*c6d7a45dSGunnar Mills                        "number",
320*c6d7a45dSGunnar Mills                        "null",
321*c6d7a45dSGunnar Mills                        "object",
322*c6d7a45dSGunnar Mills                        "string"
323*c6d7a45dSGunnar Mills                    ]
324*c6d7a45dSGunnar Mills                }
325*c6d7a45dSGunnar Mills            },
326*c6d7a45dSGunnar Mills            "properties": {
327*c6d7a45dSGunnar Mills                "target": {
328*c6d7a45dSGunnar Mills                    "description": "Link to invoke action",
329*c6d7a45dSGunnar Mills                    "format": "uri-reference",
330*c6d7a45dSGunnar Mills                    "type": "string"
331*c6d7a45dSGunnar Mills                },
332*c6d7a45dSGunnar Mills                "title": {
333*c6d7a45dSGunnar Mills                    "description": "Friendly action name",
334*c6d7a45dSGunnar Mills                    "type": "string"
335*c6d7a45dSGunnar Mills                }
336*c6d7a45dSGunnar Mills            },
337*c6d7a45dSGunnar Mills            "type": "object"
338*c6d7a45dSGunnar Mills        },
339*c6d7a45dSGunnar Mills        "ResetToDefaults": {
340*c6d7a45dSGunnar Mills            "additionalProperties": false,
341*c6d7a45dSGunnar Mills            "description": "The action resets the values of writable properties to factory defaults.",
342*c6d7a45dSGunnar Mills            "longDescription": "This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer.",
343*c6d7a45dSGunnar Mills            "parameters": {},
344*c6d7a45dSGunnar Mills            "patternProperties": {
345*c6d7a45dSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
346*c6d7a45dSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
347*c6d7a45dSGunnar Mills                    "type": [
348*c6d7a45dSGunnar Mills                        "array",
349*c6d7a45dSGunnar Mills                        "boolean",
350*c6d7a45dSGunnar Mills                        "integer",
351*c6d7a45dSGunnar Mills                        "number",
352*c6d7a45dSGunnar Mills                        "null",
353*c6d7a45dSGunnar Mills                        "object",
354*c6d7a45dSGunnar Mills                        "string"
355*c6d7a45dSGunnar Mills                    ]
356*c6d7a45dSGunnar Mills                }
357*c6d7a45dSGunnar Mills            },
358*c6d7a45dSGunnar Mills            "properties": {
359*c6d7a45dSGunnar Mills                "target": {
360*c6d7a45dSGunnar Mills                    "description": "Link to invoke action",
361*c6d7a45dSGunnar Mills                    "format": "uri-reference",
362*c6d7a45dSGunnar Mills                    "type": "string"
363*c6d7a45dSGunnar Mills                },
364*c6d7a45dSGunnar Mills                "title": {
365*c6d7a45dSGunnar Mills                    "description": "Friendly action name",
366*c6d7a45dSGunnar Mills                    "type": "string"
367*c6d7a45dSGunnar Mills                }
368*c6d7a45dSGunnar Mills            },
369*c6d7a45dSGunnar Mills            "type": "object",
370*c6d7a45dSGunnar Mills            "versionAdded": "v1_3_0"
371*c6d7a45dSGunnar Mills        }
372*c6d7a45dSGunnar Mills    },
373*c6d7a45dSGunnar Mills    "language": "en",
374*c6d7a45dSGunnar Mills    "owningEntity": "DMTF",
375*c6d7a45dSGunnar Mills    "release": "2025.2",
376*c6d7a45dSGunnar Mills    "title": "#EnvironmentMetrics.v1_5_0.EnvironmentMetrics"
377*c6d7a45dSGunnar Mills}