{
    "$id": "http://redfish.dmtf.org/schemas/v1/ThermalEquipment.json",
    "$ref": "#/definitions/ThermalEquipment",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2026 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "ThermalEquipment": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalEquipment.v1_0_2.json#/definitions/ThermalEquipment"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalEquipment.v1_1_2.json#/definitions/ThermalEquipment"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalEquipment.v1_2_0.json#/definitions/ThermalEquipment"
                }
            ],
            "deletable": false,
            "description": "The `ThermalEquipment` schema represents the set of cooling equipment managed by a Redfish service.",
            "insertable": false,
            "longDescription": "This resource shall represent the set of cooling equipment for a Redfish implementation.",
            "updatable": false,
            "uris": [
                "/redfish/v1/ThermalEquipment"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#ThermalEquipment.ThermalEquipment"
}