#PowerDomain.v1_2_2.PowerDomain

Schema Definition

{
    "$id": "PowerDomain.v1_2_2.json",
    "$ref": "#/definitions/PowerDomain",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "PowerDomain": {
            "description": "The `PowerDomain` schema contains the definition for the DCIM power domain.",
            "longDescription": "This resource shall represent a DCIM power domain for a Redfish implementation.",
            "patternProperties": {
                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
                    "description": "This property shall specify a valid odata or Redfish property.",
                    "type": [
                        "array",
                        "boolean",
                        "integer",
                        "number",
                        "null",
                        "object",
                        "string"
                    ]
                }
            },
            "properties": {
                "@odata.context": {
                    "$ref": "odata-v4.json#/definitions/context"
                },
                "@odata.etag": {
                    "$ref": "odata-v4.json#/definitions/etag"
                },
                "@odata.id": {
                    "$ref": "odata-v4.json#/definitions/id"
                },
                "@odata.type": {
                    "$ref": "odata-v4.json#/definitions/type"
                },
                "Description": {
                    "anyOf": [
                        {
                            "$ref": "Resource.json#/definitions/Description"
                        },
                        {
                            "type": "null"
                        }
                    ],
                    "readonly": true
                },
                "Id": {
                    "$ref": "Resource.json#/definitions/Id",
                    "readonly": true
                },
                "Name": {
                    "$ref": "Resource.json#/definitions/Name",
                    "readonly": true
                },
                "Oem": {
                    "$ref": "Resource.json#/definitions/Oem",
                    "description": "The OEM extension property.",
                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
                },
                "Status": {
                    "$ref": "Resource.json#/definitions/Status",
                    "description": "The status and health of the resource and its subordinate or dependent resources.",
                    "longDescription": "This property shall contain any status or health properties of the resource."
                }
            },
            "required": [
                "@odata.id",
                "@odata.type",
                "Id"
            ],
            "type": "object"
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "release": "2021.3",
    "title": "#PowerDomain.v1_2_2.PowerDomain"
}

Download

Download #PowerDomain.v1_2_2.PowerDomain