1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_7_3.json",
3    "$ref": "#/definitions/Thermal",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Fan": {
8            "additionalProperties": false,
9            "patternProperties": {
10                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
11                    "description": "This property shall specify a valid odata or Redfish property.",
12                    "type": [
13                        "array",
14                        "boolean",
15                        "integer",
16                        "number",
17                        "null",
18                        "object",
19                        "string"
20                    ]
21                }
22            },
23            "properties": {
24                "@odata.id": {
25                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
26                },
27                "Actions": {
28                    "$ref": "#/definitions/FanActions",
29                    "description": "The available actions for this resource.",
30                    "longDescription": "This property shall contain the available actions for this resource.",
31                    "versionAdded": "v1_3_0"
32                },
33                "Assembly": {
34                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
35                    "description": "The link to the assembly associated with this fan.",
36                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
37                    "readonly": true,
38                    "versionAdded": "v1_4_0"
39                },
40                "FanName": {
41                    "deprecated": "This property has been deprecated in favor of the `Name` property.",
42                    "description": "The name of the fan.",
43                    "longDescription": "This property shall contain the name of the fan.",
44                    "readonly": true,
45                    "type": [
46                        "string",
47                        "null"
48                    ],
49                    "versionDeprecated": "v1_1_0"
50                },
51                "HotPluggable": {
52                    "description": "An indication of whether this device can be inserted or removed while the equipment is in operation.",
53                    "longDescription": "This property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state.  Hot-pluggable devices can become operable without altering the operational state of the underlying equipment.  Devices that cannot be inserted or removed from equipment in operation, or devices that cannot become operable without affecting the operational state of that equipment, shall not be hot-pluggable.",
54                    "readonly": true,
55                    "type": [
56                        "boolean",
57                        "null"
58                    ],
59                    "versionAdded": "v1_4_0"
60                },
61                "IndicatorLED": {
62                    "anyOf": [
63                        {
64                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/IndicatorLED"
65                        },
66                        {
67                            "type": "null"
68                        }
69                    ],
70                    "description": "The state of the indicator LED, which identifies this fan.",
71                    "longDescription": "This property shall contain the state of the indicator light associated with this fan.",
72                    "readonly": false,
73                    "versionAdded": "v1_2_0"
74                },
75                "Location": {
76                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
77                    "description": "The location of the fan.",
78                    "longDescription": "This property shall contain the location information of the associated fan.",
79                    "versionAdded": "v1_4_0"
80                },
81                "LowerThresholdCritical": {
82                    "description": "The value at which the reading is below normal range but not yet fatal.",
83                    "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.",
84                    "readonly": true,
85                    "type": [
86                        "integer",
87                        "null"
88                    ]
89                },
90                "LowerThresholdFatal": {
91                    "description": "The value at which the reading is below normal range and fatal.",
92                    "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.",
93                    "readonly": true,
94                    "type": [
95                        "integer",
96                        "null"
97                    ]
98                },
99                "LowerThresholdNonCritical": {
100                    "description": "The value at which the reading is below normal range.",
101                    "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.",
102                    "readonly": true,
103                    "type": [
104                        "integer",
105                        "null"
106                    ]
107                },
108                "Manufacturer": {
109                    "description": "The manufacturer of this fan.",
110                    "longDescription": "This property shall contain the name of the organization responsible for producing the fan.  This organization may be the entity from whom the fan is purchased, but this is not necessarily true.",
111                    "readonly": true,
112                    "type": [
113                        "string",
114                        "null"
115                    ],
116                    "versionAdded": "v1_2_0"
117                },
118                "MaxReadingRange": {
119                    "description": "Maximum value for this sensor.",
120                    "longDescription": "This property shall indicate the highest possible value for the `Reading` property.  The value of the property shall use the same units as the `Reading` property.",
121                    "readonly": true,
122                    "type": [
123                        "integer",
124                        "null"
125                    ]
126                },
127                "MemberId": {
128                    "description": "The unique identifier for the member within an array.",
129                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
130                    "readonly": true,
131                    "type": "string"
132                },
133                "MinReadingRange": {
134                    "description": "Minimum value for this sensor.",
135                    "longDescription": "This property shall indicate the lowest possible value for the `Reading` property.  The value of the property shall use the same units as the `Reading` property.",
136                    "readonly": true,
137                    "type": [
138                        "integer",
139                        "null"
140                    ]
141                },
142                "Model": {
143                    "description": "The model number for this fan.",
144                    "longDescription": "This property shall contain the model information as defined by the manufacturer for the associated fan.",
145                    "readonly": true,
146                    "type": [
147                        "string",
148                        "null"
149                    ],
150                    "versionAdded": "v1_2_0"
151                },
152                "Name": {
153                    "description": "Name of the fan.",
154                    "longDescription": "This property shall contain the name of the fan.",
155                    "readonly": true,
156                    "type": [
157                        "string",
158                        "null"
159                    ],
160                    "versionAdded": "v1_1_0"
161                },
162                "Oem": {
163                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
164                    "description": "The OEM extension property.",
165                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
166                },
167                "PartNumber": {
168                    "description": "The part number for this fan.",
169                    "longDescription": "This property shall contain the part number as defined by the manufacturer for the associated fan.",
170                    "readonly": true,
171                    "type": [
172                        "string",
173                        "null"
174                    ],
175                    "versionAdded": "v1_2_0"
176                },
177                "PhysicalContext": {
178                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
179                    "description": "The area or device associated with this fan.",
180                    "longDescription": "This property shall contain a description of the affected device or region within the chassis with which this fan is associated.",
181                    "readonly": true
182                },
183                "Reading": {
184                    "description": "The fan speed.",
185                    "longDescription": "This property shall contain the fan sensor reading.",
186                    "readonly": true,
187                    "type": [
188                        "integer",
189                        "null"
190                    ]
191                },
192                "ReadingUnits": {
193                    "anyOf": [
194                        {
195                            "$ref": "#/definitions/ReadingUnits"
196                        },
197                        {
198                            "type": "null"
199                        }
200                    ],
201                    "description": "The units in which the fan reading and thresholds are measured.",
202                    "longDescription": "This property shall contain the units in which the fan reading and thresholds are measured.",
203                    "readonly": true,
204                    "versionAdded": "v1_0_1"
205                },
206                "Redundancy": {
207                    "description": "The set of redundancy groups for this fan.",
208                    "items": {
209                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy"
210                    },
211                    "longDescription": "This property shall contain an array of links to the redundancy groups to which this fan belongs.",
212                    "type": "array"
213                },
214                "Redundancy@odata.count": {
215                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
216                },
217                "RelatedItem": {
218                    "description": "An array of links to resources or objects that this fan services.",
219                    "items": {
220                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
221                    },
222                    "longDescription": "This property shall contain an array of links to resources or objects that this fan services.",
223                    "readonly": true,
224                    "type": "array"
225                },
226                "RelatedItem@odata.count": {
227                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
228                },
229                "SensorNumber": {
230                    "description": "The numerical identifier for this fan speed sensor.",
231                    "longDescription": "This property shall contain a numerical identifier for this fan speed sensor that is unique within this resource.",
232                    "readonly": true,
233                    "type": [
234                        "integer",
235                        "null"
236                    ],
237                    "versionAdded": "v1_5_0"
238                },
239                "SerialNumber": {
240                    "description": "The serial number for this fan.",
241                    "longDescription": "This property shall contain the serial number as defined by the manufacturer for the associated fan.",
242                    "readonly": true,
243                    "type": [
244                        "string",
245                        "null"
246                    ],
247                    "versionAdded": "v1_2_0"
248                },
249                "SparePartNumber": {
250                    "description": "The spare part number for this fan.",
251                    "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for the associated fan.",
252                    "readonly": true,
253                    "type": [
254                        "string",
255                        "null"
256                    ],
257                    "versionAdded": "v1_2_0"
258                },
259                "Status": {
260                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
261                    "description": "The status and health of the resource and its subordinate or dependent resources.",
262                    "longDescription": "This property shall contain any status or health properties of the resource."
263                },
264                "UpperThresholdCritical": {
265                    "description": "The value at which the reading is above normal range but not yet fatal.",
266                    "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.",
267                    "readonly": true,
268                    "type": [
269                        "integer",
270                        "null"
271                    ]
272                },
273                "UpperThresholdFatal": {
274                    "description": "The value at which the reading is above normal range and fatal.",
275                    "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.",
276                    "readonly": true,
277                    "type": [
278                        "integer",
279                        "null"
280                    ]
281                },
282                "UpperThresholdNonCritical": {
283                    "description": "The value at which the reading is above normal range.",
284                    "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.",
285                    "readonly": true,
286                    "type": [
287                        "integer",
288                        "null"
289                    ]
290                }
291            },
292            "required": [
293                "@odata.id",
294                "MemberId"
295            ],
296            "type": "object"
297        },
298        "FanActions": {
299            "additionalProperties": false,
300            "description": "The available actions for this resource.",
301            "longDescription": "This type shall contain the available actions for this resource.",
302            "patternProperties": {
303                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
304                    "description": "This property shall specify a valid odata or Redfish property.",
305                    "type": [
306                        "array",
307                        "boolean",
308                        "integer",
309                        "number",
310                        "null",
311                        "object",
312                        "string"
313                    ]
314                }
315            },
316            "properties": {
317                "Oem": {
318                    "$ref": "#/definitions/FanOemActions",
319                    "description": "The available OEM-specific actions for this resource.",
320                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
321                    "versionAdded": "v1_3_0"
322                }
323            },
324            "type": "object"
325        },
326        "FanOemActions": {
327            "additionalProperties": true,
328            "description": "The available OEM-specific actions for this resource.",
329            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
330            "patternProperties": {
331                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
332                    "description": "This property shall specify a valid odata or Redfish property.",
333                    "type": [
334                        "array",
335                        "boolean",
336                        "integer",
337                        "number",
338                        "null",
339                        "object",
340                        "string"
341                    ]
342                }
343            },
344            "properties": {},
345            "type": "object"
346        },
347        "ReadingUnits": {
348            "enum": [
349                "RPM",
350                "Percent"
351            ],
352            "enumDescriptions": {
353                "Percent": "The fan reading and thresholds are measured as a percentage.",
354                "RPM": "The fan reading and thresholds are measured in revolutions per minute."
355            },
356            "type": "string"
357        },
358        "Temperature": {
359            "additionalProperties": false,
360            "patternProperties": {
361                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
362                    "description": "This property shall specify a valid odata or Redfish property.",
363                    "type": [
364                        "array",
365                        "boolean",
366                        "integer",
367                        "number",
368                        "null",
369                        "object",
370                        "string"
371                    ]
372                }
373            },
374            "properties": {
375                "@odata.id": {
376                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
377                },
378                "Actions": {
379                    "$ref": "#/definitions/TemperatureActions",
380                    "description": "The available actions for this resource.",
381                    "longDescription": "This property shall contain the available actions for this resource.",
382                    "versionAdded": "v1_3_0"
383                },
384                "AdjustedMaxAllowableOperatingValue": {
385                    "description": "Adjusted maximum allowable operating temperature for this equipment based on the current environmental conditions present.",
386                    "longDescription": "This property shall indicate the adjusted maximum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination, and adjusted based on environmental conditions present.  For example, liquid inlet temperature can be adjusted based on the available liquid pressure.",
387                    "readonly": true,
388                    "type": [
389                        "integer",
390                        "null"
391                    ],
392                    "units": "Cel",
393                    "versionAdded": "v1_4_0"
394                },
395                "AdjustedMinAllowableOperatingValue": {
396                    "description": "Adjusted minimum allowable operating temperature for this equipment based on the current environmental conditions present.",
397                    "longDescription": "This property shall indicate the adjusted minimum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination, and adjusted based on environmental conditions present.  For example, liquid inlet temperature can be adjusted based on the available liquid pressure.",
398                    "readonly": true,
399                    "type": [
400                        "integer",
401                        "null"
402                    ],
403                    "units": "Cel",
404                    "versionAdded": "v1_4_0"
405                },
406                "DeltaPhysicalContext": {
407                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
408                    "description": "The area or device to which the `DeltaReadingCelsius` temperature measurement applies, relative to `PhysicalContext`.",
409                    "longDescription": "This property shall contain a description of the affected device or region within the chassis to which the `DeltaReadingCelsius` temperature measurement applies, relative to `PhysicalContext`.",
410                    "readonly": true,
411                    "versionAdded": "v1_4_0"
412                },
413                "DeltaReadingCelsius": {
414                    "description": "The delta temperature reading.",
415                    "longDescription": "This property shall contain the delta of the values of the temperature readings across this sensor and the sensor at `DeltaPhysicalContext`.",
416                    "readonly": true,
417                    "type": [
418                        "number",
419                        "null"
420                    ],
421                    "units": "Cel",
422                    "versionAdded": "v1_4_0"
423                },
424                "LowerThresholdCritical": {
425                    "description": "The value at which the reading is below normal range but not yet fatal.",
426                    "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is below the normal range but is not yet fatal.  The value of the property shall use the same units as the `ReadingCelsius` property.",
427                    "readonly": true,
428                    "type": [
429                        "number",
430                        "null"
431                    ],
432                    "units": "Cel"
433                },
434                "LowerThresholdFatal": {
435                    "description": "The value at which the reading is below normal range and fatal.",
436                    "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is below the normal range and is fatal.  The value of the property shall use the same units as the `ReadingCelsius` property.",
437                    "readonly": true,
438                    "type": [
439                        "number",
440                        "null"
441                    ],
442                    "units": "Cel"
443                },
444                "LowerThresholdNonCritical": {
445                    "description": "The value at which the reading is below normal range.",
446                    "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is below normal range.  The value of the property shall use the same units as the `ReadingCelsius` property.",
447                    "readonly": true,
448                    "type": [
449                        "number",
450                        "null"
451                    ],
452                    "units": "Cel"
453                },
454                "LowerThresholdUser": {
455                    "description": "The value at which the reading is below the user-defined range.",
456                    "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is below the user-defined range.  The value of the property shall use the same units as the `ReadingCelsius` property.  The value shall be equal to the value of `LowerThresholdNonCritical`, `LowerThresholdCritical`, or `LowerThresholdFatal`, unless set by a user.",
457                    "readonly": false,
458                    "type": [
459                        "integer",
460                        "null"
461                    ],
462                    "units": "Cel",
463                    "versionAdded": "v1_6_0"
464                },
465                "MaxAllowableOperatingValue": {
466                    "description": "Maximum allowable operating temperature for this equipment.",
467                    "longDescription": "This property shall indicate the maximum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination.",
468                    "readonly": true,
469                    "type": [
470                        "integer",
471                        "null"
472                    ],
473                    "units": "Cel",
474                    "versionAdded": "v1_4_0"
475                },
476                "MaxReadingRangeTemp": {
477                    "description": "Maximum value for this sensor.",
478                    "longDescription": "This property shall indicate the highest possible value for the `ReadingCelsius` property.  The value of the property shall use the same units as the `ReadingCelsius` property.",
479                    "readonly": true,
480                    "type": [
481                        "number",
482                        "null"
483                    ],
484                    "units": "Cel"
485                },
486                "MemberId": {
487                    "description": "The unique identifier for the member within an array.",
488                    "longDescription": "This property shall contain the unique identifier for this member within an array.  For services supporting Redfish v1.6 or higher, this value shall contain the zero-based array index.",
489                    "readonly": true,
490                    "type": "string"
491                },
492                "MinAllowableOperatingValue": {
493                    "description": "Minimum allowable operating temperature for this equipment.",
494                    "longDescription": "This property shall indicate the minimum allowable operating temperature for the equipment monitored by this temperature sensor, as specified by a standards body, manufacturer, or a combination.",
495                    "readonly": true,
496                    "type": [
497                        "integer",
498                        "null"
499                    ],
500                    "units": "Cel",
501                    "versionAdded": "v1_4_0"
502                },
503                "MinReadingRangeTemp": {
504                    "description": "Minimum value for this sensor.",
505                    "longDescription": "This property shall indicate the lowest possible value for the `ReadingCelsius` property.  The value of the property shall use the same units as the `ReadingCelsius` property.",
506                    "readonly": true,
507                    "type": [
508                        "number",
509                        "null"
510                    ],
511                    "units": "Cel"
512                },
513                "Name": {
514                    "description": "The temperature sensor name.",
515                    "longDescription": "This property shall contain the name of the temperature sensor.",
516                    "readonly": true,
517                    "type": [
518                        "string",
519                        "null"
520                    ]
521                },
522                "Oem": {
523                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
524                    "description": "The OEM extension property.",
525                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
526                },
527                "PhysicalContext": {
528                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
529                    "description": "The area or device to which this temperature measurement applies.",
530                    "longDescription": "This property shall contain a description of the affected device or region within the chassis to which this temperature applies.",
531                    "readonly": true
532                },
533                "ReadingCelsius": {
534                    "description": "The temperature (C).",
535                    "longDescription": "This property shall contain the temperature in degree Celsius units.",
536                    "readonly": true,
537                    "type": [
538                        "number",
539                        "null"
540                    ],
541                    "units": "Cel"
542                },
543                "RelatedItem": {
544                    "description": "An array of links to resources or objects that represent areas or devices to which this temperature applies.",
545                    "items": {
546                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
547                    },
548                    "longDescription": "This property shall contain an array of links to resources or objects that represent areas or devices to which this temperature applies.",
549                    "readonly": true,
550                    "type": "array"
551                },
552                "RelatedItem@odata.count": {
553                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
554                },
555                "SensorNumber": {
556                    "description": "The numerical identifier of the temperature sensor.",
557                    "longDescription": "This property shall contain a numerical identifier for this temperature sensor that is unique within this resource.",
558                    "readonly": true,
559                    "type": [
560                        "integer",
561                        "null"
562                    ]
563                },
564                "Status": {
565                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
566                    "description": "The status and health of the resource and its subordinate or dependent resources.",
567                    "longDescription": "This property shall contain any status or health properties of the resource."
568                },
569                "UpperThresholdCritical": {
570                    "description": "The value at which the reading is above normal range but not yet fatal.",
571                    "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is above the normal range but is not yet fatal.  The value of the property shall use the same units as the `ReadingCelsius` property.",
572                    "readonly": true,
573                    "type": [
574                        "number",
575                        "null"
576                    ],
577                    "units": "Cel"
578                },
579                "UpperThresholdFatal": {
580                    "description": "The value at which the reading is above normal range and fatal.",
581                    "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is above the normal range and is fatal.  The value of the property shall use the same units as the `ReadingCelsius` property.",
582                    "readonly": true,
583                    "type": [
584                        "number",
585                        "null"
586                    ],
587                    "units": "Cel"
588                },
589                "UpperThresholdNonCritical": {
590                    "description": "The value at which the reading is above normal range.",
591                    "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is above the normal range.  The value of the property shall use the same units as the `ReadingCelsius` property.",
592                    "readonly": true,
593                    "type": [
594                        "number",
595                        "null"
596                    ],
597                    "units": "Cel"
598                },
599                "UpperThresholdUser": {
600                    "description": "The value at which the reading is above the user-defined range.",
601                    "longDescription": "This property shall contain the value at which the `ReadingCelsius` property is above the user-defined range.  The value of the property shall use the same units as the `ReadingCelsius` property.  The value shall be equal to the value of `UpperThresholdNonCritical`, `UpperThresholdCritical`, or `UpperThresholdFatal`, unless set by a user.",
602                    "readonly": false,
603                    "type": [
604                        "integer",
605                        "null"
606                    ],
607                    "units": "Cel",
608                    "versionAdded": "v1_6_0"
609                }
610            },
611            "required": [
612                "@odata.id",
613                "MemberId"
614            ],
615            "type": "object"
616        },
617        "TemperatureActions": {
618            "additionalProperties": false,
619            "description": "The available actions for this resource.",
620            "longDescription": "This type shall contain the available actions for this resource.",
621            "patternProperties": {
622                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
623                    "description": "This property shall specify a valid odata or Redfish property.",
624                    "type": [
625                        "array",
626                        "boolean",
627                        "integer",
628                        "number",
629                        "null",
630                        "object",
631                        "string"
632                    ]
633                }
634            },
635            "properties": {
636                "Oem": {
637                    "$ref": "#/definitions/TemperatureOemActions",
638                    "description": "The available OEM-specific actions for this resource.",
639                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
640                    "versionAdded": "v1_3_0"
641                }
642            },
643            "type": "object"
644        },
645        "TemperatureOemActions": {
646            "additionalProperties": true,
647            "description": "The available OEM-specific actions for this resource.",
648            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
649            "patternProperties": {
650                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
651                    "description": "This property shall specify a valid odata or Redfish property.",
652                    "type": [
653                        "array",
654                        "boolean",
655                        "integer",
656                        "number",
657                        "null",
658                        "object",
659                        "string"
660                    ]
661                }
662            },
663            "properties": {},
664            "type": "object"
665        },
666        "Thermal": {
667            "additionalProperties": false,
668            "deprecated": "This schema has been deprecated in favor of the `ThermalSubsystem` schema.",
669            "description": "The `Therma`l schema describes temperature monitoring and thermal management subsystems, such as cooling fans, for a computer system or similar devices contained within a chassis.",
670            "longDescription": "This resource shall contain the thermal management properties for temperature monitoring and management of cooling fans for a Redfish implementation.",
671            "patternProperties": {
672                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
673                    "description": "This property shall specify a valid odata or Redfish property.",
674                    "type": [
675                        "array",
676                        "boolean",
677                        "integer",
678                        "number",
679                        "null",
680                        "object",
681                        "string"
682                    ]
683                }
684            },
685            "properties": {
686                "@odata.context": {
687                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
688                },
689                "@odata.etag": {
690                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
691                },
692                "@odata.id": {
693                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
694                },
695                "@odata.type": {
696                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
697                },
698                "Actions": {
699                    "$ref": "#/definitions/ThermalActions",
700                    "description": "The available actions for this resource.",
701                    "longDescription": "This property shall contain the available actions for this resource.",
702                    "versionAdded": "v1_3_0"
703                },
704                "Description": {
705                    "anyOf": [
706                        {
707                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
708                        },
709                        {
710                            "type": "null"
711                        }
712                    ],
713                    "readonly": true
714                },
715                "Fans": {
716                    "autoExpand": true,
717                    "description": "The set of fans for this chassis.",
718                    "items": {
719                        "$ref": "#/definitions/Fan"
720                    },
721                    "longDescription": "This property shall contain the set of fans for this chassis.",
722                    "readonly": false,
723                    "type": "array"
724                },
725                "Fans@odata.count": {
726                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
727                },
728                "Id": {
729                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
730                    "readonly": true
731                },
732                "Name": {
733                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
734                    "readonly": true
735                },
736                "Oem": {
737                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
738                    "description": "The OEM extension property.",
739                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
740                },
741                "Redundancy": {
742                    "autoExpand": true,
743                    "description": "The redundancy information for the set of fans in this chassis.",
744                    "items": {
745                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/Redundancy"
746                    },
747                    "longDescription": "This property shall contain redundancy information for the fans in this chassis.",
748                    "type": "array"
749                },
750                "Redundancy@odata.count": {
751                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
752                },
753                "Status": {
754                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
755                    "description": "The status and health of the resource and its subordinate or dependent resources.",
756                    "longDescription": "This property shall contain any status or health properties of the resource."
757                },
758                "Temperatures": {
759                    "autoExpand": true,
760                    "description": "The set of temperature sensors for this chassis.",
761                    "items": {
762                        "$ref": "#/definitions/Temperature"
763                    },
764                    "longDescription": "This property shall contain the set of temperature sensors for this chassis.",
765                    "readonly": false,
766                    "type": "array"
767                },
768                "Temperatures@odata.count": {
769                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
770                }
771            },
772            "required": [
773                "@odata.id",
774                "@odata.type",
775                "Id",
776                "Name"
777            ],
778            "type": "object",
779            "versionDeprecated": "v1_7_0"
780        },
781        "ThermalActions": {
782            "additionalProperties": false,
783            "description": "The available actions for this resource.",
784            "longDescription": "This type shall contain the available actions for this resource.",
785            "patternProperties": {
786                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
787                    "description": "This property shall specify a valid odata or Redfish property.",
788                    "type": [
789                        "array",
790                        "boolean",
791                        "integer",
792                        "number",
793                        "null",
794                        "object",
795                        "string"
796                    ]
797                }
798            },
799            "properties": {
800                "Oem": {
801                    "$ref": "#/definitions/ThermalOemActions",
802                    "description": "The available OEM-specific actions for this resource.",
803                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
804                    "versionAdded": "v1_3_0"
805                }
806            },
807            "type": "object"
808        },
809        "ThermalOemActions": {
810            "additionalProperties": true,
811            "description": "The available OEM-specific actions for this resource.",
812            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
813            "patternProperties": {
814                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
815                    "description": "This property shall specify a valid odata or Redfish property.",
816                    "type": [
817                        "array",
818                        "boolean",
819                        "integer",
820                        "number",
821                        "null",
822                        "object",
823                        "string"
824                    ]
825                }
826            },
827            "properties": {},
828            "type": "object"
829        }
830    },
831    "language": "en",
832    "owningEntity": "DMTF",
833    "release": "2020.4",
834    "title": "#Thermal.v1_7_3.Thermal"
835}