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