{
    "$id": "http://redfish.dmtf.org/schemas/v1/MemoryExtent.json",
    "$ref": "#/definitions/MemoryExtent",
    "$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": {
        "MemoryExtent": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryExtent.v1_0_0.json#/definitions/MemoryExtent"
                }
            ],
            "deletable": true,
            "description": "The `MemoryExtent` schema contains definition of a CXL dynamic capacity memory extent and its configuration.",
            "insertable": false,
            "longDescription": "This resource shall represent a CXL dynamic capacity memory extent in a Redfish implementation.",
            "updatable": false,
            "uris": [
                "/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/MemoryExtents/{MemoryExtentId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#MemoryExtent.MemoryExtent"
}