1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/ThermalEquipment.v1_1_2.json",
3    "$ref": "#/definitions/ThermalEquipment",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "Oem": {
27                    "$ref": "#/definitions/OemActions",
28                    "description": "The available OEM-specific actions for this resource.",
29                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
30                }
31            },
32            "type": "object"
33        },
34        "OemActions": {
35            "additionalProperties": true,
36            "description": "The available OEM-specific actions for this resource.",
37            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
38            "patternProperties": {
39                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40                    "description": "This property shall specify a valid odata or Redfish property.",
41                    "type": [
42                        "array",
43                        "boolean",
44                        "integer",
45                        "number",
46                        "null",
47                        "object",
48                        "string"
49                    ]
50                }
51            },
52            "properties": {},
53            "type": "object"
54        },
55        "ThermalEquipment": {
56            "additionalProperties": false,
57            "description": "The `ThermalEquipment` schema represents the set of cooling equipment managed by a Redfish service.",
58            "longDescription": "This resource shall represent the set of cooling equipment for a Redfish implementation.",
59            "patternProperties": {
60                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
61                    "description": "This property shall specify a valid odata or Redfish property.",
62                    "type": [
63                        "array",
64                        "boolean",
65                        "integer",
66                        "number",
67                        "null",
68                        "object",
69                        "string"
70                    ]
71                }
72            },
73            "properties": {
74                "@odata.context": {
75                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
76                },
77                "@odata.etag": {
78                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
79                },
80                "@odata.id": {
81                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
82                },
83                "@odata.type": {
84                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
85                },
86                "Actions": {
87                    "$ref": "#/definitions/Actions",
88                    "description": "The available actions for this resource.",
89                    "longDescription": "This property shall contain the available actions for this resource."
90                },
91                "CDUs": {
92                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingUnitCollection.json#/definitions/CoolingUnitCollection",
93                    "description": "A link to a collection of coolant distribution units.",
94                    "longDescription": "This property shall contain a link to a resource collection of type `CoolingUnitCollection` that contains a set of coolant distribution units.",
95                    "readonly": true
96                },
97                "CoolingLoopRedundancy": {
98                    "description": "The redundancy information for cooling loops attached to this equipment.",
99                    "items": {
100                        "$ref": "http://redfish.dmtf.org/schemas/v1/Redundancy.json#/definitions/RedundantGroup"
101                    },
102                    "longDescription": "This property shall contain redundancy information for the set of cooling loops attached to this equipment.  The values of the `RedundancyGroup` array shall reference resources of type `CoolingLoop`.",
103                    "type": "array",
104                    "versionAdded": "v1_1_0"
105                },
106                "CoolingLoops": {
107                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoopCollection.json#/definitions/CoolingLoopCollection",
108                    "description": "A link to a collection of cooling loops.",
109                    "longDescription": "This property shall contain a link to a resource collection of type `CoolingLoopCollection` that contains the set of cooling loops managed by the service.",
110                    "readonly": true
111                },
112                "Description": {
113                    "anyOf": [
114                        {
115                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
116                        },
117                        {
118                            "type": "null"
119                        }
120                    ],
121                    "readonly": true
122                },
123                "HeatExchangers": {
124                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingUnitCollection.json#/definitions/CoolingUnitCollection",
125                    "description": "A link to a collection of heat exchanger units.",
126                    "longDescription": "This property shall contain a link to a resource collection of type `CoolingUnitCollection` that contains a set of heat exchanger units.",
127                    "readonly": true
128                },
129                "Id": {
130                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
131                    "readonly": true
132                },
133                "ImmersionUnits": {
134                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingUnitCollection.json#/definitions/CoolingUnitCollection",
135                    "description": "A link to a collection of immersion cooling units.",
136                    "longDescription": "This property shall contain a link to a resource collection of type `CoolingUnitCollection` that contains a set of immersion cooling units.",
137                    "readonly": true
138                },
139                "Name": {
140                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
141                    "readonly": true
142                },
143                "Oem": {
144                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
145                    "description": "The OEM extension property.",
146                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
147                },
148                "Status": {
149                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
150                    "description": "The status and health of the resource and its subordinate or dependent resources.",
151                    "longDescription": "This property shall contain any status or health properties of the resource."
152                }
153            },
154            "required": [
155                "@odata.id",
156                "@odata.type",
157                "Id",
158                "Name"
159            ],
160            "type": "object"
161        }
162    },
163    "language": "en",
164    "owningEntity": "DMTF",
165    "release": "2023.2",
166    "title": "#ThermalEquipment.v1_1_2.ThermalEquipment"
167}