1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/Sensor.v1_9_0.json",
3    "$ref": "#/definitions/Sensor",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "#Sensor.ResetMetrics": {
27                    "$ref": "#/definitions/ResetMetrics"
28                },
29                "#Sensor.ResetToDefaults": {
30                    "$ref": "#/definitions/ResetToDefaults"
31                },
32                "Oem": {
33                    "$ref": "#/definitions/OemActions",
34                    "description": "The available OEM-specific actions for this resource.",
35                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
36                }
37            },
38            "type": "object"
39        },
40        "ImplementationType": {
41            "enum": [
42                "PhysicalSensor",
43                "Synthesized",
44                "Reported"
45            ],
46            "enumDescriptions": {
47                "PhysicalSensor": "The reading is acquired from a physical sensor.",
48                "Reported": "The reading is obtained from software or a device.",
49                "Synthesized": "The reading is obtained by applying a calculation on one or more properties or multiple sensors.  The calculation is not provided."
50            },
51            "type": "string"
52        },
53        "Links": {
54            "additionalProperties": false,
55            "description": "The links to other resources that are related to this resource.",
56            "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
57            "patternProperties": {
58                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
59                    "description": "This property shall specify a valid odata or Redfish property.",
60                    "type": [
61                        "array",
62                        "boolean",
63                        "integer",
64                        "number",
65                        "null",
66                        "object",
67                        "string"
68                    ]
69                }
70            },
71            "properties": {
72                "AssociatedControls": {
73                    "description": "An array of links to the controls that can affect this sensor.",
74                    "items": {
75                        "$ref": "http://redfish.dmtf.org/schemas/v1/Control.json#/definitions/Control"
76                    },
77                    "longDescription": "This property shall contain an array of links to resources of type `Control` that represent the controls that can affect this sensor.",
78                    "readonly": true,
79                    "type": "array",
80                    "versionAdded": "v1_4_0"
81                },
82                "AssociatedControls@odata.count": {
83                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
84                },
85                "Oem": {
86                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
87                    "description": "The OEM extension property.",
88                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
89                }
90            },
91            "type": "object"
92        },
93        "OemActions": {
94            "additionalProperties": true,
95            "description": "The available OEM-specific actions for this resource.",
96            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
97            "patternProperties": {
98                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
99                    "description": "This property shall specify a valid odata or Redfish property.",
100                    "type": [
101                        "array",
102                        "boolean",
103                        "integer",
104                        "number",
105                        "null",
106                        "object",
107                        "string"
108                    ]
109                }
110            },
111            "properties": {},
112            "type": "object"
113        },
114        "ReadingBasisType": {
115            "enum": [
116                "Zero",
117                "Delta",
118                "Headroom"
119            ],
120            "enumDescriptions": {
121                "Delta": "A reading that reports the difference between two measurements.",
122                "Headroom": "A reading that decreases as it approaches a defined reference point.",
123                "Zero": "A zero-based reading."
124            },
125            "enumLongDescriptions": {
126                "Delta": "This value shall indicate a reading that reports the difference between two measurements.",
127                "Headroom": "This value shall indicate a reading that decreases in value as it approaches the reference point.  If the value crosses the reference point, the value may be reported as a negative number or may report a value of zero.",
128                "Zero": "This value shall indicate a reading with zero as its reference point."
129            },
130            "type": "string"
131        },
132        "ReadingType": {
133            "enum": [
134                "Temperature",
135                "Humidity",
136                "Power",
137                "EnergykWh",
138                "EnergyJoules",
139                "EnergyWh",
140                "ChargeAh",
141                "Voltage",
142                "Current",
143                "Frequency",
144                "Pressure",
145                "PressurekPa",
146                "PressurePa",
147                "LiquidLevel",
148                "Rotational",
149                "AirFlow",
150                "AirFlowCMM",
151                "LiquidFlow",
152                "LiquidFlowLPM",
153                "Barometric",
154                "Altitude",
155                "Percent",
156                "AbsoluteHumidity",
157                "Heat"
158            ],
159            "enumDeprecated": {
160                "AirFlow": "This value has been deprecated in favor of `AirFlowCMM` for consistent use of SI units.",
161                "LiquidFlow": "This value has been deprecated in favor of `LiquidFlowLPM` for consistency of units typically expected or reported by `Sensor` and `Control` resources.",
162                "Pressure": "This value has been deprecated in favor of `PressurePa` or `PressurekPa` for consistency of units between `Sensor` and `Control` resources."
163            },
164            "enumDescriptions": {
165                "AbsoluteHumidity": "Absolute humidity (g/m^3).",
166                "AirFlow": "Air flow (cu ft/min).",
167                "AirFlowCMM": "Air flow (m^3/min).",
168                "Altitude": "Altitude (m).",
169                "Barometric": "Barometric pressure (mm).",
170                "ChargeAh": "Charge (Ah).",
171                "Current": "Current (A).",
172                "EnergyJoules": "Energy (J).",
173                "EnergyWh": "Energy (Wh).",
174                "EnergykWh": "Energy (kWh).",
175                "Frequency": "Frequency (Hz).",
176                "Heat": "Heat (kW).",
177                "Humidity": "Relative humidity (percent).",
178                "LiquidFlow": "Liquid flow (L/s).",
179                "LiquidFlowLPM": "Liquid flow (L/min).",
180                "LiquidLevel": "Liquid level (cm).",
181                "Percent": "Percent (%).",
182                "Power": "Power (W).",
183                "Pressure": "Pressure (Pa).",
184                "PressurePa": "Pressure (Pa).",
185                "PressurekPa": "Pressure (kPa).",
186                "Rotational": "Rotational (RPM).",
187                "Temperature": "Temperature (C).",
188                "Voltage": "Voltage (VAC or VDC)."
189            },
190            "enumLongDescriptions": {
191                "AbsoluteHumidity": "This value shall indicate an absolute (volumetric) humidity measurement, in grams per cubic meter units.  The `ReadingUnits` property shall contain `g/m3`.",
192                "AirFlow": "This value shall indicate a measurement of a volume of gas per unit of time, in cubic feet per minute units, that flows through a particular junction.  The `ReadingUnits` property shall contain `[ft_i]3/min`.",
193                "AirFlowCMM": "This value shall indicate a measurement of a volume of gas per unit of time, in cubic meters per minute units, that flows through a particular junction.  The `ReadingUnits` property shall contain `m3/min`.",
194                "Altitude": "This value shall indicate a measurement of altitude, in meter units, defined as the elevation above sea level.  The `ReadingUnits` property shall contain `m`.",
195                "Barometric": "This value shall indicate a measurement of barometric pressure, in millimeters of a mercury column.  The `ReadingUnits` property shall contain `mm[Hg]`.",
196                "ChargeAh": "This value shall indicate the amount of charge, integral of current over time, of the monitored item.  If representing metered charge consumption the value shall reflect the charge consumption since the sensor metrics were last reset.  The value of the `Reading` property shall be in ampere-hour units and the `ReadingUnits` property shall contain `A.h`.",
197                "Current": "This value shall indicate a measurement of the root mean square (RMS) of instantaneous current calculated over an integer number of line cycles for a circuit.  Current is expressed in ampere units and the `ReadingUnits` property shall contain `A`.",
198                "EnergyJoules": "This value shall indicate the energy, integral of real power over time, of the monitored item.  If representing metered power consumption the value shall reflect the power consumption since the sensor metrics were last reset.  The value of the `Reading` property shall be in joule units and the `ReadingUnits` property shall contain `J`.  This value is used for device-level energy consumption measurements, while `EnergykWh` is used for large-scale consumption measurements.",
199                "EnergyWh": "This value shall indicate the energy, integral of real power over time, of the monitored item.  If representing metered power consumption the value shall reflect the power consumption since the sensor metrics were last reset.  The value of the `Reading` property shall be in watt-hour units and the `ReadingUnits` property shall contain `W.h`.  This value is used for device-level energy consumption measurements, while `EnergykWh` is used for large-scale consumption measurements.",
200                "EnergykWh": "This value shall indicate the energy, integral of real power over time, of the monitored item.  If representing metered power consumption the value shall reflect the power consumption since the sensor metrics were last reset.  The value of the `Reading` property shall be in kilowatt-hour units and the `ReadingUnits` property shall contain `kW.h`.  This value is used for large-scale energy consumption measurements, while `EnergyJoules` and `EnergyWh` are used for device-level consumption measurements.",
201                "Frequency": "This value shall indicate a frequency measurement, in hertz units.  The `ReadingUnits` property shall contain `Hz`.",
202                "Heat": "This value shall indicate a heat measurement, in kilowatt units.  The `ReadingUnits` property shall contain `kW`.",
203                "Humidity": "This value shall indicate a relative humidity measurement, in percent units.  The `ReadingUnits` property shall contain `%`.",
204                "LiquidFlow": "This value shall indicate a measurement of a volume of liquid per unit of time, in liters per second units, that flows through a particular junction.  The `ReadingUnits` property shall contain `L/s`.",
205                "LiquidFlowLPM": "This value shall indicate a measurement of a volume of liquid per unit of time, in liters per minute units, that flows through a particular junction.  The `ReadingUnits` property shall contain `L/min`.",
206                "LiquidLevel": "This value shall indicate a measurement of fluid height, in centimeter units, relative to a specified vertical datum and the `ReadingUnits` property shall contain `cm`.",
207                "Percent": "This value shall indicate a percentage measurement, in percent units.  The `Reading` value, while typically `0` to `100`, may exceed `100` for rate-of-change or similar readings.  The `ReadingUnits` property shall contain `%`.",
208                "Power": "This value shall indicate the arithmetic mean of product terms of instantaneous voltage and current values measured over integer number of line cycles for a circuit, in watt units.  The `ReadingUnits` property shall contain `W`.",
209                "Pressure": "This value shall indicate a measurement of force, in pascal units, applied perpendicular to the surface of an object per unit area over which that force is distributed.  The `ReadingUnits` property shall contain `Pa`.",
210                "PressurePa": "This value shall indicate a measurement of pressure, in pascal units, relative to atmospheric pressure.  The `ReadingUnits` property shall contain `Pa`.",
211                "PressurekPa": "This value shall indicate a measurement of pressure, in kilopascal units, relative to atmospheric pressure.  The `ReadingUnits` property shall contain `kPa`.",
212                "Rotational": "This value shall indicate a measurement of rotational frequency, in revolutions per minute units.  The `ReadingUnits` property shall contain either `{rev}/min`, which is preferred, or `RPM`, which is a deprecated value.",
213                "Temperature": "This value shall indicate a temperature measurement, in degree Celsius units.  The `ReadingUnits` property shall contain `Cel`.",
214                "Voltage": "This value shall indicate a measurement of the root mean square (RMS) of instantaneous voltage calculated over an integer number of line cycles for a circuit.  Voltage is expressed in volt units and the `ReadingUnits` property shall contain `V`."
215            },
216            "enumVersionAdded": {
217                "AbsoluteHumidity": "v1_5_0",
218                "AirFlowCMM": "v1_7_0",
219                "ChargeAh": "v1_4_0",
220                "EnergyWh": "v1_4_0",
221                "Heat": "v1_7_0",
222                "LiquidFlowLPM": "v1_7_0",
223                "Percent": "v1_1_0",
224                "PressurePa": "v1_7_0",
225                "PressurekPa": "v1_5_0"
226            },
227            "enumVersionDeprecated": {
228                "AirFlow": "v1_7_0",
229                "LiquidFlow": "v1_7_0",
230                "Pressure": "v1_7_0"
231            },
232            "type": "string"
233        },
234        "ResetMetrics": {
235            "additionalProperties": false,
236            "description": "Resets metrics related to this sensor.",
237            "longDescription": "This action shall reset any time intervals or counted values for this sensor.  The `SensorResetTime` property shall be updated to reflect the time that this action was performed.",
238            "parameters": {},
239            "patternProperties": {
240                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
241                    "description": "This property shall specify a valid odata or Redfish property.",
242                    "type": [
243                        "array",
244                        "boolean",
245                        "integer",
246                        "number",
247                        "null",
248                        "object",
249                        "string"
250                    ]
251                }
252            },
253            "properties": {
254                "target": {
255                    "description": "Link to invoke action",
256                    "format": "uri-reference",
257                    "type": "string"
258                },
259                "title": {
260                    "description": "Friendly action name",
261                    "type": "string"
262                }
263            },
264            "type": "object"
265        },
266        "ResetToDefaults": {
267            "additionalProperties": false,
268            "description": "The action resets the values of writable properties to factory defaults.",
269            "longDescription": "This action shall reset the values of writable properties in this resource to their default values as specified by the manufacturer.",
270            "parameters": {},
271            "patternProperties": {
272                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
273                    "description": "This property shall specify a valid odata or Redfish property.",
274                    "type": [
275                        "array",
276                        "boolean",
277                        "integer",
278                        "number",
279                        "null",
280                        "object",
281                        "string"
282                    ]
283                }
284            },
285            "properties": {
286                "target": {
287                    "description": "Link to invoke action",
288                    "format": "uri-reference",
289                    "type": "string"
290                },
291                "title": {
292                    "description": "Friendly action name",
293                    "type": "string"
294                }
295            },
296            "type": "object",
297            "versionAdded": "v1_6_0"
298        },
299        "Sensor": {
300            "additionalProperties": false,
301            "description": "The `Sensor` schema describes a sensor and its properties.",
302            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
303            "patternProperties": {
304                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
305                    "description": "This property shall specify a valid odata or Redfish property.",
306                    "type": [
307                        "array",
308                        "boolean",
309                        "integer",
310                        "number",
311                        "null",
312                        "object",
313                        "string"
314                    ]
315                }
316            },
317            "properties": {
318                "@odata.context": {
319                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
320                },
321                "@odata.etag": {
322                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
323                },
324                "@odata.id": {
325                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
326                },
327                "@odata.type": {
328                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
329                },
330                "Accuracy": {
331                    "deprecated": "This property has been deprecated in favor of ReadingAccuracy.",
332                    "description": "The estimated percent error of measured versus actual values.",
333                    "longDescription": "This property shall contain the percent error +/- of the measured versus actual values of the `Reading` property.",
334                    "readonly": true,
335                    "type": [
336                        "number",
337                        "null"
338                    ],
339                    "units": "%",
340                    "versionDeprecated": "v1_8_0"
341                },
342                "Actions": {
343                    "$ref": "#/definitions/Actions",
344                    "description": "The available actions for this resource.",
345                    "longDescription": "This property shall contain the available actions for this resource."
346                },
347                "AdjustedMaxAllowableOperatingValue": {
348                    "description": "The adjusted maximum allowable operating value for this equipment based on the environmental conditions.",
349                    "longDescription": "This property shall contain the adjusted maximum allowable operating value for the equipment that this sensor monitors, as specified by a standards body, manufacturer, or both.  The value is adjusted based on environmental conditions.  For example, liquid inlet temperature can be adjusted based on the available liquid pressure.",
350                    "readonly": true,
351                    "type": [
352                        "number",
353                        "null"
354                    ]
355                },
356                "AdjustedMinAllowableOperatingValue": {
357                    "description": "The adjusted minimum allowable operating value for this equipment based on the environmental conditions.",
358                    "longDescription": "This property shall contain the adjusted minimum allowable operating value for the equipment that this sensor monitors, as specified by a standards body, manufacturer, or both.  This value is adjusted based on environmental conditions.  For example, liquid inlet temperature can be adjusted based on the available liquid pressure.",
359                    "readonly": true,
360                    "type": [
361                        "number",
362                        "null"
363                    ]
364                },
365                "ApparentVA": {
366                    "description": "The product of voltage and current for an AC circuit, in volt-ampere units.",
367                    "excerpt": "SensorPower,SensorPowerArray",
368                    "longDescription": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for a circuit.  This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.",
369                    "readonly": true,
370                    "type": [
371                        "number",
372                        "null"
373                    ],
374                    "units": "V.A"
375                },
376                "ApparentkVAh": {
377                    "description": "Apparent energy (kVAh).",
378                    "excerpt": "SensorEnergykWh",
379                    "longDescription": "This property shall contain the apparent energy, in kilovolt-ampere-hour units, for an electrical energy measurement.  This property can appear in sensors with a `ReadingType` containing `EnergykWh`, and shall not appear in sensors with other `ReadingType` values.",
380                    "readonly": true,
381                    "type": [
382                        "number",
383                        "null"
384                    ],
385                    "units": "kV.A.h",
386                    "versionAdded": "v1_5_0"
387                },
388                "AverageReading": {
389                    "description": "The average sensor value.",
390                    "longDescription": "This property shall contain the average sensor value over the time specified by the value of the `AveragingInterval` property.  The value shall be reset by the `ResetMetrics` action or by a service reset of time-based property values.",
391                    "readonly": true,
392                    "type": [
393                        "number",
394                        "null"
395                    ],
396                    "versionAdded": "v1_4_0"
397                },
398                "AveragingInterval": {
399                    "description": "The interval over which the average sensor value is calculated.",
400                    "longDescription": "This property shall contain the interval over which the sensor value is averaged to produce the value of the `AverageReading` property.  This property shall only be present if the `AverageReading` property is present.",
401                    "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$",
402                    "readonly": false,
403                    "type": [
404                        "string",
405                        "null"
406                    ],
407                    "versionAdded": "v1_4_0"
408                },
409                "AveragingIntervalAchieved": {
410                    "description": "Indicates that enough readings were collected to calculate the average sensor reading over the averaging interval time.",
411                    "longDescription": "This property shall indicate that enough readings were collected to calculate the `AverageReading` value over the interval specified by the `AveragingInterval` property.  The value shall be reset by the `ResetMetrics` action.  This property shall only be present if the `AveragingInterval` property is present.",
412                    "readonly": true,
413                    "type": [
414                        "boolean",
415                        "null"
416                    ],
417                    "versionAdded": "v1_4_0"
418                },
419                "Calibration": {
420                    "description": "The calibration offset applied to the Reading.",
421                    "longDescription": "This property shall contain the offset applied to the raw sensor value to provide a calibrated value for the sensor as returned by the `Reading` property.  The value of this property shall follow the units of the `Reading` property for this sensor instance.  Updating the value of this property shall not affect the value of the `CalibrationTime` property.",
422                    "readonly": false,
423                    "type": [
424                        "number",
425                        "null"
426                    ],
427                    "versionAdded": "v1_4_0"
428                },
429                "CalibrationTime": {
430                    "description": "The date and time that the sensor was last calibrated.",
431                    "format": "date-time",
432                    "longDescription": "This property shall contain the date and time that the sensor was last calibrated.  This property is intended to reflect the actual time the calibration occurred.",
433                    "readonly": false,
434                    "type": [
435                        "string",
436                        "null"
437                    ],
438                    "versionAdded": "v1_4_0"
439                },
440                "CrestFactor": {
441                    "description": "The crest factor for this sensor.",
442                    "excerpt": "SensorCurrent,SensorVoltage",
443                    "longDescription": "This property shall contain the ratio of the peak measurement divided by the RMS measurement and calculated over same N line cycles.  A sine wave would have a value of 1.414.",
444                    "readonly": true,
445                    "type": [
446                        "number",
447                        "null"
448                    ],
449                    "versionAdded": "v1_1_0"
450                },
451                "Description": {
452                    "anyOf": [
453                        {
454                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
455                        },
456                        {
457                            "type": "null"
458                        }
459                    ],
460                    "readonly": true
461                },
462                "ElectricalContext": {
463                    "anyOf": [
464                        {
465                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/ElectricalContext"
466                        },
467                        {
468                            "type": "null"
469                        }
470                    ],
471                    "description": "The combination of current-carrying conductors.",
472                    "longDescription": "This property shall represent the combination of current-carrying conductors that distribute power.",
473                    "readonly": true
474                },
475                "Id": {
476                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
477                    "readonly": true
478                },
479                "Implementation": {
480                    "anyOf": [
481                        {
482                            "$ref": "#/definitions/ImplementationType"
483                        },
484                        {
485                            "type": "null"
486                        }
487                    ],
488                    "description": "The implementation of the sensor.",
489                    "longDescription": "This property shall contain the implementation of the sensor.",
490                    "readonly": true,
491                    "versionAdded": "v1_1_0"
492                },
493                "LifetimeReading": {
494                    "description": "The total accumulation value for this sensor.",
495                    "excerpt": "SensorEnergykWh",
496                    "longDescription": "This property shall contain the total accumulation of the `Reading` property over the sensor's lifetime.  This value shall not be reset by the `ResetMetrics` action.",
497                    "readonly": true,
498                    "type": [
499                        "number",
500                        "null"
501                    ],
502                    "versionAdded": "v1_1_0"
503                },
504                "LifetimeStartDateTime": {
505                    "description": "The date and time when the sensor started accumulating readings for the `LifetimeReading` property.",
506                    "format": "date-time",
507                    "longDescription": "This property shall contain the date and time when the sensor started accumulating readings for the `LifetimeReading` property.  This might contain the same value as the production date of the device that contains this sensor.",
508                    "readonly": true,
509                    "type": [
510                        "string",
511                        "null"
512                    ],
513                    "versionAdded": "v1_9_0"
514                },
515                "Links": {
516                    "$ref": "#/definitions/Links",
517                    "description": "The links to other resources that are related to this resource.",
518                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
519                    "versionAdded": "v1_3_0"
520                },
521                "LoadPercent": {
522                    "deprecated": "This property has been deprecated in favor of using a sensor instance with a `ReadingType` of `Percent` to show utilization values when needed.",
523                    "description": "The power load utilization for this sensor.",
524                    "longDescription": "This property shall indicate the power load utilization percent for this sensor.  This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.",
525                    "readonly": true,
526                    "type": [
527                        "number",
528                        "null"
529                    ],
530                    "units": "%",
531                    "versionDeprecated": "v1_1_0"
532                },
533                "Location": {
534                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
535                    "description": "The location information for this sensor.",
536                    "longDescription": "This property shall indicate the location information for this sensor."
537                },
538                "LowestReading": {
539                    "description": "The lowest sensor value.",
540                    "longDescription": "This property shall contain the lowest sensor value since the last `ResetMetrics` action was performed or since the service last reset the time-based property values.",
541                    "readonly": true,
542                    "type": [
543                        "number",
544                        "null"
545                    ],
546                    "versionAdded": "v1_4_0"
547                },
548                "LowestReadingTime": {
549                    "description": "The time when the lowest sensor value occurred.",
550                    "format": "date-time",
551                    "longDescription": "This property shall contain the date and time when the lowest sensor value was observed, as reported as the value of `LowestReading`.",
552                    "readonly": true,
553                    "type": [
554                        "string",
555                        "null"
556                    ],
557                    "versionAdded": "v1_4_0"
558                },
559                "Manufacturer": {
560                    "description": "The manufacturer of this sensor.",
561                    "longDescription": "This property shall contain the name of the organization responsible for producing the sensor.  This organization may be the entity from whom the sensor is purchased, but this is not necessarily true.  This property is generally used only for replaceable or user-configurable sensors.",
562                    "readonly": true,
563                    "type": [
564                        "string",
565                        "null"
566                    ],
567                    "versionAdded": "v1_9_0"
568                },
569                "MaxAllowableOperatingValue": {
570                    "description": "The maximum allowable operating value for this equipment.",
571                    "longDescription": "This property shall contain the maximum allowable operating value for the equipment that this sensor monitors, as specified by a standards body, manufacturer, or both.",
572                    "readonly": true,
573                    "type": [
574                        "number",
575                        "null"
576                    ]
577                },
578                "MinAllowableOperatingValue": {
579                    "description": "The minimum allowable operating value for this equipment.",
580                    "longDescription": "This property shall contain the minimum allowable operating value for the equipment that this sensor monitors, as specified by a standards body, manufacturer, or both.",
581                    "readonly": true,
582                    "type": [
583                        "number",
584                        "null"
585                    ]
586                },
587                "Model": {
588                    "description": "The model number of the sensor.",
589                    "longDescription": "This property shall contain the name by which the manufacturer generally refers to the sensor.  This property is generally used only for replaceable or user-configurable sensors.",
590                    "readonly": true,
591                    "type": [
592                        "string",
593                        "null"
594                    ],
595                    "versionAdded": "v1_9_0"
596                },
597                "Name": {
598                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
599                    "readonly": true
600                },
601                "Oem": {
602                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
603                    "description": "The OEM extension property.",
604                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
605                },
606                "PartNumber": {
607                    "description": "The part number of the sensor.",
608                    "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the sensor.  This property is generally used only for replaceable or user-configurable sensors.",
609                    "readonly": true,
610                    "type": [
611                        "string",
612                        "null"
613                    ],
614                    "versionAdded": "v1_9_0"
615                },
616                "PeakReading": {
617                    "description": "The peak sensor value.",
618                    "longDescription": "This property shall contain the peak sensor value since the last `ResetMetrics` action was performed or since the service last reset the time-based property values.",
619                    "readonly": true,
620                    "type": [
621                        "number",
622                        "null"
623                    ]
624                },
625                "PeakReadingTime": {
626                    "description": "The time when the peak sensor value occurred.",
627                    "format": "date-time",
628                    "longDescription": "This property shall contain the date and time when the peak sensor value was observed, as reported as the value of `PeakReading`.",
629                    "readonly": true,
630                    "type": [
631                        "string",
632                        "null"
633                    ]
634                },
635                "PhaseAngleDegrees": {
636                    "description": "The phase angle (degrees) between the current and voltage waveforms.",
637                    "excerpt": "SensorPower,SensorPowerArray",
638                    "longDescription": "This property shall contain the phase angle, in degree units, between the current and voltage waveforms for an electrical measurement.  This property can appear in sensors with a `ReadingType` containing `Power`, and shall not appear in sensors with other `ReadingType` values.",
639                    "maximum": 90,
640                    "minimum": -90,
641                    "readonly": true,
642                    "type": [
643                        "number",
644                        "null"
645                    ],
646                    "versionAdded": "v1_5_0"
647                },
648                "PhysicalContext": {
649                    "anyOf": [
650                        {
651                            "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext"
652                        },
653                        {
654                            "type": "null"
655                        }
656                    ],
657                    "description": "The area or device to which this sensor measurement applies.",
658                    "excerpt": "SensorArray,SensorFanArray,SensorPowerArray",
659                    "longDescription": "This property shall contain a description of the affected component or region within the equipment to which this sensor measurement applies.",
660                    "readonly": true
661                },
662                "PhysicalSubContext": {
663                    "anyOf": [
664                        {
665                            "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalSubContext"
666                        },
667                        {
668                            "type": "null"
669                        }
670                    ],
671                    "description": "The usage or location within a device to which this sensor measurement applies.",
672                    "excerpt": "SensorArray,SensorFanArray,SensorPowerArray",
673                    "longDescription": "This property shall contain a description of the usage or sub-region within the equipment to which this sensor measurement applies.  This property generally differentiates multiple sensors within the same `PhysicalContext` instance.",
674                    "readonly": true
675                },
676                "PowerFactor": {
677                    "description": "The power factor for this sensor.",
678                    "excerpt": "SensorPower,SensorPowerArray",
679                    "longDescription": "This property shall identify the quotient of real power (W) and apparent power (VA) for a circuit.  `PowerFactor` is expressed in unit-less 1/100ths.  This property can appear in sensors containing a `ReadingType` value of `Power`, and shall not appear in sensors of other `ReadingType` values.",
680                    "maximum": 1,
681                    "minimum": -1,
682                    "readonly": true,
683                    "type": [
684                        "number",
685                        "null"
686                    ]
687                },
688                "Precision": {
689                    "description": "The number of significant digits in the reading.",
690                    "longDescription": "This property shall contain the number of significant digits in the `Reading` property.",
691                    "readonly": true,
692                    "type": [
693                        "number",
694                        "null"
695                    ]
696                },
697                "ReactiveVAR": {
698                    "description": "The square root of the difference term of squared apparent VA and squared power (Reading) for a circuit, in VAR units.",
699                    "excerpt": "SensorPower,SensorPowerArray",
700                    "longDescription": "This property shall contain the arithmetic mean of product terms of instantaneous voltage and quadrature current measurements calculated over an integer number of line cycles for a circuit.  This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.",
701                    "readonly": true,
702                    "type": [
703                        "number",
704                        "null"
705                    ],
706                    "units": "V.A"
707                },
708                "ReactivekVARh": {
709                    "description": "Reactive energy (kVARh).",
710                    "excerpt": "SensorEnergykWh",
711                    "longDescription": "This property shall contain the reactive energy, in kilovolt-ampere-hours (reactive) units, for an electrical energy measurement.  This property can appear in sensors with a `ReadingType` containing `EnergykWh`, and shall not appear in sensors with other `ReadingType` values.",
712                    "readonly": true,
713                    "type": [
714                        "number",
715                        "null"
716                    ],
717                    "units": "kV.A.h",
718                    "versionAdded": "v1_5_0"
719                },
720                "Reading": {
721                    "description": "The sensor value.",
722                    "excerpt": "Sensor",
723                    "longDescription": "This property shall contain the sensor value.",
724                    "readonly": true,
725                    "type": [
726                        "number",
727                        "null"
728                    ]
729                },
730                "ReadingAccuracy": {
731                    "description": "Accuracy (+/-) of the reading.",
732                    "longDescription": "This property shall contain the accuracy of the value of the `Reading` property for this sensor.  The value shall be the absolute value of the maximum deviation of the `Reading` from its actual value.  The value shall be in units that follow the `ReadingUnits` for this sensor.",
733                    "readonly": true,
734                    "type": [
735                        "number",
736                        "null"
737                    ],
738                    "versionAdded": "v1_8_0"
739                },
740                "ReadingBasis": {
741                    "anyOf": [
742                        {
743                            "$ref": "#/definitions/ReadingBasisType"
744                        },
745                        {
746                            "type": "null"
747                        }
748                    ],
749                    "description": "The basis for the reading of this sensor.",
750                    "longDescription": "This property shall indicate the basis or frame of reference for the value of the `Reading` property.  If this property is not present, the value shall be assumed to be `Zero`.",
751                    "readonly": true,
752                    "versionAdded": "v1_7_0"
753                },
754                "ReadingRangeMax": {
755                    "description": "The maximum possible value for this sensor.",
756                    "longDescription": "This property shall indicate the maximum possible value of the `Reading` property for this sensor.  This value is the range of valid readings for this sensor.  Values outside this range are discarded as reading errors.",
757                    "readonly": true,
758                    "type": [
759                        "number",
760                        "null"
761                    ]
762                },
763                "ReadingRangeMin": {
764                    "description": "The minimum possible value for this sensor.",
765                    "longDescription": "This property shall indicate the minimum possible value of the `Reading` property for this sensor.  This value is the range of valid readings for this sensor.  Values outside this range are discarded as reading errors.",
766                    "readonly": true,
767                    "type": [
768                        "number",
769                        "null"
770                    ]
771                },
772                "ReadingTime": {
773                    "description": "The date and time that the reading was acquired from the sensor.",
774                    "format": "date-time",
775                    "longDescription": "This property shall contain the date and time that the reading data was acquired from the sensor.  This value is used to synchronize readings from multiple sensors and does not represent the time at which the resource was accessed.",
776                    "readonly": true,
777                    "type": [
778                        "string",
779                        "null"
780                    ],
781                    "versionAdded": "v1_1_0"
782                },
783                "ReadingType": {
784                    "anyOf": [
785                        {
786                            "$ref": "#/definitions/ReadingType"
787                        },
788                        {
789                            "type": "null"
790                        }
791                    ],
792                    "description": "The type of sensor.",
793                    "longDescription": "This property shall contain the type of the sensor.",
794                    "readonly": true
795                },
796                "ReadingUnits": {
797                    "description": "The units of the reading and thresholds.",
798                    "longDescription": "This property shall contain the units of the sensor's reading and thresholds.",
799                    "readonly": true,
800                    "type": [
801                        "string",
802                        "null"
803                    ]
804                },
805                "RelatedItem": {
806                    "description": "An array of links to resources or objects that this sensor services.",
807                    "items": {
808                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
809                    },
810                    "longDescription": "This property shall contain an array of links to resources or objects that this sensor services.",
811                    "readonly": true,
812                    "type": "array",
813                    "versionAdded": "v1_2_0"
814                },
815                "RelatedItem@odata.count": {
816                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
817                },
818                "SKU": {
819                    "description": "The SKU of the sensor.",
820                    "longDescription": "This property shall contain the stock-keeping unit number for this sensor.  This property is generally used only for replaceable or user-configurable sensors.",
821                    "readonly": true,
822                    "type": [
823                        "string",
824                        "null"
825                    ],
826                    "versionAdded": "v1_9_0"
827                },
828                "SensingFrequency": {
829                    "deprecated": "This property has been deprecated in favor of the `SensingInterval` property, which uses the duration time format for interoperability.",
830                    "description": "The time interval between readings of the physical sensor.",
831                    "longDescription": "This property shall contain the time interval between readings of the physical sensor.",
832                    "readonly": true,
833                    "type": [
834                        "number",
835                        "null"
836                    ],
837                    "versionDeprecated": "v1_1_0"
838                },
839                "SensingInterval": {
840                    "description": "The time interval between readings of the sensor.",
841                    "longDescription": "This property shall contain the time interval between readings of data from the sensor.",
842                    "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$",
843                    "readonly": true,
844                    "type": [
845                        "string",
846                        "null"
847                    ],
848                    "versionAdded": "v1_1_0"
849                },
850                "SensorGroup": {
851                    "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup",
852                    "description": "The group of sensors that provide readings for this sensor.",
853                    "longDescription": "This property shall contain information for a group of sensors that provide input for the value of this sensor's reading.  If this property is present, the `Implementation` property shall contain the value `Synthesized`.  The group may be created for redundancy or to improve the accuracy of the reading through multiple sensor inputs.",
854                    "versionAdded": "v1_4_0"
855                },
856                "SensorResetTime": {
857                    "description": "The date and time when the time-based properties were last reset.",
858                    "excerpt": "SensorEnergykWh",
859                    "format": "date-time",
860                    "longDescription": "This property shall contain the date and time when the `ResetMetrics` action was last performed or when the service last reset the time-based property values.",
861                    "readonly": true,
862                    "type": [
863                        "string",
864                        "null"
865                    ]
866                },
867                "SerialNumber": {
868                    "description": "The serial number of the sensor.",
869                    "longDescription": "This property shall contain a manufacturer-allocated number that identifies the sensor.  This property is generally used only for replaceable or user-configurable sensors.",
870                    "readonly": true,
871                    "type": [
872                        "string",
873                        "null"
874                    ],
875                    "versionAdded": "v1_9_0"
876                },
877                "SparePartNumber": {
878                    "description": "The spare part number of the sensor.",
879                    "longDescription": "This property shall contain the spare part number of the sensor.  This property is generally used only for replaceable or user-configurable sensors.",
880                    "readonly": true,
881                    "type": [
882                        "string",
883                        "null"
884                    ],
885                    "versionAdded": "v1_9_0"
886                },
887                "SpeedRPM": {
888                    "description": "The rotational speed.",
889                    "excerpt": "SensorFan,SensorFanArray,SensorPump",
890                    "longDescription": "This property shall contain a reading of the rotational speed of the device in revolutions per minute (RPM) units.",
891                    "readonly": true,
892                    "type": [
893                        "number",
894                        "null"
895                    ],
896                    "units": "{rev}/min",
897                    "versionAdded": "v1_2_0"
898                },
899                "Status": {
900                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
901                    "description": "The status and health of the resource and its subordinate or dependent resources.",
902                    "longDescription": "This property shall contain any status or health properties of the resource."
903                },
904                "THDPercent": {
905                    "description": "The total harmonic distortion percent (% THD).",
906                    "excerpt": "SensorCurrent,SensorVoltage",
907                    "longDescription": "This property shall contain the total harmonic distortion of the `Reading` property in percent units, typically `0` to `100`.",
908                    "minimum": 0,
909                    "readonly": true,
910                    "type": [
911                        "number",
912                        "null"
913                    ],
914                    "units": "%",
915                    "versionAdded": "v1_1_0"
916                },
917                "Thresholds": {
918                    "$ref": "#/definitions/Thresholds",
919                    "description": "The set of thresholds defined for this sensor.",
920                    "longDescription": "This property shall contain the set of thresholds that derive a sensor's health and operational range."
921                },
922                "UserLabel": {
923                    "description": "A user-assigned label.",
924                    "longDescription": "This property shall contain a user-assigned label used to identify this resource.  This property shall only be present if the sensor can be configured for different purposes, or is dependent on configuration or end-user settings.  This property shall not be present for embedded sensors with defined functions that cannot be altered.  If a value has not been assigned by a user, the value of this property shall be an empty string.",
925                    "readonly": false,
926                    "type": "string",
927                    "versionAdded": "v1_9_0"
928                },
929                "VoltageType": {
930                    "anyOf": [
931                        {
932                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/VoltageType"
933                        },
934                        {
935                            "type": "null"
936                        }
937                    ],
938                    "description": "The voltage type for this sensor.",
939                    "longDescription": "This property shall represent the type of input voltage the sensor monitors.",
940                    "readonly": true
941                }
942            },
943            "required": [
944                "@odata.id",
945                "@odata.type",
946                "Id",
947                "Name"
948            ],
949            "type": "object"
950        },
951        "SensorArrayExcerpt": {
952            "additionalProperties": false,
953            "description": "The `Sensor` schema describes a sensor and its properties.",
954            "excerpt": "SensorArray",
955            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
956            "patternProperties": {
957                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
958                    "description": "This property shall specify a valid odata or Redfish property.",
959                    "type": [
960                        "array",
961                        "boolean",
962                        "integer",
963                        "number",
964                        "null",
965                        "object",
966                        "string"
967                    ]
968                }
969            },
970            "properties": {
971                "DataSourceUri": {
972                    "description": "The link to the resource that provides the data for this sensor.",
973                    "excerptCopyOnly": true,
974                    "format": "uri-reference",
975                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
976                    "readonly": true,
977                    "type": [
978                        "string",
979                        "null"
980                    ]
981                },
982                "DeviceName": {
983                    "description": "The name of the device.",
984                    "excerpt": "SensorArray,SensorFanArray",
985                    "excerptCopyOnly": true,
986                    "longDescription": "This property shall contain the name of the device associated with this sensor.  If the device is represented by a resource, the value shall contain the value of the `Name` property of the associated resource.",
987                    "readonly": true,
988                    "type": [
989                        "string",
990                        "null"
991                    ],
992                    "versionAdded": "v1_2_0"
993                },
994                "PhysicalContext": {
995                    "anyOf": [
996                        {
997                            "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext"
998                        },
999                        {
1000                            "type": "null"
1001                        }
1002                    ],
1003                    "description": "The area or device to which this sensor measurement applies.",
1004                    "excerpt": "SensorArray,SensorFanArray,SensorPowerArray",
1005                    "longDescription": "This property shall contain a description of the affected component or region within the equipment to which this sensor measurement applies.",
1006                    "readonly": true
1007                },
1008                "PhysicalSubContext": {
1009                    "anyOf": [
1010                        {
1011                            "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalSubContext"
1012                        },
1013                        {
1014                            "type": "null"
1015                        }
1016                    ],
1017                    "description": "The usage or location within a device to which this sensor measurement applies.",
1018                    "excerpt": "SensorArray,SensorFanArray,SensorPowerArray",
1019                    "longDescription": "This property shall contain a description of the usage or sub-region within the equipment to which this sensor measurement applies.  This property generally differentiates multiple sensors within the same `PhysicalContext` instance.",
1020                    "readonly": true
1021                },
1022                "Reading": {
1023                    "description": "The sensor value.",
1024                    "excerpt": "Sensor",
1025                    "longDescription": "This property shall contain the sensor value.",
1026                    "readonly": true,
1027                    "type": [
1028                        "number",
1029                        "null"
1030                    ]
1031                }
1032            },
1033            "type": "object"
1034        },
1035        "SensorCurrentExcerpt": {
1036            "additionalProperties": false,
1037            "description": "The `Sensor` schema describes a sensor and its properties.",
1038            "excerpt": "SensorCurrent",
1039            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
1040            "patternProperties": {
1041                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1042                    "description": "This property shall specify a valid odata or Redfish property.",
1043                    "type": [
1044                        "array",
1045                        "boolean",
1046                        "integer",
1047                        "number",
1048                        "null",
1049                        "object",
1050                        "string"
1051                    ]
1052                }
1053            },
1054            "properties": {
1055                "CrestFactor": {
1056                    "description": "The crest factor for this sensor.",
1057                    "excerpt": "SensorCurrent,SensorVoltage",
1058                    "longDescription": "This property shall contain the ratio of the peak measurement divided by the RMS measurement and calculated over same N line cycles.  A sine wave would have a value of 1.414.",
1059                    "readonly": true,
1060                    "type": [
1061                        "number",
1062                        "null"
1063                    ],
1064                    "versionAdded": "v1_1_0"
1065                },
1066                "DataSourceUri": {
1067                    "description": "The link to the resource that provides the data for this sensor.",
1068                    "excerptCopyOnly": true,
1069                    "format": "uri-reference",
1070                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
1071                    "readonly": true,
1072                    "type": [
1073                        "string",
1074                        "null"
1075                    ]
1076                },
1077                "Reading": {
1078                    "description": "The sensor value.",
1079                    "excerpt": "Sensor",
1080                    "longDescription": "This property shall contain the sensor value.",
1081                    "readonly": true,
1082                    "type": [
1083                        "number",
1084                        "null"
1085                    ]
1086                },
1087                "THDPercent": {
1088                    "description": "The total harmonic distortion percent (% THD).",
1089                    "excerpt": "SensorCurrent,SensorVoltage",
1090                    "longDescription": "This property shall contain the total harmonic distortion of the `Reading` property in percent units, typically `0` to `100`.",
1091                    "minimum": 0,
1092                    "readonly": true,
1093                    "type": [
1094                        "number",
1095                        "null"
1096                    ],
1097                    "units": "%",
1098                    "versionAdded": "v1_1_0"
1099                }
1100            },
1101            "type": "object"
1102        },
1103        "SensorEnergykWhExcerpt": {
1104            "additionalProperties": false,
1105            "description": "The `Sensor` schema describes a sensor and its properties.",
1106            "excerpt": "SensorEnergykWh",
1107            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
1108            "patternProperties": {
1109                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1110                    "description": "This property shall specify a valid odata or Redfish property.",
1111                    "type": [
1112                        "array",
1113                        "boolean",
1114                        "integer",
1115                        "number",
1116                        "null",
1117                        "object",
1118                        "string"
1119                    ]
1120                }
1121            },
1122            "properties": {
1123                "ApparentkVAh": {
1124                    "description": "Apparent energy (kVAh).",
1125                    "excerpt": "SensorEnergykWh",
1126                    "longDescription": "This property shall contain the apparent energy, in kilovolt-ampere-hour units, for an electrical energy measurement.  This property can appear in sensors with a `ReadingType` containing `EnergykWh`, and shall not appear in sensors with other `ReadingType` values.",
1127                    "readonly": true,
1128                    "type": [
1129                        "number",
1130                        "null"
1131                    ],
1132                    "units": "kV.A.h",
1133                    "versionAdded": "v1_5_0"
1134                },
1135                "DataSourceUri": {
1136                    "description": "The link to the resource that provides the data for this sensor.",
1137                    "excerptCopyOnly": true,
1138                    "format": "uri-reference",
1139                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
1140                    "readonly": true,
1141                    "type": [
1142                        "string",
1143                        "null"
1144                    ]
1145                },
1146                "LifetimeReading": {
1147                    "description": "The total accumulation value for this sensor.",
1148                    "excerpt": "SensorEnergykWh",
1149                    "longDescription": "This property shall contain the total accumulation of the `Reading` property over the sensor's lifetime.  This value shall not be reset by the `ResetMetrics` action.",
1150                    "readonly": true,
1151                    "type": [
1152                        "number",
1153                        "null"
1154                    ],
1155                    "versionAdded": "v1_1_0"
1156                },
1157                "ReactivekVARh": {
1158                    "description": "Reactive energy (kVARh).",
1159                    "excerpt": "SensorEnergykWh",
1160                    "longDescription": "This property shall contain the reactive energy, in kilovolt-ampere-hours (reactive) units, for an electrical energy measurement.  This property can appear in sensors with a `ReadingType` containing `EnergykWh`, and shall not appear in sensors with other `ReadingType` values.",
1161                    "readonly": true,
1162                    "type": [
1163                        "number",
1164                        "null"
1165                    ],
1166                    "units": "kV.A.h",
1167                    "versionAdded": "v1_5_0"
1168                },
1169                "Reading": {
1170                    "description": "The sensor value.",
1171                    "excerpt": "Sensor",
1172                    "longDescription": "This property shall contain the sensor value.",
1173                    "readonly": true,
1174                    "type": [
1175                        "number",
1176                        "null"
1177                    ]
1178                },
1179                "SensorResetTime": {
1180                    "description": "The date and time when the time-based properties were last reset.",
1181                    "excerpt": "SensorEnergykWh",
1182                    "format": "date-time",
1183                    "longDescription": "This property shall contain the date and time when the `ResetMetrics` action was last performed or when the service last reset the time-based property values.",
1184                    "readonly": true,
1185                    "type": [
1186                        "string",
1187                        "null"
1188                    ]
1189                }
1190            },
1191            "type": "object"
1192        },
1193        "SensorExcerpt": {
1194            "additionalProperties": false,
1195            "description": "The `Sensor` schema describes a sensor and its properties.",
1196            "excerpt": "Sensor",
1197            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
1198            "patternProperties": {
1199                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1200                    "description": "This property shall specify a valid odata or Redfish property.",
1201                    "type": [
1202                        "array",
1203                        "boolean",
1204                        "integer",
1205                        "number",
1206                        "null",
1207                        "object",
1208                        "string"
1209                    ]
1210                }
1211            },
1212            "properties": {
1213                "DataSourceUri": {
1214                    "description": "The link to the resource that provides the data for this sensor.",
1215                    "excerptCopyOnly": true,
1216                    "format": "uri-reference",
1217                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
1218                    "readonly": true,
1219                    "type": [
1220                        "string",
1221                        "null"
1222                    ]
1223                },
1224                "Reading": {
1225                    "description": "The sensor value.",
1226                    "excerpt": "Sensor",
1227                    "longDescription": "This property shall contain the sensor value.",
1228                    "readonly": true,
1229                    "type": [
1230                        "number",
1231                        "null"
1232                    ]
1233                }
1234            },
1235            "type": "object"
1236        },
1237        "SensorFanArrayExcerpt": {
1238            "additionalProperties": false,
1239            "description": "The `Sensor` schema describes a sensor and its properties.",
1240            "excerpt": "SensorFanArray",
1241            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
1242            "patternProperties": {
1243                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1244                    "description": "This property shall specify a valid odata or Redfish property.",
1245                    "type": [
1246                        "array",
1247                        "boolean",
1248                        "integer",
1249                        "number",
1250                        "null",
1251                        "object",
1252                        "string"
1253                    ]
1254                }
1255            },
1256            "properties": {
1257                "DataSourceUri": {
1258                    "description": "The link to the resource that provides the data for this sensor.",
1259                    "excerptCopyOnly": true,
1260                    "format": "uri-reference",
1261                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
1262                    "readonly": true,
1263                    "type": [
1264                        "string",
1265                        "null"
1266                    ]
1267                },
1268                "DeviceName": {
1269                    "description": "The name of the device.",
1270                    "excerpt": "SensorArray,SensorFanArray",
1271                    "excerptCopyOnly": true,
1272                    "longDescription": "This property shall contain the name of the device associated with this sensor.  If the device is represented by a resource, the value shall contain the value of the `Name` property of the associated resource.",
1273                    "readonly": true,
1274                    "type": [
1275                        "string",
1276                        "null"
1277                    ],
1278                    "versionAdded": "v1_2_0"
1279                },
1280                "PhysicalContext": {
1281                    "anyOf": [
1282                        {
1283                            "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext"
1284                        },
1285                        {
1286                            "type": "null"
1287                        }
1288                    ],
1289                    "description": "The area or device to which this sensor measurement applies.",
1290                    "excerpt": "SensorArray,SensorFanArray,SensorPowerArray",
1291                    "longDescription": "This property shall contain a description of the affected component or region within the equipment to which this sensor measurement applies.",
1292                    "readonly": true
1293                },
1294                "PhysicalSubContext": {
1295                    "anyOf": [
1296                        {
1297                            "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalSubContext"
1298                        },
1299                        {
1300                            "type": "null"
1301                        }
1302                    ],
1303                    "description": "The usage or location within a device to which this sensor measurement applies.",
1304                    "excerpt": "SensorArray,SensorFanArray,SensorPowerArray",
1305                    "longDescription": "This property shall contain a description of the usage or sub-region within the equipment to which this sensor measurement applies.  This property generally differentiates multiple sensors within the same `PhysicalContext` instance.",
1306                    "readonly": true
1307                },
1308                "Reading": {
1309                    "description": "The sensor value.",
1310                    "excerpt": "Sensor",
1311                    "longDescription": "This property shall contain the sensor value.",
1312                    "readonly": true,
1313                    "type": [
1314                        "number",
1315                        "null"
1316                    ]
1317                },
1318                "SpeedRPM": {
1319                    "description": "The rotational speed.",
1320                    "excerpt": "SensorFan,SensorFanArray,SensorPump",
1321                    "longDescription": "This property shall contain a reading of the rotational speed of the device in revolutions per minute (RPM) units.",
1322                    "readonly": true,
1323                    "type": [
1324                        "number",
1325                        "null"
1326                    ],
1327                    "units": "{rev}/min",
1328                    "versionAdded": "v1_2_0"
1329                }
1330            },
1331            "type": "object"
1332        },
1333        "SensorFanExcerpt": {
1334            "additionalProperties": false,
1335            "description": "The `Sensor` schema describes a sensor and its properties.",
1336            "excerpt": "SensorFan",
1337            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
1338            "patternProperties": {
1339                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1340                    "description": "This property shall specify a valid odata or Redfish property.",
1341                    "type": [
1342                        "array",
1343                        "boolean",
1344                        "integer",
1345                        "number",
1346                        "null",
1347                        "object",
1348                        "string"
1349                    ]
1350                }
1351            },
1352            "properties": {
1353                "DataSourceUri": {
1354                    "description": "The link to the resource that provides the data for this sensor.",
1355                    "excerptCopyOnly": true,
1356                    "format": "uri-reference",
1357                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
1358                    "readonly": true,
1359                    "type": [
1360                        "string",
1361                        "null"
1362                    ]
1363                },
1364                "Reading": {
1365                    "description": "The sensor value.",
1366                    "excerpt": "Sensor",
1367                    "longDescription": "This property shall contain the sensor value.",
1368                    "readonly": true,
1369                    "type": [
1370                        "number",
1371                        "null"
1372                    ]
1373                },
1374                "SpeedRPM": {
1375                    "description": "The rotational speed.",
1376                    "excerpt": "SensorFan,SensorFanArray,SensorPump",
1377                    "longDescription": "This property shall contain a reading of the rotational speed of the device in revolutions per minute (RPM) units.",
1378                    "readonly": true,
1379                    "type": [
1380                        "number",
1381                        "null"
1382                    ],
1383                    "units": "{rev}/min",
1384                    "versionAdded": "v1_2_0"
1385                }
1386            },
1387            "type": "object"
1388        },
1389        "SensorPowerArrayExcerpt": {
1390            "additionalProperties": false,
1391            "description": "The `Sensor` schema describes a sensor and its properties.",
1392            "excerpt": "SensorPowerArray",
1393            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
1394            "patternProperties": {
1395                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1396                    "description": "This property shall specify a valid odata or Redfish property.",
1397                    "type": [
1398                        "array",
1399                        "boolean",
1400                        "integer",
1401                        "number",
1402                        "null",
1403                        "object",
1404                        "string"
1405                    ]
1406                }
1407            },
1408            "properties": {
1409                "ApparentVA": {
1410                    "description": "The product of voltage and current for an AC circuit, in volt-ampere units.",
1411                    "excerpt": "SensorPower,SensorPowerArray",
1412                    "longDescription": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for a circuit.  This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.",
1413                    "readonly": true,
1414                    "type": [
1415                        "number",
1416                        "null"
1417                    ],
1418                    "units": "V.A"
1419                },
1420                "DataSourceUri": {
1421                    "description": "The link to the resource that provides the data for this sensor.",
1422                    "excerptCopyOnly": true,
1423                    "format": "uri-reference",
1424                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
1425                    "readonly": true,
1426                    "type": [
1427                        "string",
1428                        "null"
1429                    ]
1430                },
1431                "PhaseAngleDegrees": {
1432                    "description": "The phase angle (degrees) between the current and voltage waveforms.",
1433                    "excerpt": "SensorPower,SensorPowerArray",
1434                    "longDescription": "This property shall contain the phase angle, in degree units, between the current and voltage waveforms for an electrical measurement.  This property can appear in sensors with a `ReadingType` containing `Power`, and shall not appear in sensors with other `ReadingType` values.",
1435                    "maximum": 90,
1436                    "minimum": -90,
1437                    "readonly": true,
1438                    "type": [
1439                        "number",
1440                        "null"
1441                    ],
1442                    "versionAdded": "v1_5_0"
1443                },
1444                "PhysicalContext": {
1445                    "anyOf": [
1446                        {
1447                            "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext"
1448                        },
1449                        {
1450                            "type": "null"
1451                        }
1452                    ],
1453                    "description": "The area or device to which this sensor measurement applies.",
1454                    "excerpt": "SensorArray,SensorFanArray,SensorPowerArray",
1455                    "longDescription": "This property shall contain a description of the affected component or region within the equipment to which this sensor measurement applies.",
1456                    "readonly": true
1457                },
1458                "PhysicalSubContext": {
1459                    "anyOf": [
1460                        {
1461                            "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalSubContext"
1462                        },
1463                        {
1464                            "type": "null"
1465                        }
1466                    ],
1467                    "description": "The usage or location within a device to which this sensor measurement applies.",
1468                    "excerpt": "SensorArray,SensorFanArray,SensorPowerArray",
1469                    "longDescription": "This property shall contain a description of the usage or sub-region within the equipment to which this sensor measurement applies.  This property generally differentiates multiple sensors within the same `PhysicalContext` instance.",
1470                    "readonly": true
1471                },
1472                "PowerFactor": {
1473                    "description": "The power factor for this sensor.",
1474                    "excerpt": "SensorPower,SensorPowerArray",
1475                    "longDescription": "This property shall identify the quotient of real power (W) and apparent power (VA) for a circuit.  `PowerFactor` is expressed in unit-less 1/100ths.  This property can appear in sensors containing a `ReadingType` value of `Power`, and shall not appear in sensors of other `ReadingType` values.",
1476                    "maximum": 1,
1477                    "minimum": -1,
1478                    "readonly": true,
1479                    "type": [
1480                        "number",
1481                        "null"
1482                    ]
1483                },
1484                "ReactiveVAR": {
1485                    "description": "The square root of the difference term of squared apparent VA and squared power (Reading) for a circuit, in VAR units.",
1486                    "excerpt": "SensorPower,SensorPowerArray",
1487                    "longDescription": "This property shall contain the arithmetic mean of product terms of instantaneous voltage and quadrature current measurements calculated over an integer number of line cycles for a circuit.  This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.",
1488                    "readonly": true,
1489                    "type": [
1490                        "number",
1491                        "null"
1492                    ],
1493                    "units": "V.A"
1494                },
1495                "Reading": {
1496                    "description": "The sensor value.",
1497                    "excerpt": "Sensor",
1498                    "longDescription": "This property shall contain the sensor value.",
1499                    "readonly": true,
1500                    "type": [
1501                        "number",
1502                        "null"
1503                    ]
1504                }
1505            },
1506            "type": "object"
1507        },
1508        "SensorPowerExcerpt": {
1509            "additionalProperties": false,
1510            "description": "The `Sensor` schema describes a sensor and its properties.",
1511            "excerpt": "SensorPower",
1512            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
1513            "patternProperties": {
1514                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1515                    "description": "This property shall specify a valid odata or Redfish property.",
1516                    "type": [
1517                        "array",
1518                        "boolean",
1519                        "integer",
1520                        "number",
1521                        "null",
1522                        "object",
1523                        "string"
1524                    ]
1525                }
1526            },
1527            "properties": {
1528                "ApparentVA": {
1529                    "description": "The product of voltage and current for an AC circuit, in volt-ampere units.",
1530                    "excerpt": "SensorPower,SensorPowerArray",
1531                    "longDescription": "This property shall contain the product of voltage (RMS) multiplied by current (RMS) for a circuit.  This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.",
1532                    "readonly": true,
1533                    "type": [
1534                        "number",
1535                        "null"
1536                    ],
1537                    "units": "V.A"
1538                },
1539                "DataSourceUri": {
1540                    "description": "The link to the resource that provides the data for this sensor.",
1541                    "excerptCopyOnly": true,
1542                    "format": "uri-reference",
1543                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
1544                    "readonly": true,
1545                    "type": [
1546                        "string",
1547                        "null"
1548                    ]
1549                },
1550                "PhaseAngleDegrees": {
1551                    "description": "The phase angle (degrees) between the current and voltage waveforms.",
1552                    "excerpt": "SensorPower,SensorPowerArray",
1553                    "longDescription": "This property shall contain the phase angle, in degree units, between the current and voltage waveforms for an electrical measurement.  This property can appear in sensors with a `ReadingType` containing `Power`, and shall not appear in sensors with other `ReadingType` values.",
1554                    "maximum": 90,
1555                    "minimum": -90,
1556                    "readonly": true,
1557                    "type": [
1558                        "number",
1559                        "null"
1560                    ],
1561                    "versionAdded": "v1_5_0"
1562                },
1563                "PowerFactor": {
1564                    "description": "The power factor for this sensor.",
1565                    "excerpt": "SensorPower,SensorPowerArray",
1566                    "longDescription": "This property shall identify the quotient of real power (W) and apparent power (VA) for a circuit.  `PowerFactor` is expressed in unit-less 1/100ths.  This property can appear in sensors containing a `ReadingType` value of `Power`, and shall not appear in sensors of other `ReadingType` values.",
1567                    "maximum": 1,
1568                    "minimum": -1,
1569                    "readonly": true,
1570                    "type": [
1571                        "number",
1572                        "null"
1573                    ]
1574                },
1575                "ReactiveVAR": {
1576                    "description": "The square root of the difference term of squared apparent VA and squared power (Reading) for a circuit, in VAR units.",
1577                    "excerpt": "SensorPower,SensorPowerArray",
1578                    "longDescription": "This property shall contain the arithmetic mean of product terms of instantaneous voltage and quadrature current measurements calculated over an integer number of line cycles for a circuit.  This property can appear in sensors of the `Power` `ReadingType`, and shall not appear in sensors of other `ReadingType` values.",
1579                    "readonly": true,
1580                    "type": [
1581                        "number",
1582                        "null"
1583                    ],
1584                    "units": "V.A"
1585                },
1586                "Reading": {
1587                    "description": "The sensor value.",
1588                    "excerpt": "Sensor",
1589                    "longDescription": "This property shall contain the sensor value.",
1590                    "readonly": true,
1591                    "type": [
1592                        "number",
1593                        "null"
1594                    ]
1595                }
1596            },
1597            "type": "object"
1598        },
1599        "SensorPumpExcerpt": {
1600            "additionalProperties": false,
1601            "description": "The `Sensor` schema describes a sensor and its properties.",
1602            "excerpt": "SensorPump",
1603            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
1604            "patternProperties": {
1605                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1606                    "description": "This property shall specify a valid odata or Redfish property.",
1607                    "type": [
1608                        "array",
1609                        "boolean",
1610                        "integer",
1611                        "number",
1612                        "null",
1613                        "object",
1614                        "string"
1615                    ]
1616                }
1617            },
1618            "properties": {
1619                "DataSourceUri": {
1620                    "description": "The link to the resource that provides the data for this sensor.",
1621                    "excerptCopyOnly": true,
1622                    "format": "uri-reference",
1623                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
1624                    "readonly": true,
1625                    "type": [
1626                        "string",
1627                        "null"
1628                    ]
1629                },
1630                "Reading": {
1631                    "description": "The sensor value.",
1632                    "excerpt": "Sensor",
1633                    "longDescription": "This property shall contain the sensor value.",
1634                    "readonly": true,
1635                    "type": [
1636                        "number",
1637                        "null"
1638                    ]
1639                },
1640                "SpeedRPM": {
1641                    "description": "The rotational speed.",
1642                    "excerpt": "SensorFan,SensorFanArray,SensorPump",
1643                    "longDescription": "This property shall contain a reading of the rotational speed of the device in revolutions per minute (RPM) units.",
1644                    "readonly": true,
1645                    "type": [
1646                        "number",
1647                        "null"
1648                    ],
1649                    "units": "{rev}/min",
1650                    "versionAdded": "v1_2_0"
1651                }
1652            },
1653            "type": "object"
1654        },
1655        "SensorVoltageExcerpt": {
1656            "additionalProperties": false,
1657            "description": "The `Sensor` schema describes a sensor and its properties.",
1658            "excerpt": "SensorVoltage",
1659            "longDescription": "This resource shall represent a sensor for a Redfish implementation.",
1660            "patternProperties": {
1661                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1662                    "description": "This property shall specify a valid odata or Redfish property.",
1663                    "type": [
1664                        "array",
1665                        "boolean",
1666                        "integer",
1667                        "number",
1668                        "null",
1669                        "object",
1670                        "string"
1671                    ]
1672                }
1673            },
1674            "properties": {
1675                "CrestFactor": {
1676                    "description": "The crest factor for this sensor.",
1677                    "excerpt": "SensorCurrent,SensorVoltage",
1678                    "longDescription": "This property shall contain the ratio of the peak measurement divided by the RMS measurement and calculated over same N line cycles.  A sine wave would have a value of 1.414.",
1679                    "readonly": true,
1680                    "type": [
1681                        "number",
1682                        "null"
1683                    ],
1684                    "versionAdded": "v1_1_0"
1685                },
1686                "DataSourceUri": {
1687                    "description": "The link to the resource that provides the data for this sensor.",
1688                    "excerptCopyOnly": true,
1689                    "format": "uri-reference",
1690                    "longDescription": "This property shall contain a URI to the resource that provides the source of the excerpt contained within this copy.",
1691                    "readonly": true,
1692                    "type": [
1693                        "string",
1694                        "null"
1695                    ]
1696                },
1697                "Reading": {
1698                    "description": "The sensor value.",
1699                    "excerpt": "Sensor",
1700                    "longDescription": "This property shall contain the sensor value.",
1701                    "readonly": true,
1702                    "type": [
1703                        "number",
1704                        "null"
1705                    ]
1706                },
1707                "THDPercent": {
1708                    "description": "The total harmonic distortion percent (% THD).",
1709                    "excerpt": "SensorCurrent,SensorVoltage",
1710                    "longDescription": "This property shall contain the total harmonic distortion of the `Reading` property in percent units, typically `0` to `100`.",
1711                    "minimum": 0,
1712                    "readonly": true,
1713                    "type": [
1714                        "number",
1715                        "null"
1716                    ],
1717                    "units": "%",
1718                    "versionAdded": "v1_1_0"
1719                }
1720            },
1721            "type": "object"
1722        },
1723        "Threshold": {
1724            "additionalProperties": false,
1725            "description": "The threshold definition for a sensor.",
1726            "longDescription": "This type shall contain the properties for an individual threshold for this sensor.",
1727            "patternProperties": {
1728                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1729                    "description": "This property shall specify a valid odata or Redfish property.",
1730                    "type": [
1731                        "array",
1732                        "boolean",
1733                        "integer",
1734                        "number",
1735                        "null",
1736                        "object",
1737                        "string"
1738                    ]
1739                }
1740            },
1741            "properties": {
1742                "Activation": {
1743                    "anyOf": [
1744                        {
1745                            "$ref": "#/definitions/ThresholdActivation"
1746                        },
1747                        {
1748                            "type": "null"
1749                        }
1750                    ],
1751                    "description": "The direction of crossing that activates this threshold.",
1752                    "longDescription": "This property shall indicate the direction of crossing of the reading for this sensor that activates the threshold.",
1753                    "readonly": false
1754                },
1755                "DwellTime": {
1756                    "description": "The duration the sensor value must violate the threshold before the threshold is activated.",
1757                    "longDescription": "This property shall indicate the duration the sensor value violates the threshold before the threshold is activated.",
1758                    "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$",
1759                    "readonly": false,
1760                    "type": [
1761                        "string",
1762                        "null"
1763                    ]
1764                },
1765                "HysteresisDuration": {
1766                    "description": "The duration the sensor value must not violate the threshold before the threshold is deactivated.",
1767                    "longDescription": "This property shall indicate the duration the sensor value no longer violates the threshold before the threshold is deactivated.  A duration of zero seconds, or if the property is not present in the resource, shall indicate the threshold is deactivated immediately once the sensor value no longer violates the threshold.  The threshold shall not deactivate until the conditions of both `HysteresisReading` and `HysteresisDuration` are met.",
1768                    "pattern": "^P(\\d+D)?(T(\\d+H)?(\\d+M)?(\\d+(.\\d+)?S)?)?$",
1769                    "readonly": false,
1770                    "type": [
1771                        "string",
1772                        "null"
1773                    ],
1774                    "versionAdded": "v1_7_0"
1775                },
1776                "HysteresisReading": {
1777                    "description": "The reading offset from the threshold value required to clear the threshold.",
1778                    "longDescription": "This property shall indicate the offset from the reading for this sensor and the threshold value that deactivates the threshold.  For example, a value of `-2` indicates the sensor reading shall fall 2 units below an upper threshold value to deactivate the threshold.  The value of the property shall use the same units as the `Reading` property.  A value of `0`, or if the property is not present in the resource, shall indicate the threshold is deactivated when the sensor value no longer violates the threshold.  The threshold shall not deactivate until the conditions of both `HysteresisReading` and `HysteresisDuration` are met.",
1779                    "readonly": false,
1780                    "type": [
1781                        "number",
1782                        "null"
1783                    ],
1784                    "versionAdded": "v1_7_0"
1785                },
1786                "Reading": {
1787                    "description": "The threshold value.",
1788                    "longDescription": "This property shall indicate the reading for this sensor that activates the threshold.  The value of the property shall use the same units as the `Reading` property.",
1789                    "readonly": false,
1790                    "type": [
1791                        "number",
1792                        "null"
1793                    ]
1794                }
1795            },
1796            "type": "object"
1797        },
1798        "ThresholdActivation": {
1799            "enum": [
1800                "Increasing",
1801                "Decreasing",
1802                "Either",
1803                "Disabled"
1804            ],
1805            "enumDescriptions": {
1806                "Decreasing": "Value decreases below the threshold.",
1807                "Disabled": "The threshold is disabled.",
1808                "Either": "Value crosses the threshold in either direction.",
1809                "Increasing": "Value increases above the threshold."
1810            },
1811            "enumLongDescriptions": {
1812                "Decreasing": "This threshold is activated when the reading changes from a value higher than the threshold to a value lower than the threshold.",
1813                "Disabled": "This value shall indicate the threshold is disabled and no actions shall be taken as a result of the reading crossing the threshold value.",
1814                "Either": "This threshold is activated when either the increasing or decreasing conditions are met.",
1815                "Increasing": "This threshold is activated when the reading changes from a value lower than the threshold to a value higher than the threshold."
1816            },
1817            "enumVersionAdded": {
1818                "Disabled": "v1_7_0"
1819            },
1820            "type": "string"
1821        },
1822        "Thresholds": {
1823            "additionalProperties": false,
1824            "description": "The set of thresholds defined for a sensor.",
1825            "longDescription": "This object shall contain the set of thresholds that derive a sensor's health and operational range.",
1826            "patternProperties": {
1827                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1828                    "description": "This property shall specify a valid odata or Redfish property.",
1829                    "type": [
1830                        "array",
1831                        "boolean",
1832                        "integer",
1833                        "number",
1834                        "null",
1835                        "object",
1836                        "string"
1837                    ]
1838                }
1839            },
1840            "properties": {
1841                "LowerCaution": {
1842                    "$ref": "#/definitions/Threshold",
1843                    "description": "The value at which the reading is below normal range.",
1844                    "longDescription": "This property shall contain the value at which the `Reading` property is below normal range.  The value of the property shall use the same units as the `Reading` property."
1845                },
1846                "LowerCautionUser": {
1847                    "$ref": "#/definitions/Threshold",
1848                    "description": "A user-defined value at which the reading is considered below normal range.",
1849                    "longDescription": "This property shall contain a user-defined value at which the `Reading` property is considered below the normal range.  The value of the property shall use the same units as the `Reading` property.  The `Reading` property shall be considered below normal range if either the `LowerCaution` or `LowerCautionUser` threshold has been violated.  This property is used to provide an additional, user-defined threshold value when the `LowerCaution` threshold is implemented as read-only to reflect a service-defined value that cannot be changed.",
1850                    "versionAdded": "v1_2_0"
1851                },
1852                "LowerCritical": {
1853                    "$ref": "#/definitions/Threshold",
1854                    "description": "The value at which the reading is below normal range but not yet fatal.",
1855                    "longDescription": "This property shall contain the value at which the `Reading` property is below the normal range but is not yet fatal.  The value of the property shall use the same units as the `Reading` property."
1856                },
1857                "LowerCriticalUser": {
1858                    "$ref": "#/definitions/Threshold",
1859                    "description": "A user-defined value at which the reading is considered below normal range but not yet fatal.",
1860                    "longDescription": "This property shall contain a user-defined value at which the `Reading` property is considered below the normal range but is not yet fatal.  The value of the property shall use the same units as the `Reading` property.  The `Reading` property shall be considered below normal range if either the `LowerCritical` or `LowerCriticalUser` threshold has been violated.  This property is used to provide an additional, user-defined threshold value when the `LowerCritical` threshold is implemented as read-only to reflect a service-defined value that cannot be changed.",
1861                    "versionAdded": "v1_2_0"
1862                },
1863                "LowerFatal": {
1864                    "$ref": "#/definitions/Threshold",
1865                    "description": "The value at which the reading is below normal range and fatal.",
1866                    "longDescription": "This property shall contain the value at which the `Reading` property is below the normal range and is fatal.  The value of the property shall use the same units as the `Reading` property."
1867                },
1868                "UpperCaution": {
1869                    "$ref": "#/definitions/Threshold",
1870                    "description": "The value at which the reading is above normal range.",
1871                    "longDescription": "This property shall contain the value at which the `Reading` property is above the normal range.  The value of the property shall use the same units as the `Reading` property."
1872                },
1873                "UpperCautionUser": {
1874                    "$ref": "#/definitions/Threshold",
1875                    "description": "A user-defined value at which the reading is considered above normal range.",
1876                    "longDescription": "This property shall contain a user-defined value at which the `Reading` property is considered above the normal range.  The value of the property shall use the same units as the `Reading` property.  The `Reading` property shall be considered above normal range if either the `UpperCaution` or `UpperCautionUser` threshold has been violated.  This property is used to provide an additional, user-defined threshold value when the `UpperCaution` threshold is implemented as read-only to reflect a service-defined value that cannot be changed.",
1877                    "versionAdded": "v1_2_0"
1878                },
1879                "UpperCritical": {
1880                    "$ref": "#/definitions/Threshold",
1881                    "description": "The value at which the reading is above normal range but not yet fatal.",
1882                    "longDescription": "This property shall contain the value at which the `Reading` property is above the normal range but is not yet fatal.  The value of the property shall use the same units as the `Reading` property."
1883                },
1884                "UpperCriticalUser": {
1885                    "$ref": "#/definitions/Threshold",
1886                    "description": "A user-defined value at which the reading is considered above normal range but not yet fatal.",
1887                    "longDescription": "This property shall contain a user-defined value at which the `Reading` property is considered above the normal range but is not yet fatal.  The value of the property shall use the same units as the `Reading` property.  The `Reading` property shall be considered above normal range if either the `UpperCritical` or `UpperCriticalUser` threshold has been violated.  This property is used to provide an additional, user-defined threshold value when the `UpperCritical` threshold is implemented as read-only to reflect a service-defined value that cannot be changed.",
1888                    "versionAdded": "v1_2_0"
1889                },
1890                "UpperFatal": {
1891                    "$ref": "#/definitions/Threshold",
1892                    "description": "The value at which the reading is above normal range and fatal.",
1893                    "longDescription": "This property shall contain the value at which the `Reading` property is above the normal range and is fatal.  The value of the property shall use the same units as the `Reading` property."
1894                }
1895            },
1896            "type": "object"
1897        }
1898    },
1899    "language": "en",
1900    "owningEntity": "DMTF",
1901    "release": "2024.1",
1902    "title": "#Sensor.v1_9_0.Sensor"
1903}