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