{
    "$id": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.json",
    "$ref": "#/definitions/PowerDistribution",
    "$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": {
        "PowerDistribution": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.v1_0_9.json#/definitions/PowerDistribution"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.v1_1_6.json#/definitions/PowerDistribution"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.v1_2_6.json#/definitions/PowerDistribution"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.v1_3_4.json#/definitions/PowerDistribution"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.v1_4_0.json#/definitions/PowerDistribution"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.v1_5_0.json#/definitions/PowerDistribution"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.v1_6_0.json#/definitions/PowerDistribution"
                }
            ],
            "deletable": false,
            "description": "The `PowerDistribution` schema contains the definitions for a power distribution component or unit, such as a floor power distribution unit (PDU) or switchgear.",
            "insertable": false,
            "longDescription": "This resource shall represent a power distribution component or unit for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/PowerEquipment/RackPDUs/{PowerDistributionId}",
                "/redfish/v1/PowerEquipment/FloorPDUs/{PowerDistributionId}",
                "/redfish/v1/PowerEquipment/TransferSwitches/{PowerDistributionId}",
                "/redfish/v1/PowerEquipment/PowerShelves/{PowerDistributionId}",
                "/redfish/v1/PowerEquipment/Switchgear/{PowerDistributionId}",
                "/redfish/v1/PowerEquipment/ElectricalBuses/{PowerDistributionId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#PowerDistribution.PowerDistribution"
}