{
    "$id": "http://redfish.dmtf.org/schemas/v1/Pump.json",
    "$ref": "#/definitions/Pump",
    "$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": {
        "Pump": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Pump.v1_0_2.json#/definitions/Pump"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Pump.v1_1_0.json#/definitions/Pump"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Pump.v1_2_0.json#/definitions/Pump"
                }
            ],
            "deletable": false,
            "description": "The `Pump` schema describes a pump unit for a cooling system or similar device.",
            "insertable": false,
            "longDescription": "This resource shall represent the management properties for monitoring and management of pumps for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Pumps/{PumpId}",
                "/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Pumps/{PumpId}",
                "/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Pumps/{PumpId}",
                "/redfish/v1/ThermalEquipment/RPUs/{CoolingUnitId}/Pumps/{PumpId}",
                "/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Pumps/{PumpId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Pump.Pump"
}