{
    "$id": "http://redfish.dmtf.org/schemas/v1/PowerEquipment.json",
    "$ref": "#/definitions/PowerEquipment",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "PowerEquipment": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerEquipment.v1_0_3.json#/definitions/PowerEquipment"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerEquipment.v1_1_3.json#/definitions/PowerEquipment"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerEquipment.v1_2_3.json#/definitions/PowerEquipment"
                }
            ],
            "deletable": false,
            "description": "The `PowerEquipment` schema represents the set of power equipment managed by a Redfish service.",
            "insertable": false,
            "longDescription": "This resource shall represent the set of power equipment for a Redfish implementation.",
            "updatable": false,
            "uris": [
                "/redfish/v1/PowerEquipment"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#PowerEquipment.PowerEquipment"
}