{
    "$id": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.json",
    "$ref": "#/definitions/ThermalSubsystem",
    "$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": {
        "ThermalSubsystem": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_0_2.json#/definitions/ThermalSubsystem"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_1_2.json#/definitions/ThermalSubsystem"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_2_2.json#/definitions/ThermalSubsystem"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_3_3.json#/definitions/ThermalSubsystem"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_4_0.json#/definitions/ThermalSubsystem"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.v1_5_0.json#/definitions/ThermalSubsystem"
                }
            ],
            "deletable": false,
            "description": "The `ThermalSubsystem` schema contains the definition for the thermal subsystem of a chassis.",
            "insertable": false,
            "longDescription": "This resource shall represent a thermal subsystem for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#ThermalSubsystem.ThermalSubsystem"
}