{
    "$id": "http://redfish.dmtf.org/schemas/v1/CompositionReservation.json",
    "$ref": "#/definitions/CompositionReservation",
    "$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": {
        "CompositionReservation": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/CompositionReservation.v1_0_2.json#/definitions/CompositionReservation"
                }
            ],
            "deletable": true,
            "description": "The `CompositionReservation` schema contains reservation information related to the `Compose` action defined in the `CompositionService` resource when the `RequestType` parameter contains the value `PreviewReserve`.",
            "insertable": false,
            "longDescription": "This resource represents the composition reservation of the composition service for a Redfish implementation.",
            "updatable": false,
            "uris": [
                "/redfish/v1/CompositionService/CompositionReservations/{CompositionReservationId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#CompositionReservation.CompositionReservation"
}