1*f2a8e57eSGunnar Mills{
2*f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.v1_3_2.json",
3*f2a8e57eSGunnar Mills    "$ref": "#/definitions/EnvironmentMetrics",
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                "#EnvironmentMetrics.ResetMetrics": {
27*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/ResetMetrics"
28*f2a8e57eSGunnar Mills                },
29*f2a8e57eSGunnar Mills                "#EnvironmentMetrics.ResetToDefaults": {
30*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/ResetToDefaults"
31*f2a8e57eSGunnar Mills                },
32*f2a8e57eSGunnar Mills                "Oem": {
33*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
34*f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
35*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
36*f2a8e57eSGunnar Mills                }
37*f2a8e57eSGunnar Mills            },
38*f2a8e57eSGunnar Mills            "type": "object"
39*f2a8e57eSGunnar Mills        },
40*f2a8e57eSGunnar Mills        "EnvironmentMetrics": {
41*f2a8e57eSGunnar Mills            "additionalProperties": false,
42*f2a8e57eSGunnar Mills            "description": "The `EnvironmentMetrics` schema represents the environmental metrics of a device.",
43*f2a8e57eSGunnar Mills            "longDescription": "This resource shall represent the environmental metrics for a Redfish implementation.",
44*f2a8e57eSGunnar Mills            "patternProperties": {
45*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
46*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
47*f2a8e57eSGunnar Mills                    "type": [
48*f2a8e57eSGunnar Mills                        "array",
49*f2a8e57eSGunnar Mills                        "boolean",
50*f2a8e57eSGunnar Mills                        "integer",
51*f2a8e57eSGunnar Mills                        "number",
52*f2a8e57eSGunnar Mills                        "null",
53*f2a8e57eSGunnar Mills                        "object",
54*f2a8e57eSGunnar Mills                        "string"
55*f2a8e57eSGunnar Mills                    ]
56*f2a8e57eSGunnar Mills                }
57*f2a8e57eSGunnar Mills            },
58*f2a8e57eSGunnar Mills            "properties": {
59*f2a8e57eSGunnar Mills                "@odata.context": {
60*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
61*f2a8e57eSGunnar Mills                },
62*f2a8e57eSGunnar Mills                "@odata.etag": {
63*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
64*f2a8e57eSGunnar Mills                },
65*f2a8e57eSGunnar Mills                "@odata.id": {
66*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
67*f2a8e57eSGunnar Mills                },
68*f2a8e57eSGunnar Mills                "@odata.type": {
69*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
70*f2a8e57eSGunnar Mills                },
71*f2a8e57eSGunnar Mills                "AbsoluteHumidity": {
72*f2a8e57eSGunnar Mills                    "anyOf": [
73*f2a8e57eSGunnar Mills                        {
74*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
75*f2a8e57eSGunnar Mills                        },
76*f2a8e57eSGunnar Mills                        {
77*f2a8e57eSGunnar Mills                            "type": "null"
78*f2a8e57eSGunnar Mills                        }
79*f2a8e57eSGunnar Mills                    ],
80*f2a8e57eSGunnar Mills                    "description": "Absolute humidity (g/m^3).",
81*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorExcerpt",
82*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the absolute (volumetric) humidity sensor reading, in grams per cubic meter 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 `AbsoluteHumidity`.",
83*f2a8e57eSGunnar Mills                    "versionAdded": "v1_2_0"
84*f2a8e57eSGunnar Mills                },
85*f2a8e57eSGunnar Mills                "Actions": {
86*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
87*f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
88*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
89*f2a8e57eSGunnar Mills                },
90*f2a8e57eSGunnar Mills                "Description": {
91*f2a8e57eSGunnar Mills                    "anyOf": [
92*f2a8e57eSGunnar Mills                        {
93*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
94*f2a8e57eSGunnar Mills                        },
95*f2a8e57eSGunnar Mills                        {
96*f2a8e57eSGunnar Mills                            "type": "null"
97*f2a8e57eSGunnar Mills                        }
98*f2a8e57eSGunnar Mills                    ],
99*f2a8e57eSGunnar Mills                    "readonly": true
100*f2a8e57eSGunnar Mills                },
101*f2a8e57eSGunnar Mills                "DewPointCelsius": {
102*f2a8e57eSGunnar Mills                    "anyOf": [
103*f2a8e57eSGunnar Mills                        {
104*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
105*f2a8e57eSGunnar Mills                        },
106*f2a8e57eSGunnar Mills                        {
107*f2a8e57eSGunnar Mills                            "type": "null"
108*f2a8e57eSGunnar Mills                        }
109*f2a8e57eSGunnar Mills                    ],
110*f2a8e57eSGunnar Mills                    "description": "The dew point temperature (C).",
111*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorExcerpt",
112*f2a8e57eSGunnar 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`.",
113*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
114*f2a8e57eSGunnar Mills                },
115*f2a8e57eSGunnar Mills                "EnergyJoules": {
116*f2a8e57eSGunnar Mills                    "anyOf": [
117*f2a8e57eSGunnar Mills                        {
118*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
119*f2a8e57eSGunnar Mills                        },
120*f2a8e57eSGunnar Mills                        {
121*f2a8e57eSGunnar Mills                            "type": "null"
122*f2a8e57eSGunnar Mills                        }
123*f2a8e57eSGunnar Mills                    ],
124*f2a8e57eSGunnar Mills                    "description": "Energy consumption (J).",
125*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorExcerpt",
126*f2a8e57eSGunnar 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.",
127*f2a8e57eSGunnar Mills                    "versionAdded": "v1_2_0"
128*f2a8e57eSGunnar Mills                },
129*f2a8e57eSGunnar Mills                "EnergykWh": {
130*f2a8e57eSGunnar Mills                    "anyOf": [
131*f2a8e57eSGunnar Mills                        {
132*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorEnergykWhExcerpt"
133*f2a8e57eSGunnar Mills                        },
134*f2a8e57eSGunnar Mills                        {
135*f2a8e57eSGunnar Mills                            "type": "null"
136*f2a8e57eSGunnar Mills                        }
137*f2a8e57eSGunnar Mills                    ],
138*f2a8e57eSGunnar Mills                    "description": "Energy consumption (kWh).",
139*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorEnergykWhExcerpt",
140*f2a8e57eSGunnar 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`."
141*f2a8e57eSGunnar Mills                },
142*f2a8e57eSGunnar Mills                "FanSpeedsPercent": {
143*f2a8e57eSGunnar Mills                    "description": "Fan speeds (percent).",
144*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorFanArrayExcerpt",
145*f2a8e57eSGunnar Mills                    "items": {
146*f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorFanArrayExcerpt"
147*f2a8e57eSGunnar Mills                    },
148*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`.",
149*f2a8e57eSGunnar Mills                    "type": "array"
150*f2a8e57eSGunnar Mills                },
151*f2a8e57eSGunnar Mills                "FanSpeedsPercent@odata.count": {
152*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
153*f2a8e57eSGunnar Mills                },
154*f2a8e57eSGunnar Mills                "HumidityPercent": {
155*f2a8e57eSGunnar Mills                    "anyOf": [
156*f2a8e57eSGunnar Mills                        {
157*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
158*f2a8e57eSGunnar Mills                        },
159*f2a8e57eSGunnar Mills                        {
160*f2a8e57eSGunnar Mills                            "type": "null"
161*f2a8e57eSGunnar Mills                        }
162*f2a8e57eSGunnar Mills                    ],
163*f2a8e57eSGunnar Mills                    "description": "Humidity (percent).",
164*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorExcerpt",
165*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the humidity, 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 `Humidity`."
166*f2a8e57eSGunnar Mills                },
167*f2a8e57eSGunnar Mills                "Id": {
168*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
169*f2a8e57eSGunnar Mills                    "readonly": true
170*f2a8e57eSGunnar Mills                },
171*f2a8e57eSGunnar Mills                "Name": {
172*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
173*f2a8e57eSGunnar Mills                    "readonly": true
174*f2a8e57eSGunnar Mills                },
175*f2a8e57eSGunnar Mills                "Oem": {
176*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
177*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
178*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."
179*f2a8e57eSGunnar Mills                },
180*f2a8e57eSGunnar Mills                "PowerLimitWatts": {
181*f2a8e57eSGunnar Mills                    "anyOf": [
182*f2a8e57eSGunnar Mills                        {
183*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Control.json#/definitions/ControlSingleExcerpt"
184*f2a8e57eSGunnar Mills                        },
185*f2a8e57eSGunnar Mills                        {
186*f2a8e57eSGunnar Mills                            "type": "null"
187*f2a8e57eSGunnar Mills                        }
188*f2a8e57eSGunnar Mills                    ],
189*f2a8e57eSGunnar Mills                    "description": "Power limit (W).",
190*f2a8e57eSGunnar Mills                    "excerptCopy": "ControlSingleExcerpt",
191*f2a8e57eSGunnar 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`.",
192*f2a8e57eSGunnar Mills                    "readonly": false,
193*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
194*f2a8e57eSGunnar Mills                },
195*f2a8e57eSGunnar Mills                "PowerLoadPercent": {
196*f2a8e57eSGunnar Mills                    "anyOf": [
197*f2a8e57eSGunnar Mills                        {
198*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
199*f2a8e57eSGunnar Mills                        },
200*f2a8e57eSGunnar Mills                        {
201*f2a8e57eSGunnar Mills                            "type": "null"
202*f2a8e57eSGunnar Mills                        }
203*f2a8e57eSGunnar Mills                    ],
204*f2a8e57eSGunnar Mills                    "description": "The power load (percent) for this device.",
205*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorExcerpt",
206*f2a8e57eSGunnar 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`.",
207*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
208*f2a8e57eSGunnar Mills                },
209*f2a8e57eSGunnar Mills                "PowerWatts": {
210*f2a8e57eSGunnar Mills                    "anyOf": [
211*f2a8e57eSGunnar Mills                        {
212*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorPowerExcerpt"
213*f2a8e57eSGunnar Mills                        },
214*f2a8e57eSGunnar Mills                        {
215*f2a8e57eSGunnar Mills                            "type": "null"
216*f2a8e57eSGunnar Mills                        }
217*f2a8e57eSGunnar Mills                    ],
218*f2a8e57eSGunnar Mills                    "description": "Power consumption (W).",
219*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorPowerExcerpt",
220*f2a8e57eSGunnar 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`."
221*f2a8e57eSGunnar Mills                },
222*f2a8e57eSGunnar Mills                "TemperatureCelsius": {
223*f2a8e57eSGunnar Mills                    "anyOf": [
224*f2a8e57eSGunnar Mills                        {
225*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorExcerpt"
226*f2a8e57eSGunnar Mills                        },
227*f2a8e57eSGunnar Mills                        {
228*f2a8e57eSGunnar Mills                            "type": "null"
229*f2a8e57eSGunnar Mills                        }
230*f2a8e57eSGunnar Mills                    ],
231*f2a8e57eSGunnar Mills                    "description": "Temperature (Celsius).",
232*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorExcerpt",
233*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`."
234*f2a8e57eSGunnar Mills                }
235*f2a8e57eSGunnar Mills            },
236*f2a8e57eSGunnar Mills            "required": [
237*f2a8e57eSGunnar Mills                "@odata.id",
238*f2a8e57eSGunnar Mills                "@odata.type",
239*f2a8e57eSGunnar Mills                "Id",
240*f2a8e57eSGunnar Mills                "Name"
241*f2a8e57eSGunnar Mills            ],
242*f2a8e57eSGunnar Mills            "type": "object"
243*f2a8e57eSGunnar Mills        },
244*f2a8e57eSGunnar Mills        "OemActions": {
245*f2a8e57eSGunnar Mills            "additionalProperties": true,
246*f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
247*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
248*f2a8e57eSGunnar Mills            "patternProperties": {
249*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
250*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
251*f2a8e57eSGunnar Mills                    "type": [
252*f2a8e57eSGunnar Mills                        "array",
253*f2a8e57eSGunnar Mills                        "boolean",
254*f2a8e57eSGunnar Mills                        "integer",
255*f2a8e57eSGunnar Mills                        "number",
256*f2a8e57eSGunnar Mills                        "null",
257*f2a8e57eSGunnar Mills                        "object",
258*f2a8e57eSGunnar Mills                        "string"
259*f2a8e57eSGunnar Mills                    ]
260*f2a8e57eSGunnar Mills                }
261*f2a8e57eSGunnar Mills            },
262*f2a8e57eSGunnar Mills            "properties": {},
263*f2a8e57eSGunnar Mills            "type": "object"
264*f2a8e57eSGunnar Mills        },
265*f2a8e57eSGunnar Mills        "ResetMetrics": {
266*f2a8e57eSGunnar Mills            "additionalProperties": false,
267*f2a8e57eSGunnar Mills            "description": "This action resets the summary metrics related to this equipment.",
268*f2a8e57eSGunnar Mills            "longDescription": "This action shall reset any time intervals or counted values for this equipment.",
269*f2a8e57eSGunnar Mills            "parameters": {},
270*f2a8e57eSGunnar Mills            "patternProperties": {
271*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
272*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
273*f2a8e57eSGunnar Mills                    "type": [
274*f2a8e57eSGunnar Mills                        "array",
275*f2a8e57eSGunnar Mills                        "boolean",
276*f2a8e57eSGunnar Mills                        "integer",
277*f2a8e57eSGunnar Mills                        "number",
278*f2a8e57eSGunnar Mills                        "null",
279*f2a8e57eSGunnar Mills                        "object",
280*f2a8e57eSGunnar Mills                        "string"
281*f2a8e57eSGunnar Mills                    ]
282*f2a8e57eSGunnar Mills                }
283*f2a8e57eSGunnar Mills            },
284*f2a8e57eSGunnar Mills            "properties": {
285*f2a8e57eSGunnar Mills                "target": {
286*f2a8e57eSGunnar Mills                    "description": "Link to invoke action",
287*f2a8e57eSGunnar Mills                    "format": "uri-reference",
288*f2a8e57eSGunnar Mills                    "type": "string"
289*f2a8e57eSGunnar Mills                },
290*f2a8e57eSGunnar Mills                "title": {
291*f2a8e57eSGunnar Mills                    "description": "Friendly action name",
292*f2a8e57eSGunnar Mills                    "type": "string"
293*f2a8e57eSGunnar Mills                }
294*f2a8e57eSGunnar Mills            },
295*f2a8e57eSGunnar Mills            "type": "object"
296*f2a8e57eSGunnar Mills        },
297*f2a8e57eSGunnar Mills        "ResetToDefaults": {
298*f2a8e57eSGunnar Mills            "additionalProperties": false,
299*f2a8e57eSGunnar Mills            "description": "The action resets the values of writable properties to factory defaults.",
300*f2a8e57eSGunnar Mills            "longDescription": "This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer.",
301*f2a8e57eSGunnar Mills            "parameters": {},
302*f2a8e57eSGunnar Mills            "patternProperties": {
303*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
304*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
305*f2a8e57eSGunnar Mills                    "type": [
306*f2a8e57eSGunnar Mills                        "array",
307*f2a8e57eSGunnar Mills                        "boolean",
308*f2a8e57eSGunnar Mills                        "integer",
309*f2a8e57eSGunnar Mills                        "number",
310*f2a8e57eSGunnar Mills                        "null",
311*f2a8e57eSGunnar Mills                        "object",
312*f2a8e57eSGunnar Mills                        "string"
313*f2a8e57eSGunnar Mills                    ]
314*f2a8e57eSGunnar Mills                }
315*f2a8e57eSGunnar Mills            },
316*f2a8e57eSGunnar Mills            "properties": {
317*f2a8e57eSGunnar Mills                "target": {
318*f2a8e57eSGunnar Mills                    "description": "Link to invoke action",
319*f2a8e57eSGunnar Mills                    "format": "uri-reference",
320*f2a8e57eSGunnar Mills                    "type": "string"
321*f2a8e57eSGunnar Mills                },
322*f2a8e57eSGunnar Mills                "title": {
323*f2a8e57eSGunnar Mills                    "description": "Friendly action name",
324*f2a8e57eSGunnar Mills                    "type": "string"
325*f2a8e57eSGunnar Mills                }
326*f2a8e57eSGunnar Mills            },
327*f2a8e57eSGunnar Mills            "type": "object",
328*f2a8e57eSGunnar Mills            "versionAdded": "v1_3_0"
329*f2a8e57eSGunnar Mills        }
330*f2a8e57eSGunnar Mills    },
331*f2a8e57eSGunnar Mills    "language": "en",
332*f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
333*f2a8e57eSGunnar Mills    "release": "2022.2",
334*f2a8e57eSGunnar Mills    "title": "#EnvironmentMetrics.v1_3_2.EnvironmentMetrics"
335*f2a8e57eSGunnar Mills}