{
    "$id": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.json",
    "$ref": "#/definitions/MemoryDomain",
    "$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": {
        "MemoryDomain": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.v1_0_6.json#/definitions/MemoryDomain"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.v1_1_5.json#/definitions/MemoryDomain"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.v1_2_4.json#/definitions/MemoryDomain"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.v1_3_1.json#/definitions/MemoryDomain"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.v1_4_1.json#/definitions/MemoryDomain"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomain.v1_5_1.json#/definitions/MemoryDomain"
                }
            ],
            "deletable": false,
            "description": "The `MemoryDomain` schema describes a memory domain and its configuration.  Memory domains indicate to the client which memory, or DIMMs, can be grouped together in memory chunks to represent addressable memory.",
            "insertable": false,
            "longDescription": "This resource shall represent memory domains in a Redfish implementation.",
            "updatable": false,
            "uris": [
                "/redfish/v1/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}",
                "/redfish/v1/Chassis/{ChassisId}/MemoryDomains/{MemoryDomainId}",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/MemoryDomains/{MemoryDomainId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#MemoryDomain.MemoryDomain"
}