{
    "$id": "http://redfish.dmtf.org/schemas/v1/Power.json",
    "$ref": "#/definitions/Power",
    "$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": {
        "Power": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Power.v1_0_15.json#/definitions/Power"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Power.v1_1_13.json#/definitions/Power"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Power.v1_2_13.json#/definitions/Power"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Power.v1_3_11.json#/definitions/Power"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Power.v1_4_10.json#/definitions/Power"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Power.v1_5_9.json#/definitions/Power"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Power.v1_6_5.json#/definitions/Power"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Power.v1_7_3.json#/definitions/Power"
                }
            ],
            "deletable": false,
            "deprecated": "This schema has been deprecated in favor of the `PowerSubsystem` schema.",
            "description": "The `Power` schema describes power metrics and represents the properties for power consumption and power limiting.",
            "insertable": false,
            "longDescription": "This resource shall contain the power metrics for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Chassis/{ChassisId}/Power"
            ],
            "urisDeprecated": [
                "/redfish/v1/Chassis/{ChassisId}/Power"
            ],
            "versionDeprecated": "v1_7_0"
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Power.Power"
}