{
    "$id": "http://redfish.dmtf.org/schemas/v1/Memory.json",
    "$ref": "#/definitions/Memory",
    "$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": {
        "Memory": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_0_14.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_1_13.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_2_12.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_3_12.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_4_12.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_5_11.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_6_10.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_7_9.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_8_7.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_9_7.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_10_4.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_11_3.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_12_3.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_13_4.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_14_3.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_15_3.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_16_3.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_17_4.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_18_2.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_19_1.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_20_0.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_21_0.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_22_0.json#/definitions/Memory"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Memory.v1_23_0.json#/definitions/Memory"
                }
            ],
            "deletable": false,
            "description": "The `Memory` schema represents a memory device, such as a DIMM, and its configuration.  It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.",
            "insertable": false,
            "longDescription": "This resource shall represent a memory device in a Redfish implementation.  It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}",
                "/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/CacheMemory/{MemoryId}",
                "/redfish/v1/Chassis/{ChassisId}/Memory/{MemoryId}",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Memory/{MemoryId}",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Memory/{MemoryId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Memory.Memory"
}