{
    "$id": "http://redfish.dmtf.org/schemas/v1/Fan.json",
    "$ref": "#/definitions/Fan",
    "$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": {
        "Fan": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.v1_0_5.json#/definitions/Fan"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.v1_1_4.json#/definitions/Fan"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.v1_2_3.json#/definitions/Fan"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.v1_3_3.json#/definitions/Fan"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.v1_4_2.json#/definitions/Fan"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.v1_5_2.json#/definitions/Fan"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.v1_6_0.json#/definitions/Fan"
                }
            ],
            "deletable": false,
            "description": "The `Fan` schema describes a cooling fan unit for a computer system or similar devices contained within a chassis.  It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.",
            "insertable": false,
            "longDescription": "This resource shall represent a cooling fan for a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Fans/{FanId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Fan.Fan"
}