{
    "$id": "http://redfish.dmtf.org/schemas/v1/Thermal.json",
    "$ref": "#/definitions/Thermal",
    "$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": {
        "Thermal": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_0_14.json#/definitions/Thermal"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_1_12.json#/definitions/Thermal"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_2_11.json#/definitions/Thermal"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_3_10.json#/definitions/Thermal"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_4_9.json#/definitions/Thermal"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_5_8.json#/definitions/Thermal"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_6_5.json#/definitions/Thermal"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.v1_7_3.json#/definitions/Thermal"
                }
            ],
            "deletable": false,
            "deprecated": "This schema has been deprecated in favor of the `ThermalSubsystem` schema.",
            "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.",
            "insertable": false,
            "longDescription": "This resource shall contain the thermal management properties for temperature monitoring and management of cooling fans for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Chassis/{ChassisId}/Thermal"
            ],
            "urisDeprecated": [
                "/redfish/v1/Chassis/{ChassisId}/Thermal"
            ],
            "versionDeprecated": "v1_7_0"
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Thermal.Thermal"
}