1c6d7a45dSGunnar Mills{
2c6d7a45dSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_4_0.json",
3c6d7a45dSGunnar Mills    "$ref": "#/definitions/ThermalSubsystem",
4c6d7a45dSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5c6d7a45dSGunnar Mills    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6c6d7a45dSGunnar Mills    "definitions": {
7c6d7a45dSGunnar Mills        "Actions": {
8c6d7a45dSGunnar Mills            "additionalProperties": false,
9c6d7a45dSGunnar Mills            "description": "The available actions for this resource.",
10c6d7a45dSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11c6d7a45dSGunnar Mills            "patternProperties": {
12c6d7a45dSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13c6d7a45dSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14c6d7a45dSGunnar Mills                    "type": [
15c6d7a45dSGunnar Mills                        "array",
16c6d7a45dSGunnar Mills                        "boolean",
17c6d7a45dSGunnar Mills                        "integer",
18c6d7a45dSGunnar Mills                        "number",
19c6d7a45dSGunnar Mills                        "null",
20c6d7a45dSGunnar Mills                        "object",
21c6d7a45dSGunnar Mills                        "string"
22c6d7a45dSGunnar Mills                    ]
23c6d7a45dSGunnar Mills                }
24c6d7a45dSGunnar Mills            },
25c6d7a45dSGunnar Mills            "properties": {
26c6d7a45dSGunnar Mills                "Oem": {
27c6d7a45dSGunnar Mills                    "$ref": "#/definitions/OemActions",
28c6d7a45dSGunnar Mills                    "description": "This property contains the available OEM-specific actions for this resource.",
29c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain any additional OEM actions for this resource."
30c6d7a45dSGunnar Mills                }
31c6d7a45dSGunnar Mills            },
32c6d7a45dSGunnar Mills            "type": "object"
33c6d7a45dSGunnar Mills        },
34c6d7a45dSGunnar Mills        "OemActions": {
35c6d7a45dSGunnar Mills            "additionalProperties": true,
36c6d7a45dSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
37c6d7a45dSGunnar Mills            "longDescription": "This type shall contain any additional OEM actions for this resource.",
38c6d7a45dSGunnar Mills            "patternProperties": {
39c6d7a45dSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40c6d7a45dSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
41c6d7a45dSGunnar Mills                    "type": [
42c6d7a45dSGunnar Mills                        "array",
43c6d7a45dSGunnar Mills                        "boolean",
44c6d7a45dSGunnar Mills                        "integer",
45c6d7a45dSGunnar Mills                        "number",
46c6d7a45dSGunnar Mills                        "null",
47c6d7a45dSGunnar Mills                        "object",
48c6d7a45dSGunnar Mills                        "string"
49c6d7a45dSGunnar Mills                    ]
50c6d7a45dSGunnar Mills                }
51c6d7a45dSGunnar Mills            },
52c6d7a45dSGunnar Mills            "properties": {},
53c6d7a45dSGunnar Mills            "type": "object"
54c6d7a45dSGunnar Mills        },
55c6d7a45dSGunnar Mills        "ThermalSubsystem": {
56c6d7a45dSGunnar Mills            "additionalProperties": false,
57c6d7a45dSGunnar Mills            "description": "The `ThermalSubsystem` schema contains the definition for the thermal subsystem of a chassis.",
58c6d7a45dSGunnar Mills            "longDescription": "This resource shall represent a thermal subsystem for a Redfish implementation.",
59c6d7a45dSGunnar Mills            "patternProperties": {
60c6d7a45dSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
61c6d7a45dSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
62c6d7a45dSGunnar Mills                    "type": [
63c6d7a45dSGunnar Mills                        "array",
64c6d7a45dSGunnar Mills                        "boolean",
65c6d7a45dSGunnar Mills                        "integer",
66c6d7a45dSGunnar Mills                        "number",
67c6d7a45dSGunnar Mills                        "null",
68c6d7a45dSGunnar Mills                        "object",
69c6d7a45dSGunnar Mills                        "string"
70c6d7a45dSGunnar Mills                    ]
71c6d7a45dSGunnar Mills                }
72c6d7a45dSGunnar Mills            },
73c6d7a45dSGunnar Mills            "properties": {
74c6d7a45dSGunnar Mills                "@odata.context": {
75c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
76c6d7a45dSGunnar Mills                },
77c6d7a45dSGunnar Mills                "@odata.etag": {
78c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
79c6d7a45dSGunnar Mills                },
80c6d7a45dSGunnar Mills                "@odata.id": {
81c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
82c6d7a45dSGunnar Mills                },
83c6d7a45dSGunnar Mills                "@odata.type": {
84c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
85c6d7a45dSGunnar Mills                },
86c6d7a45dSGunnar Mills                "Actions": {
87c6d7a45dSGunnar Mills                    "$ref": "#/definitions/Actions",
88c6d7a45dSGunnar Mills                    "description": "The available actions for this resource.",
89c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
90c6d7a45dSGunnar Mills                },
91c6d7a45dSGunnar Mills                "CoolantConnectorRedundancy": {
92c6d7a45dSGunnar Mills                    "description": "The redundancy information for the coolant connectors in this subsystem.",
93c6d7a45dSGunnar Mills                    "items": {
94c6d7a45dSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup"
95c6d7a45dSGunnar Mills                    },
96c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain redundancy information for the set of coolant connectors attached to this equipment.  The values of the `RedundancyGroup` array shall reference resources of type `CoolantConnector`.",
97c6d7a45dSGunnar Mills                    "type": "array",
98c6d7a45dSGunnar Mills                    "versionAdded": "v1_3_0"
99c6d7a45dSGunnar Mills                },
100c6d7a45dSGunnar Mills                "CoolantConnectors": {
101c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolantConnectorCollection.json#/definitions/CoolantConnectorCollection",
102c6d7a45dSGunnar Mills                    "description": "A link to the coolant connectors for this equipment.",
103c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `CoolantConnectorCollection` that contains the coolant connectors for this equipment.",
104c6d7a45dSGunnar Mills                    "readonly": true,
105c6d7a45dSGunnar Mills                    "versionAdded": "v1_2_0"
106c6d7a45dSGunnar Mills                },
107c6d7a45dSGunnar Mills                "Description": {
108c6d7a45dSGunnar Mills                    "anyOf": [
109c6d7a45dSGunnar Mills                        {
110c6d7a45dSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
111c6d7a45dSGunnar Mills                        },
112c6d7a45dSGunnar Mills                        {
113c6d7a45dSGunnar Mills                            "type": "null"
114c6d7a45dSGunnar Mills                        }
115c6d7a45dSGunnar Mills                    ],
116c6d7a45dSGunnar Mills                    "readonly": true
117c6d7a45dSGunnar Mills                },
118c6d7a45dSGunnar Mills                "FanRedundancy": {
119c6d7a45dSGunnar Mills                    "description": "The redundancy information for the groups of fans in this subsystem.",
120c6d7a45dSGunnar Mills                    "items": {
121c6d7a45dSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup"
122c6d7a45dSGunnar Mills                    },
123c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain redundancy information for the groups of fans in this subsystem.",
124c6d7a45dSGunnar Mills                    "type": "array"
125c6d7a45dSGunnar Mills                },
126c6d7a45dSGunnar Mills                "Fans": {
127c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/FanCollection.json#/definitions/FanCollection",
128c6d7a45dSGunnar Mills                    "description": "The link to the collection of fans within this subsystem.",
129c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `FanCollection`.",
130c6d7a45dSGunnar Mills                    "readonly": true
131c6d7a45dSGunnar Mills                },
132c6d7a45dSGunnar Mills                "Filters": {
133c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/FilterCollection.json#/definitions/FilterCollection",
134c6d7a45dSGunnar Mills                    "description": "A link to the filters for this equipment.",
135c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `FilterCollection` that contains the filters for this equipment.",
136c6d7a45dSGunnar Mills                    "readonly": true,
137c6d7a45dSGunnar Mills                    "versionAdded": "v1_4_0"
138c6d7a45dSGunnar Mills                },
139c6d7a45dSGunnar Mills                "Heaters": {
140c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/HeaterCollection.json#/definitions/HeaterCollection",
141c6d7a45dSGunnar Mills                    "description": "The link to the collection of heaters within this subsystem.",
142c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `HeaterCollection`.",
143c6d7a45dSGunnar Mills                    "readonly": true,
144c6d7a45dSGunnar Mills                    "versionAdded": "v1_1_0"
145c6d7a45dSGunnar Mills                },
146c6d7a45dSGunnar Mills                "Id": {
147c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
148c6d7a45dSGunnar Mills                    "readonly": true
149c6d7a45dSGunnar Mills                },
150c6d7a45dSGunnar Mills                "LeakDetection": {
151c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/LeakDetection.json#/definitions/LeakDetection",
152c6d7a45dSGunnar Mills                    "description": "The link to the leak detection system within this chassis.",
153c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `LeakDetection`.  This link should be used when the leak detection capabilities are tied to, or are internal to, a particular `Chassis`.  For detection capabilities that are tied to a `CoolingUnit` resource, which may span multiple `Chassis` resources, populating the `LeakDetection` resource under `CoolingUnit` for the relevant equipment is the preferred approach.",
154c6d7a45dSGunnar Mills                    "readonly": true,
155c6d7a45dSGunnar Mills                    "versionAdded": "v1_3_0"
156c6d7a45dSGunnar Mills                },
157c6d7a45dSGunnar Mills                "Name": {
158c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
159c6d7a45dSGunnar Mills                    "readonly": true
160c6d7a45dSGunnar Mills                },
161c6d7a45dSGunnar Mills                "Oem": {
162c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
163c6d7a45dSGunnar Mills                    "description": "The OEM extension property.",
164c6d7a45dSGunnar 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."
165c6d7a45dSGunnar Mills                },
166c6d7a45dSGunnar Mills                "Pumps": {
167c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PumpCollection.json#/definitions/PumpCollection",
168c6d7a45dSGunnar Mills                    "description": "A link to the pumps for this equipment.",
169c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `PumpCollection` that contains details for the pumps included in this equipment.",
170c6d7a45dSGunnar Mills                    "readonly": true,
171c6d7a45dSGunnar Mills                    "versionAdded": "v1_3_0"
172c6d7a45dSGunnar Mills                },
173c6d7a45dSGunnar Mills                "Status": {
174c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
175c6d7a45dSGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
176c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
177c6d7a45dSGunnar Mills                },
178c6d7a45dSGunnar Mills                "ThermalMetrics": {
179c6d7a45dSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalMetrics.json#/definitions/ThermalMetrics",
180c6d7a45dSGunnar Mills                    "description": "The link to the summary of thermal metrics for this subsystem.",
181c6d7a45dSGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `ThermalMetrics`.",
182c6d7a45dSGunnar Mills                    "readonly": true
183c6d7a45dSGunnar Mills                }
184c6d7a45dSGunnar Mills            },
185c6d7a45dSGunnar Mills            "required": [
186c6d7a45dSGunnar Mills                "@odata.id",
187c6d7a45dSGunnar Mills                "@odata.type",
188c6d7a45dSGunnar Mills                "Id",
189c6d7a45dSGunnar Mills                "Name"
190c6d7a45dSGunnar Mills            ],
191c6d7a45dSGunnar Mills            "type": "object"
192c6d7a45dSGunnar Mills        }
193c6d7a45dSGunnar Mills    },
194c6d7a45dSGunnar Mills    "language": "en",
195c6d7a45dSGunnar Mills    "owningEntity": "DMTF",
196c6d7a45dSGunnar Mills    "release": "2025.2",
197c6d7a45dSGunnar Mills    "title": "#ThermalSubsystem.v1_4_0.ThermalSubsystem"
198c6d7a45dSGunnar Mills}