{
    "$id": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.json",
    "$ref": "#/definitions/CoolingLoop",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "Coolant": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.v1_0_3.json#/definitions/Coolant"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.v1_1_0.json#/definitions/Coolant"
                }
            ],
            "description": "This type describes coolant.",
            "longDescription": "This type shall describe the coolant used with a device."
        },
        "CoolingLoop": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.v1_0_3.json#/definitions/CoolingLoop"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.v1_1_0.json#/definitions/CoolingLoop"
                }
            ],
            "deletable": false,
            "description": "The `CoolingLoop` schema describes a cooling loop.  A cooling loop might be any coolant-carrying vessel, such as facility-level pipework, an immersion cooling tank, or a manifold.  A loop might describe its connectors and instrumentation but does not generally include active cooling components or subsystems.",
            "insertable": false,
            "longDescription": "This resource shall represent a cooling loop for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/ThermalEquipment/CoolingLoops/{CoolingLoopId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#CoolingLoop.CoolingLoop"
}