1*f2a8e57eSGunnar Mills{
2*f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/CompositionReservation.v1_0_2.json",
3*f2a8e57eSGunnar Mills    "$ref": "#/definitions/CompositionReservation",
4*f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*f2a8e57eSGunnar Mills    "definitions": {
7*f2a8e57eSGunnar Mills        "Actions": {
8*f2a8e57eSGunnar Mills            "additionalProperties": false,
9*f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*f2a8e57eSGunnar Mills            "patternProperties": {
12*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*f2a8e57eSGunnar Mills                    "type": [
15*f2a8e57eSGunnar Mills                        "array",
16*f2a8e57eSGunnar Mills                        "boolean",
17*f2a8e57eSGunnar Mills                        "integer",
18*f2a8e57eSGunnar Mills                        "number",
19*f2a8e57eSGunnar Mills                        "null",
20*f2a8e57eSGunnar Mills                        "object",
21*f2a8e57eSGunnar Mills                        "string"
22*f2a8e57eSGunnar Mills                    ]
23*f2a8e57eSGunnar Mills                }
24*f2a8e57eSGunnar Mills            },
25*f2a8e57eSGunnar Mills            "properties": {
26*f2a8e57eSGunnar Mills                "Oem": {
27*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
28*f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
30*f2a8e57eSGunnar Mills                }
31*f2a8e57eSGunnar Mills            },
32*f2a8e57eSGunnar Mills            "type": "object"
33*f2a8e57eSGunnar Mills        },
34*f2a8e57eSGunnar Mills        "CompositionReservation": {
35*f2a8e57eSGunnar Mills            "additionalProperties": false,
36*f2a8e57eSGunnar Mills            "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`.",
37*f2a8e57eSGunnar Mills            "longDescription": "This resource represents the composition reservation of the composition service for a Redfish implementation.",
38*f2a8e57eSGunnar Mills            "patternProperties": {
39*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
41*f2a8e57eSGunnar Mills                    "type": [
42*f2a8e57eSGunnar Mills                        "array",
43*f2a8e57eSGunnar Mills                        "boolean",
44*f2a8e57eSGunnar Mills                        "integer",
45*f2a8e57eSGunnar Mills                        "number",
46*f2a8e57eSGunnar Mills                        "null",
47*f2a8e57eSGunnar Mills                        "object",
48*f2a8e57eSGunnar Mills                        "string"
49*f2a8e57eSGunnar Mills                    ]
50*f2a8e57eSGunnar Mills                }
51*f2a8e57eSGunnar Mills            },
52*f2a8e57eSGunnar Mills            "properties": {
53*f2a8e57eSGunnar Mills                "@odata.context": {
54*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
55*f2a8e57eSGunnar Mills                },
56*f2a8e57eSGunnar Mills                "@odata.etag": {
57*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
58*f2a8e57eSGunnar Mills                },
59*f2a8e57eSGunnar Mills                "@odata.id": {
60*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
61*f2a8e57eSGunnar Mills                },
62*f2a8e57eSGunnar Mills                "@odata.type": {
63*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64*f2a8e57eSGunnar Mills                },
65*f2a8e57eSGunnar Mills                "Actions": {
66*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
67*f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
68*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
69*f2a8e57eSGunnar Mills                },
70*f2a8e57eSGunnar Mills                "Client": {
71*f2a8e57eSGunnar Mills                    "description": "The client that owns the reservation.",
72*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the client that owns the reservation.  The service shall determine this value based on the client that invoked the `Compose` action that resulted in the creation of this reservation.",
73*f2a8e57eSGunnar Mills                    "readonly": true,
74*f2a8e57eSGunnar Mills                    "type": "string"
75*f2a8e57eSGunnar Mills                },
76*f2a8e57eSGunnar Mills                "Description": {
77*f2a8e57eSGunnar Mills                    "anyOf": [
78*f2a8e57eSGunnar Mills                        {
79*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
80*f2a8e57eSGunnar Mills                        },
81*f2a8e57eSGunnar Mills                        {
82*f2a8e57eSGunnar Mills                            "type": "null"
83*f2a8e57eSGunnar Mills                        }
84*f2a8e57eSGunnar Mills                    ],
85*f2a8e57eSGunnar Mills                    "readonly": true
86*f2a8e57eSGunnar Mills                },
87*f2a8e57eSGunnar Mills                "Id": {
88*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
89*f2a8e57eSGunnar Mills                    "readonly": true
90*f2a8e57eSGunnar Mills                },
91*f2a8e57eSGunnar Mills                "Manifest": {
92*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Manifest.json#/definitions/Manifest",
93*f2a8e57eSGunnar Mills                    "description": "The manifest document processed by the service that resulted in this reservation.",
94*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the manifest document processed by the service that resulted in this reservation.  This property shall be required if the `RequestFormat` parameter in the `Compose` action request contained the value `Manifest`."
95*f2a8e57eSGunnar Mills                },
96*f2a8e57eSGunnar Mills                "Name": {
97*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
98*f2a8e57eSGunnar Mills                    "readonly": true
99*f2a8e57eSGunnar Mills                },
100*f2a8e57eSGunnar Mills                "Oem": {
101*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
102*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
103*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
104*f2a8e57eSGunnar Mills                },
105*f2a8e57eSGunnar Mills                "ReservationTime": {
106*f2a8e57eSGunnar Mills                    "description": "The date and time the service created the reservation.",
107*f2a8e57eSGunnar Mills                    "format": "date-time",
108*f2a8e57eSGunnar Mills                    "longDescription": "This property shall indicate the date and time when the reservation was created by the service.",
109*f2a8e57eSGunnar Mills                    "readonly": true,
110*f2a8e57eSGunnar Mills                    "type": "string"
111*f2a8e57eSGunnar Mills                },
112*f2a8e57eSGunnar Mills                "ReservedResourceBlocks": {
113*f2a8e57eSGunnar Mills                    "description": "The array of links to the reserved resource blocks.",
114*f2a8e57eSGunnar Mills                    "items": {
115*f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlock"
116*f2a8e57eSGunnar Mills                    },
117*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an array of links to resources of type `ResourceBlock` that represent the reserved resource blocks for this reservation.  Upon deletion of the reservation or when the reservation is applied, the `Reserved` property in the referenced resource blocks shall change to `false`.",
118*f2a8e57eSGunnar Mills                    "readonly": true,
119*f2a8e57eSGunnar Mills                    "type": "array"
120*f2a8e57eSGunnar Mills                },
121*f2a8e57eSGunnar Mills                "ReservedResourceBlocks@odata.count": {
122*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
123*f2a8e57eSGunnar Mills                }
124*f2a8e57eSGunnar Mills            },
125*f2a8e57eSGunnar Mills            "required": [
126*f2a8e57eSGunnar Mills                "@odata.id",
127*f2a8e57eSGunnar Mills                "@odata.type",
128*f2a8e57eSGunnar Mills                "Id",
129*f2a8e57eSGunnar Mills                "Name"
130*f2a8e57eSGunnar Mills            ],
131*f2a8e57eSGunnar Mills            "type": "object"
132*f2a8e57eSGunnar Mills        },
133*f2a8e57eSGunnar Mills        "OemActions": {
134*f2a8e57eSGunnar Mills            "additionalProperties": true,
135*f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
136*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
137*f2a8e57eSGunnar Mills            "patternProperties": {
138*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
139*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
140*f2a8e57eSGunnar Mills                    "type": [
141*f2a8e57eSGunnar Mills                        "array",
142*f2a8e57eSGunnar Mills                        "boolean",
143*f2a8e57eSGunnar Mills                        "integer",
144*f2a8e57eSGunnar Mills                        "number",
145*f2a8e57eSGunnar Mills                        "null",
146*f2a8e57eSGunnar Mills                        "object",
147*f2a8e57eSGunnar Mills                        "string"
148*f2a8e57eSGunnar Mills                    ]
149*f2a8e57eSGunnar Mills                }
150*f2a8e57eSGunnar Mills            },
151*f2a8e57eSGunnar Mills            "properties": {},
152*f2a8e57eSGunnar Mills            "type": "object"
153*f2a8e57eSGunnar Mills        }
154*f2a8e57eSGunnar Mills    },
155*f2a8e57eSGunnar Mills    "language": "en",
156*f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
157*f2a8e57eSGunnar Mills    "release": "2021.1",
158*f2a8e57eSGunnar Mills    "title": "#CompositionReservation.v1_0_2.CompositionReservation"
159*f2a8e57eSGunnar Mills}