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