{
    "$id": "http://redfish.dmtf.org/schemas/v1/Battery.json",
    "$ref": "#/definitions/Battery",
    "$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": {
        "Battery": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Battery.v1_0_5.json#/definitions/Battery"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Battery.v1_1_4.json#/definitions/Battery"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Battery.v1_2_4.json#/definitions/Battery"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Battery.v1_3_1.json#/definitions/Battery"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Battery.v1_4_0.json#/definitions/Battery"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Battery.v1_5_0.json#/definitions/Battery"
                }
            ],
            "deletable": false,
            "description": "The `Battery` schema describes a unit of energy storage, including batteries and supercapacitors, used to provide systems or components within a system with power during a power-loss event or to store energy for later use.  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 an energy storage device for a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed if the `State` property within the `Status` property contains `Absent`.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Chassis/{ChassisId}/PowerSubsystem/Batteries/{BatteryId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Battery.Battery"
}