1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/Chassis.v1_25_1.json",
3    "$ref": "#/definitions/Chassis",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "#Chassis.Reset": {
27                    "$ref": "#/definitions/Reset"
28                },
29                "Oem": {
30                    "$ref": "#/definitions/OemActions",
31                    "description": "The available OEM-specific actions for this resource.",
32                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
33                }
34            },
35            "type": "object"
36        },
37        "Chassis": {
38            "additionalProperties": false,
39            "description": "The `Chassis` schema represents the physical components of a system.  This resource represents the sheet-metal confined spaces and logical zones such as racks, enclosures, chassis and all other containers.  Subsystems, such as sensors, that operate outside of a system's data plane are linked either directly or indirectly through this resource.  A subsystem that operates outside of a system's data plane are not accessible to software that runs on the system.  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.",
40            "longDescription": "This resource shall represent a chassis or other physical enclosure for 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`.",
41            "patternProperties": {
42                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
43                    "description": "This property shall specify a valid odata or Redfish property.",
44                    "type": [
45                        "array",
46                        "boolean",
47                        "integer",
48                        "number",
49                        "null",
50                        "object",
51                        "string"
52                    ]
53                }
54            },
55            "properties": {
56                "@odata.context": {
57                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
58                },
59                "@odata.etag": {
60                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
61                },
62                "@odata.id": {
63                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
64                },
65                "@odata.type": {
66                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
67                },
68                "Actions": {
69                    "$ref": "#/definitions/Actions",
70                    "description": "The available actions for this resource.",
71                    "longDescription": "This property shall contain the available actions for this resource."
72                },
73                "Assembly": {
74                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
75                    "description": "The link to the assembly associated with this chassis.",
76                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
77                    "readonly": true,
78                    "versionAdded": "v1_6_0"
79                },
80                "AssetTag": {
81                    "description": "The user-assigned asset tag of this chassis.",
82                    "longDescription": "This property shall contain an identifying string that tracks the chassis for inventory purposes.  Modifying this property may modify the `AssetTag` in the resource that represents the functional view of this chassis, such as a `ComputerSystem` resource.",
83                    "readonly": false,
84                    "type": [
85                        "string",
86                        "null"
87                    ]
88                },
89                "Certificates": {
90                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
91                    "description": "The link to a collection of certificates for device identity and attestation.",
92                    "longDescription": "This property shall contain a link to a resource collection of type `CertificateCollection` that contains certificates for device identity and attestation.",
93                    "readonly": true,
94                    "versionAdded": "v1_15_0"
95                },
96                "ChassisType": {
97                    "$ref": "#/definitions/ChassisType",
98                    "description": "The type of physical form factor of the chassis.",
99                    "longDescription": "This property shall indicate the physical form factor for the type of chassis.",
100                    "readonly": true
101                },
102                "Controls": {
103                    "$ref": "http://redfish.dmtf.org/schemas/v1/ControlCollection.json#/definitions/ControlCollection",
104                    "description": "The link to the collection of controls located in this chassis.",
105                    "longDescription": "This property shall contain a link to a resource collection of type `ControlCollection`.",
106                    "readonly": true,
107                    "versionAdded": "v1_17_0"
108                },
109                "DepthMm": {
110                    "description": "The depth of the chassis.",
111                    "longDescription": "This property shall represent the depth (length) of the chassis, in millimeter units, as specified by the manufacturer.",
112                    "minimum": 0,
113                    "readonly": true,
114                    "type": [
115                        "number",
116                        "null"
117                    ],
118                    "units": "mm",
119                    "versionAdded": "v1_4_0"
120                },
121                "Description": {
122                    "anyOf": [
123                        {
124                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
125                        },
126                        {
127                            "type": "null"
128                        }
129                    ],
130                    "readonly": true
131                },
132                "Doors": {
133                    "$ref": "#/definitions/Doors",
134                    "description": "The doors or access panels of the chassis.",
135                    "longDescription": "This property shall contain information about the doors or access panels of the chassis.",
136                    "versionAdded": "v1_24_0"
137                },
138                "Drives": {
139                    "$ref": "http://redfish.dmtf.org/schemas/v1/DriveCollection.json#/definitions/DriveCollection",
140                    "description": "The link to the collection of drives within this chassis.",
141                    "longDescription": "This property shall contain a link to a resource collection of type `DriveCollection`.",
142                    "versionAdded": "v1_14_0"
143                },
144                "ElectricalSourceManagerURIs": {
145                    "description": "The URIs of the management interfaces for the external electrical source connections for this chassis.",
146                    "format": "uri-reference",
147                    "items": {
148                        "type": [
149                            "string",
150                            "null"
151                        ]
152                    },
153                    "longDescription": "This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the external electrical sources that provide power to this chassis.",
154                    "readonly": false,
155                    "type": "array",
156                    "versionAdded": "v1_18_0"
157                },
158                "ElectricalSourceNames": {
159                    "description": "The names of the external electrical sources, such as circuits or outlets, connected to this chassis.",
160                    "items": {
161                        "type": [
162                            "string",
163                            "null"
164                        ]
165                    },
166                    "longDescription": "This property shall contain an array of strings that identify the external electrical sources, such as the names of circuits or outlets, that provide power to this chassis.",
167                    "readonly": false,
168                    "type": "array",
169                    "versionAdded": "v1_18_0"
170                },
171                "EnvironmentMetrics": {
172                    "$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetrics",
173                    "description": "The link to the environment metrics for this chassis.",
174                    "longDescription": "This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this chassis.",
175                    "readonly": true,
176                    "versionAdded": "v1_15_0"
177                },
178                "EnvironmentalClass": {
179                    "anyOf": [
180                        {
181                            "$ref": "#/definitions/EnvironmentalClass"
182                        },
183                        {
184                            "type": "null"
185                        }
186                    ],
187                    "description": "The ASHRAE Environmental Class for this chassis.",
188                    "longDescription": "This property shall contain the ASHRAE Environmental Class for this chassis, as defined by ASHRAE Thermal Guidelines for Data Processing Environments.  These classes define respective environmental limits that include temperature, relative humidity, dew point, and maximum allowable elevation.",
189                    "readonly": false,
190                    "versionAdded": "v1_9_0"
191                },
192                "FabricAdapters": {
193                    "$ref": "http://redfish.dmtf.org/schemas/v1/FabricAdapterCollection.json#/definitions/FabricAdapterCollection",
194                    "description": "The link to the collection of fabric adapters located in this chassis that provide access to fabric-related resource pools.",
195                    "longDescription": "This property shall contain a link to a resource collection of type `FabricAdapterCollection` that represents fabric adapters in this chassis that provide access to fabric-related resource pools.",
196                    "readonly": true,
197                    "versionAdded": "v1_20_0"
198                },
199                "HeatingCoolingEquipmentNames": {
200                    "description": "The names of the external heating or cooling equipment, such as coolant distribution units, connected to this chassis.",
201                    "items": {
202                        "type": [
203                            "string",
204                            "null"
205                        ]
206                    },
207                    "longDescription": "This property shall contain an array of strings that identify the external heating or cooling equipment, such as the names of specific coolant distribution units, that provide thermal management for this chassis.",
208                    "readonly": false,
209                    "type": "array",
210                    "versionAdded": "v1_25_0"
211                },
212                "HeatingCoolingManagerURIs": {
213                    "description": "The URIs of the management interfaces for the external heating or cooling equipment for this chassis.",
214                    "format": "uri-reference",
215                    "items": {
216                        "type": [
217                            "string",
218                            "null"
219                        ]
220                    },
221                    "longDescription": "This property shall contain an array of URIs to the management applications or devices that provide monitoring or control of the external heating or cooling equipment that provide thermal management for this chassis.",
222                    "readonly": false,
223                    "type": "array",
224                    "versionAdded": "v1_25_0"
225                },
226                "HeightMm": {
227                    "description": "The height of the chassis.",
228                    "longDescription": "This property shall represent the height of the chassis, in millimeter units, as specified by the manufacturer.",
229                    "minimum": 0,
230                    "readonly": true,
231                    "type": [
232                        "number",
233                        "null"
234                    ],
235                    "units": "mm",
236                    "versionAdded": "v1_4_0"
237                },
238                "HotPluggable": {
239                    "description": "An indication of whether this component can be inserted or removed while the equipment is in operation.",
240                    "longDescription": "This property shall indicate whether the component can be inserted or removed while the underlying equipment otherwise remains in its current operational state.  Components indicated as hot-pluggable shall allow the component to become operable without altering the operational state of the underlying equipment.  Components that cannot be inserted or removed from equipment in operation, or components that cannot become operable without affecting the operational state of that equipment, shall be indicated as not hot-pluggable.",
241                    "readonly": true,
242                    "type": [
243                        "boolean",
244                        "null"
245                    ],
246                    "versionAdded": "v1_21_0"
247                },
248                "Id": {
249                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
250                    "readonly": true
251                },
252                "IndicatorLED": {
253                    "anyOf": [
254                        {
255                            "$ref": "#/definitions/IndicatorLED"
256                        },
257                        {
258                            "type": "null"
259                        }
260                    ],
261                    "deprecated": "This property has been deprecated in favor of the `LocationIndicatorActive` property.",
262                    "description": "The state of the indicator LED, which identifies the chassis.",
263                    "longDescription": "This property shall contain the indicator light state for the indicator light associated with this system.",
264                    "readonly": false,
265                    "versionDeprecated": "v1_14_0"
266                },
267                "Links": {
268                    "$ref": "#/definitions/Links",
269                    "description": "The links to other resources that are related to this resource.",
270                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
271                },
272                "Location": {
273                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
274                    "description": "The location of the chassis.",
275                    "longDescription": "This property shall contain the location information of the associated chassis.",
276                    "versionAdded": "v1_2_0"
277                },
278                "LocationIndicatorActive": {
279                    "description": "An indicator allowing an operator to physically locate this resource.",
280                    "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.  A write to this property shall update the value of `IndicatorLED` in this resource, if supported, to reflect the implementation of the locating function.  Modifying this property may modify the `LocationIndicatorActive` in the resource that represents the functional view of this chassis, such as a `ComputerSystem` resource.",
281                    "readonly": false,
282                    "type": [
283                        "boolean",
284                        "null"
285                    ],
286                    "versionAdded": "v1_14_0"
287                },
288                "LogServices": {
289                    "$ref": "http://redfish.dmtf.org/schemas/v1/LogServiceCollection.json#/definitions/LogServiceCollection",
290                    "description": "The link to the logs for this chassis.",
291                    "longDescription": "This property shall contain a link to a resource collection of type `LogServiceCollection`.",
292                    "readonly": true
293                },
294                "Manufacturer": {
295                    "description": "The manufacturer of this chassis.",
296                    "longDescription": "This property shall contain the name of the organization responsible for producing the chassis.  This organization may be the entity from whom the chassis is purchased, but this is not necessarily true.",
297                    "readonly": true,
298                    "type": [
299                        "string",
300                        "null"
301                    ]
302                },
303                "MaxPowerWatts": {
304                    "description": "The upper bound of the total power consumed by the chassis.",
305                    "longDescription": "This property shall contain the upper bound of the total power consumed by the chassis.",
306                    "readonly": true,
307                    "type": [
308                        "number",
309                        "null"
310                    ],
311                    "units": "W",
312                    "versionAdded": "v1_12_0"
313                },
314                "Measurements": {
315                    "deprecated": "This property has been deprecated in favor of the `ComponentIntegrity` resource.",
316                    "description": "An array of DSP0274-defined measurement blocks.",
317                    "items": {
318                        "$ref": "http://redfish.dmtf.org/schemas/v1/SoftwareInventory.json#/definitions/MeasurementBlock"
319                    },
320                    "longDescription": "This property shall contain an array of DSP0274-defined measurement blocks.",
321                    "type": "array",
322                    "versionAdded": "v1_15_0",
323                    "versionDeprecated": "v1_19_0"
324                },
325                "MediaControllers": {
326                    "$ref": "http://redfish.dmtf.org/schemas/v1/MediaControllerCollection.json#/definitions/MediaControllerCollection",
327                    "deprecated": "This property has been deprecated in favor of `FabricAdapters`.",
328                    "description": "The link to the collection of media controllers located in this chassis.",
329                    "longDescription": "This property shall contain a link to a resource collection of type `MediaControllerCollection`.",
330                    "readonly": true,
331                    "versionAdded": "v1_11_0",
332                    "versionDeprecated": "v1_20_0"
333                },
334                "Memory": {
335                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryCollection.json#/definitions/MemoryCollection",
336                    "description": "The link to the collection of memory located in this chassis that belong to fabric-related resource pools.",
337                    "longDescription": "This property shall contain a link to a resource collection of type `MemoryCollection` that represents memory in this chassis that belong to fabric-related resource pools.",
338                    "readonly": true,
339                    "versionAdded": "v1_11_0"
340                },
341                "MemoryDomains": {
342                    "$ref": "http://redfish.dmtf.org/schemas/v1/MemoryDomainCollection.json#/definitions/MemoryDomainCollection",
343                    "description": "The link to the collection of memory domains located in this chassis that belong to fabric-related resource pools.",
344                    "longDescription": "This property shall contain a link to a resource collection of type `MemoryDomainCollection` that represents memory domains in this chassis that belong to fabric-related resource pools.",
345                    "readonly": true,
346                    "versionAdded": "v1_11_0"
347                },
348                "MinPowerWatts": {
349                    "description": "The lower bound of the total power consumed by the chassis.",
350                    "longDescription": "This property shall contain the lower bound of the total power consumed by the chassis.",
351                    "readonly": true,
352                    "type": [
353                        "number",
354                        "null"
355                    ],
356                    "units": "W",
357                    "versionAdded": "v1_12_0"
358                },
359                "Model": {
360                    "description": "The model number of the chassis.",
361                    "longDescription": "This property shall contain the name by which the manufacturer generally refers to the chassis.",
362                    "readonly": true,
363                    "type": [
364                        "string",
365                        "null"
366                    ]
367                },
368                "Name": {
369                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
370                    "readonly": true
371                },
372                "NetworkAdapters": {
373                    "$ref": "http://redfish.dmtf.org/schemas/v1/NetworkAdapterCollection.json#/definitions/NetworkAdapterCollection",
374                    "description": "The link to the collection of network adapters associated with this chassis.",
375                    "longDescription": "This property shall contain a link to a resource collection of type `NetworkAdapterCollection`.",
376                    "readonly": true,
377                    "versionAdded": "v1_4_0"
378                },
379                "Oem": {
380                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
381                    "description": "The OEM extension property.",
382                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
383                },
384                "PCIeDevices": {
385                    "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDeviceCollection.json#/definitions/PCIeDeviceCollection",
386                    "description": "The link to the collection of PCIe devices located in this chassis.",
387                    "longDescription": "This property shall contain a link to a resource collection of type `PCIeDeviceCollection`.",
388                    "readonly": true,
389                    "versionAdded": "v1_10_0"
390                },
391                "PCIeSlots": {
392                    "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeSlots.json#/definitions/PCIeSlots",
393                    "deprecated": "This property has been deprecated in favor of the `PCIeDevices` property.  The `PCIeSlots` schema has been deprecated in favor of the `PCIeDevice` schema.  Empty PCIe slots are represented by `PCIeDevice` resources using the `Absent` value of the `State` property within `Status`.",
394                    "description": "The link to the PCIe slot properties for this chassis.",
395                    "longDescription": "This property shall contain a link to the resource of type `PCIeSlots` that represents the PCIe slot information for this chassis.",
396                    "readonly": true,
397                    "versionAdded": "v1_8_0",
398                    "versionDeprecated": "v1_24_0"
399                },
400                "PartNumber": {
401                    "description": "The part number of the chassis.",
402                    "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the chassis.",
403                    "readonly": true,
404                    "type": [
405                        "string",
406                        "null"
407                    ]
408                },
409                "PhysicalSecurity": {
410                    "$ref": "#/definitions/PhysicalSecurity",
411                    "description": "The physical security state of the chassis.",
412                    "longDescription": "This property shall contain the physical security state of the chassis.  Services may construct this state from multiple physical sensors.",
413                    "versionAdded": "v1_1_0"
414                },
415                "Power": {
416                    "$ref": "http://redfish.dmtf.org/schemas/v1/Power.json#/definitions/Power",
417                    "deprecated": "This link has been deprecated in favor of the `PowerSubsystem` link property.",
418                    "description": "The link to the power properties, or power supplies, power policies, and sensors, for this chassis.",
419                    "longDescription": "This property shall contain a link to a resource of type `Power` that represents the power characteristics of this chassis.",
420                    "readonly": true,
421                    "versionDeprecated": "v1_15_0"
422                },
423                "PowerState": {
424                    "anyOf": [
425                        {
426                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/PowerState"
427                        },
428                        {
429                            "type": "null"
430                        }
431                    ],
432                    "description": "The current power state of the chassis.",
433                    "longDescription": "This property shall contain the power state of the chassis.",
434                    "readonly": true,
435                    "versionAdded": "v1_0_1"
436                },
437                "PowerSubsystem": {
438                    "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSubsystem.json#/definitions/PowerSubsystem",
439                    "description": "The link to the power subsystem properties for this chassis.",
440                    "longDescription": "This property shall contain a link to a resource of type `PowerSubsystem` that represents the power subsystem information for this chassis.",
441                    "readonly": true,
442                    "versionAdded": "v1_15_0"
443                },
444                "PoweredByParent": {
445                    "description": "Indicates that the chassis receives power from the containing chassis.",
446                    "longDescription": "This property shall indicate whether the chassis receives power from the chassis that contains it.  The value `true` shall indicate that the containing chassis provides power.  The value `false` shall indicate the chassis receives power from its own power subsystem, another chassis instance's power supplies, or outlets.",
447                    "readonly": true,
448                    "type": [
449                        "boolean",
450                        "null"
451                    ],
452                    "versionAdded": "v1_20_0"
453                },
454                "Processors": {
455                    "$ref": "http://redfish.dmtf.org/schemas/v1/ProcessorCollection.json#/definitions/ProcessorCollection",
456                    "description": "The link to the collection of processors located in this chassis that belong to fabric-related resource pools.",
457                    "longDescription": "This property shall contain a link to a resource collection of type `ProcessorCollection` that represents processors in this chassis that belong to fabric-related resource pools.",
458                    "readonly": true,
459                    "versionAdded": "v1_22_0"
460                },
461                "Replaceable": {
462                    "description": "An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy.",
463                    "longDescription": "This property shall indicate whether this component can be independently replaced as allowed by the vendor's replacement policy.  A value of `false` indicates the component needs to be replaced by policy as part of another component.  If the `LocationType` property of this component contains `Embedded`, this property shall contain `false`.",
464                    "readonly": true,
465                    "type": [
466                        "boolean",
467                        "null"
468                    ],
469                    "versionAdded": "v1_21_0"
470                },
471                "SKU": {
472                    "description": "The SKU of the chassis.",
473                    "longDescription": "This property shall contain the stock-keeping unit number for this chassis.",
474                    "readonly": true,
475                    "type": [
476                        "string",
477                        "null"
478                    ]
479                },
480                "Sensors": {
481                    "$ref": "http://redfish.dmtf.org/schemas/v1/SensorCollection.json#/definitions/SensorCollection",
482                    "description": "The link to the collection of sensors located in the equipment and sub-components.",
483                    "longDescription": "This property shall contain a link to a resource collection of type `SensorCollection` that contains the sensors located in the chassis and sub-components.",
484                    "readonly": true,
485                    "versionAdded": "v1_9_0"
486                },
487                "SerialNumber": {
488                    "description": "The serial number of the chassis.",
489                    "longDescription": "This property shall contain a manufacturer-allocated number that identifies the chassis.",
490                    "readonly": true,
491                    "type": [
492                        "string",
493                        "null"
494                    ]
495                },
496                "SparePartNumber": {
497                    "description": "The spare part number of the chassis.",
498                    "longDescription": "This property shall contain the spare part number of the chassis.",
499                    "readonly": true,
500                    "type": [
501                        "string",
502                        "null"
503                    ],
504                    "versionAdded": "v1_16_0"
505                },
506                "Status": {
507                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
508                    "description": "The status and health of the resource and its subordinate or dependent resources.",
509                    "longDescription": "This property shall contain any status or health properties of the resource."
510                },
511                "Thermal": {
512                    "$ref": "http://redfish.dmtf.org/schemas/v1/Thermal.json#/definitions/Thermal",
513                    "deprecated": "This link has been deprecated in favor of the `ThermalSubsystem` link property.",
514                    "description": "The link to the thermal properties, such as fans, cooling, and sensors, for this chassis.",
515                    "longDescription": "This property shall contain a link to a resource of type `Thermal` that represents the thermal characteristics of this chassis.",
516                    "readonly": true,
517                    "versionDeprecated": "v1_15_0"
518                },
519                "ThermalDirection": {
520                    "anyOf": [
521                        {
522                            "$ref": "#/definitions/ThermalDirection"
523                        },
524                        {
525                            "type": "null"
526                        }
527                    ],
528                    "description": "Indicates the thermal management path through the chassis.",
529                    "longDescription": "This property shall indicate the general direction of the thermal management path through the chassis.",
530                    "readonly": true,
531                    "versionAdded": "v1_20_0"
532                },
533                "ThermalManagedByParent": {
534                    "description": "Indicates that the chassis is thermally managed by the parent chassis.",
535                    "longDescription": "This property shall indicate whether the chassis relies on the containing chassis to provide thermal management.  The value `true` shall indicate that the chassis relies on the containing chassis to provide thermal management.  The value `false` shall indicate the chassis provides thermal management, and may provide details in a `ThermalSubsystem` resource, or by populating the `Fans` property in Links.",
536                    "readonly": true,
537                    "type": [
538                        "boolean",
539                        "null"
540                    ],
541                    "versionAdded": "v1_20_0"
542                },
543                "ThermalSubsystem": {
544                    "$ref": "http://redfish.dmtf.org/schemas/v1/ThermalSubsystem.json#/definitions/ThermalSubsystem",
545                    "description": "The link to the thermal subsystem properties for this chassis.",
546                    "longDescription": "This property shall contain a link to a resource of type `ThermalSubsystem` that represents the thermal subsystem information for this chassis.",
547                    "readonly": true,
548                    "versionAdded": "v1_15_0"
549                },
550                "TrustedComponents": {
551                    "$ref": "http://redfish.dmtf.org/schemas/v1/TrustedComponentCollection.json#/definitions/TrustedComponentCollection",
552                    "description": "The link to the trusted components in this chassis.",
553                    "longDescription": "This property shall contain a link to a resource collection of type `TrustedComponentCollection`.",
554                    "readonly": true,
555                    "versionAdded": "v1_21_0"
556                },
557                "UUID": {
558                    "anyOf": [
559                        {
560                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
561                        },
562                        {
563                            "type": "null"
564                        }
565                    ],
566                    "description": "The UUID for this chassis.",
567                    "longDescription": "This property shall contain the universally unique identifier number for this chassis.",
568                    "readonly": true,
569                    "versionAdded": "v1_7_0"
570                },
571                "Version": {
572                    "description": "The hardware version of this chassis.",
573                    "longDescription": "This property shall contain the hardware version of this chassis as determined by the vendor or supplier.",
574                    "readonly": true,
575                    "type": [
576                        "string",
577                        "null"
578                    ],
579                    "versionAdded": "v1_21_0"
580                },
581                "WeightKg": {
582                    "description": "The weight of the chassis.",
583                    "longDescription": "This property shall represent the published mass, commonly referred to as weight, of the chassis, in kilogram units.",
584                    "minimum": 0,
585                    "readonly": true,
586                    "type": [
587                        "number",
588                        "null"
589                    ],
590                    "units": "kg",
591                    "versionAdded": "v1_4_0"
592                },
593                "WidthMm": {
594                    "description": "The width of the chassis.",
595                    "longDescription": "This property shall represent the width of the chassis, in millimeter units, as specified by the manufacturer.",
596                    "minimum": 0,
597                    "readonly": true,
598                    "type": [
599                        "number",
600                        "null"
601                    ],
602                    "units": "mm",
603                    "versionAdded": "v1_4_0"
604                }
605            },
606            "required": [
607                "ChassisType",
608                "@odata.id",
609                "@odata.type",
610                "Id",
611                "Name"
612            ],
613            "type": "object"
614        },
615        "ChassisType": {
616            "enum": [
617                "Rack",
618                "Blade",
619                "Enclosure",
620                "StandAlone",
621                "RackMount",
622                "Card",
623                "Cartridge",
624                "Row",
625                "Pod",
626                "Expansion",
627                "Sidecar",
628                "Zone",
629                "Sled",
630                "Shelf",
631                "Drawer",
632                "Module",
633                "Component",
634                "IPBasedDrive",
635                "RackGroup",
636                "StorageEnclosure",
637                "ImmersionTank",
638                "HeatExchanger",
639                "PowerStrip",
640                "Other"
641            ],
642            "enumDescriptions": {
643                "Blade": "An enclosed or semi-enclosed, typically vertically-oriented, system chassis that must be plugged into a multi-system chassis to function normally.",
644                "Card": "A loose device or circuit board intended to be installed in a system or other enclosure.",
645                "Cartridge": "A small self-contained system intended to be plugged into a multi-system chassis.",
646                "Component": "A small chassis, card, or device that contains devices for a particular subsystem or function.",
647                "Drawer": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that can be slid into a multi-system chassis.",
648                "Enclosure": "A generic term for a chassis that does not fit any other description.",
649                "Expansion": "A chassis that expands the capabilities or capacity of another chassis.",
650                "HeatExchanger": "A heat exchanger.",
651                "IPBasedDrive": "A chassis in a drive form factor with IP-based network connections.",
652                "ImmersionTank": "An immersion cooling tank.",
653                "Module": "A small, typically removable, chassis or card that contains devices for a particular subsystem or function.",
654                "Other": "A chassis that does not fit any of these definitions.",
655                "Pod": "A collection of equipment racks in a large, likely transportable, container.",
656                "PowerStrip": "A power strip, typically placed in the zero-U space of a rack.",
657                "Rack": "An equipment rack, typically a 19-inch wide freestanding unit.",
658                "RackGroup": "A group of racks that form a single entity or share infrastructure.",
659                "RackMount": "A single-system chassis designed specifically for mounting in an equipment rack.",
660                "Row": "A collection of equipment racks.",
661                "Shelf": "An enclosed or semi-enclosed, typically horizontally-oriented, system chassis that must be plugged into a multi-system chassis to function normally.",
662                "Sidecar": "A chassis that mates mechanically with another chassis to expand its capabilities or capacity.",
663                "Sled": "An enclosed or semi-enclosed, system chassis that must be plugged into a multi-system chassis to function normally similar to a blade type chassis.",
664                "StandAlone": "A single, free-standing system, commonly called a tower or desktop chassis.",
665                "StorageEnclosure": "A chassis that encloses storage.",
666                "Zone": "A logical division or portion of a physical chassis that contains multiple devices or systems that cannot be physically separated."
667            },
668            "enumVersionAdded": {
669                "HeatExchanger": "v1_23_0",
670                "IPBasedDrive": "v1_3_0",
671                "ImmersionTank": "v1_23_0",
672                "PowerStrip": "v1_25_0",
673                "RackGroup": "v1_4_0",
674                "StorageEnclosure": "v1_6_0"
675            },
676            "type": "string"
677        },
678        "Door": {
679            "additionalProperties": false,
680            "description": "A door or access panel on the chassis.",
681            "longDescription": "This type shall describe a door or access panel on the chassis.",
682            "patternProperties": {
683                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
684                    "description": "This property shall specify a valid odata or Redfish property.",
685                    "type": [
686                        "array",
687                        "boolean",
688                        "integer",
689                        "number",
690                        "null",
691                        "object",
692                        "string"
693                    ]
694                }
695            },
696            "properties": {
697                "DoorState": {
698                    "anyOf": [
699                        {
700                            "$ref": "#/definitions/DoorState"
701                        },
702                        {
703                            "type": "null"
704                        }
705                    ],
706                    "description": "The state of the door.",
707                    "longDescription": "This property shall contain the current state of the door.",
708                    "readonly": true,
709                    "versionAdded": "v1_24_0"
710                },
711                "Locked": {
712                    "description": "Indicates if the door is locked.",
713                    "longDescription": "This property shall indicate if the door is locked.",
714                    "readonly": false,
715                    "type": [
716                        "boolean",
717                        "null"
718                    ],
719                    "versionAdded": "v1_24_0"
720                },
721                "UserLabel": {
722                    "description": "A user-assigned label.",
723                    "longDescription": "This property shall contain a user-assigned label used to identify this resource.  If a value has not been assigned by a user, the value of this property shall be an empty string.",
724                    "readonly": false,
725                    "type": "string",
726                    "versionAdded": "v1_24_0"
727                }
728            },
729            "type": "object"
730        },
731        "DoorState": {
732            "enum": [
733                "Locked",
734                "Closed",
735                "LockedAndOpen",
736                "Open"
737            ],
738            "enumDescriptions": {
739                "Closed": "Door is closed.",
740                "Locked": "Door is closed and locked.",
741                "LockedAndOpen": "Door is open and locked.",
742                "Open": "Door is open."
743            },
744            "enumLongDescriptions": {
745                "Closed": "This value shall indicate that the door is closed but unlocked.",
746                "Locked": "This value shall indicate that the door is both closed and locked.  In this state, the door cannot be opened unless the value of the `Locked` property is set to `false`.",
747                "LockedAndOpen": "This value shall indicate that the door is open but the lock has been engaged.  It may be possible to close the door while in this state.",
748                "Open": "This value shall indicate that the door is open."
749            },
750            "type": "string"
751        },
752        "Doors": {
753            "additionalProperties": false,
754            "description": "The doors or access panels of the chassis.",
755            "longDescription": "This type shall describe the doors or access panels of the chassis.",
756            "patternProperties": {
757                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
758                    "description": "This property shall specify a valid odata or Redfish property.",
759                    "type": [
760                        "array",
761                        "boolean",
762                        "integer",
763                        "number",
764                        "null",
765                        "object",
766                        "string"
767                    ]
768                }
769            },
770            "properties": {
771                "Front": {
772                    "anyOf": [
773                        {
774                            "$ref": "#/definitions/Door"
775                        },
776                        {
777                            "type": "null"
778                        }
779                    ],
780                    "description": "The front door of the chassis.",
781                    "longDescription": "This property shall contain information related to the front door, as defined by the manufacturer, of the chassis.",
782                    "versionAdded": "v1_24_0"
783                },
784                "Rear": {
785                    "anyOf": [
786                        {
787                            "$ref": "#/definitions/Door"
788                        },
789                        {
790                            "type": "null"
791                        }
792                    ],
793                    "description": "The rear door of the chassis.",
794                    "longDescription": "This property shall contain information related to the rear door, as defined by the manufacturer, of the chassis.",
795                    "versionAdded": "v1_24_0"
796                }
797            },
798            "type": "object"
799        },
800        "EnvironmentalClass": {
801            "enum": [
802                "A1",
803                "A2",
804                "A3",
805                "A4"
806            ],
807            "enumDescriptions": {
808                "A1": "ASHRAE Environmental Class 'A1'.",
809                "A2": "ASHRAE Environmental Class 'A2'.",
810                "A3": "ASHRAE Environmental Class 'A3'.",
811                "A4": "ASHRAE Environmental Class 'A4'."
812            },
813            "type": "string"
814        },
815        "IndicatorLED": {
816            "enum": [
817                "Unknown",
818                "Lit",
819                "Blinking",
820                "Off"
821            ],
822            "enumDeprecated": {
823                "Unknown": "This value has been deprecated in favor of returning `null` if the state is unknown."
824            },
825            "enumDescriptions": {
826                "Blinking": "The indicator LED is blinking.",
827                "Lit": "The indicator LED is lit.",
828                "Off": "The indicator LED is off.",
829                "Unknown": "The state of the indicator LED cannot be determined."
830            },
831            "enumLongDescriptions": {
832                "Blinking": "This value shall represent the indicator LED is in a blinking state where the LED is being turned on and off in repetition.  If the service does not support this value, it shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code.",
833                "Lit": "This value shall represent the indicator LED is in a solid on state.  If the service does not support this value, it shall return the HTTP `400 Bad Request` status code to reject `PATCH` or `PUT` requests that contain this value.",
834                "Off": "This value shall represent the indicator LED is in a solid off state.  If the service does not support this value, it shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code.",
835                "Unknown": "This value shall represent the indicator LED is in an unknown state.  The service shall reject `PATCH` or `PUT` requests containing this value by returning the HTTP `400 Bad Request` status code."
836            },
837            "enumVersionDeprecated": {
838                "Unknown": "v1_2_0"
839            },
840            "type": "string"
841        },
842        "IntrusionSensor": {
843            "enum": [
844                "Normal",
845                "HardwareIntrusion",
846                "TamperingDetected"
847            ],
848            "enumDescriptions": {
849                "HardwareIntrusion": "A door, lock, or other mechanism protecting the internal system hardware from being accessed is detected to be in an insecure state.",
850                "Normal": "No physical security condition is detected at this time.",
851                "TamperingDetected": "Physical tampering of the monitored entity is detected."
852            },
853            "type": "string"
854        },
855        "IntrusionSensorReArm": {
856            "enum": [
857                "Manual",
858                "Automatic"
859            ],
860            "enumDescriptions": {
861                "Automatic": "The sensor is automatically restored to the normal state when no security condition is detected.",
862                "Manual": "A user is required to clear the sensor to restore it to the normal state."
863            },
864            "enumLongDescriptions": {
865                "Automatic": "This value shall indicate the service sets the `IntrusionSensor` property to `Normal` when no security condition is detected.",
866                "Manual": "This value shall indicate a user is required to set the `IntrusionSensor` property to `Normal` to restore the sensor to its normal state."
867            },
868            "type": "string"
869        },
870        "Links": {
871            "additionalProperties": false,
872            "description": "The links to other resources that are related to this resource.",
873            "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
874            "patternProperties": {
875                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
876                    "description": "This property shall specify a valid odata or Redfish property.",
877                    "type": [
878                        "array",
879                        "boolean",
880                        "integer",
881                        "number",
882                        "null",
883                        "object",
884                        "string"
885                    ]
886                }
887            },
888            "properties": {
889                "Cables": {
890                    "description": "An array of links to the cables connected to this chassis.",
891                    "items": {
892                        "$ref": "http://redfish.dmtf.org/schemas/v1/Cable.json#/definitions/Cable"
893                    },
894                    "longDescription": "This property shall contain an array of links to resources of type `Cable` that represent the cables connected to this chassis.",
895                    "readonly": true,
896                    "type": "array",
897                    "versionAdded": "v1_17_0"
898                },
899                "Cables@odata.count": {
900                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
901                },
902                "ComputerSystems": {
903                    "description": "An array of links to the computer systems that this chassis directly and wholly contains.",
904                    "items": {
905                        "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/ComputerSystem"
906                    },
907                    "longDescription": "This property shall contain an array of links to resources of type `ComputerSystem` with which this physical container is associated.  If a chassis also links to a computer system to which this resource also links, this chassis shall not link to that computer system.",
908                    "readonly": true,
909                    "type": "array"
910                },
911                "ComputerSystems@odata.count": {
912                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
913                },
914                "ConnectedCoolingLoops": {
915                    "description": "An array of links to cooling loops connected to this chassis.",
916                    "items": {
917                        "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingLoop.json#/definitions/CoolingLoop"
918                    },
919                    "longDescription": "This property shall contain an array of links to resources of type `CoolingLoop` that represent the cooling loops connected to this chassis.",
920                    "readonly": false,
921                    "type": "array",
922                    "versionAdded": "v1_23_0"
923                },
924                "ConnectedCoolingLoops@odata.count": {
925                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
926                },
927                "ContainedBy": {
928                    "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis",
929                    "description": "The link to the chassis that contains this chassis.",
930                    "longDescription": "This property shall contain a link to a resource of type `Chassis` that represents the chassis that contains this chassis.",
931                    "readonly": false
932                },
933                "Contains": {
934                    "description": "An array of links to any other chassis that this chassis has in it.",
935                    "items": {
936                        "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis"
937                    },
938                    "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the chassis instances that this chassis contains.",
939                    "readonly": false,
940                    "type": "array"
941                },
942                "Contains@odata.count": {
943                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
944                },
945                "CooledBy": {
946                    "deprecated": "This property has been deprecated in favor of the `Fans` link property, and details provided in the `ThermalSubsystem` resource.",
947                    "description": "An array of links to resources or objects that cool this chassis.  Normally, the link is for either a chassis or a specific set of fans.",
948                    "items": {
949                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
950                    },
951                    "longDescription": "This property shall contain an array of links to resources or objects that cool this chassis.",
952                    "readonly": true,
953                    "type": "array",
954                    "versionDeprecated": "v1_20_0"
955                },
956                "CooledBy@odata.count": {
957                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
958                },
959                "CoolingUnits": {
960                    "description": "An array of links to cooling unit functionality contained in this chassis.",
961                    "items": {
962                        "$ref": "http://redfish.dmtf.org/schemas/v1/CoolingUnit.json#/definitions/CoolingUnit"
963                    },
964                    "longDescription": "This property shall contain an array of links to resources of type `CoolingUnit` that represent the cooling unit functionality contained within this chassis.",
965                    "readonly": false,
966                    "type": "array",
967                    "versionAdded": "v1_23_0"
968                },
969                "CoolingUnits@odata.count": {
970                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
971                },
972                "Drives": {
973                    "description": "An array of links to the drives located in this chassis.",
974                    "items": {
975                        "$ref": "http://redfish.dmtf.org/schemas/v1/Drive.json#/definitions/Drive"
976                    },
977                    "longDescription": "This property shall contain an array of links to resources of type `Drive` that are in this chassis.",
978                    "readonly": true,
979                    "type": "array",
980                    "versionAdded": "v1_2_0"
981                },
982                "Drives@odata.count": {
983                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
984                },
985                "Facility": {
986                    "$ref": "http://redfish.dmtf.org/schemas/v1/Facility.json#/definitions/Facility",
987                    "description": "The link to the facility that contains this chassis.",
988                    "longDescription": "This property shall contain a link to the resource of type `Facility` and shall represent the smallest facility that contains this chassis.  This property shall not appear in resources that include a `ContainedBy` property within the `Links` property.",
989                    "readonly": false,
990                    "versionAdded": "v1_11_0"
991                },
992                "Fans": {
993                    "description": "An array of links to the fans that cool this chassis.",
994                    "items": {
995                        "$ref": "http://redfish.dmtf.org/schemas/v1/Fan.json#/definitions/Fan"
996                    },
997                    "longDescription": "This property shall contain an array of links to resources of type `Fan` that represent the fans that provide cooling to this chassis.  This property shall not be present if the `ThermalManagedByParent` property contains `true` or if the fans are contained in the `ThermalSubsystem` resource for this chassis.",
998                    "readonly": true,
999                    "type": "array",
1000                    "versionAdded": "v1_20_0"
1001                },
1002                "Fans@odata.count": {
1003                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1004                },
1005                "ManagedBy": {
1006                    "description": "An array of links to the managers responsible for managing this chassis.",
1007                    "items": {
1008                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
1009                    },
1010                    "longDescription": "This property shall contain an array of links to resources of type `Manager` that manage this chassis.",
1011                    "readonly": true,
1012                    "type": "array"
1013                },
1014                "ManagedBy@odata.count": {
1015                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1016                },
1017                "ManagersInChassis": {
1018                    "description": "An array of links to the managers located in this chassis.",
1019                    "items": {
1020                        "$ref": "http://redfish.dmtf.org/schemas/v1/Manager.json#/definitions/Manager"
1021                    },
1022                    "longDescription": "This property shall contain an array of links to resources of type `Manager` that are in this chassis.",
1023                    "readonly": true,
1024                    "type": "array",
1025                    "versionAdded": "v1_2_0"
1026                },
1027                "ManagersInChassis@odata.count": {
1028                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1029                },
1030                "Oem": {
1031                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
1032                    "description": "The OEM extension property.",
1033                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
1034                },
1035                "PCIeDevices": {
1036                    "deprecated": "This property has been deprecated in favor of the `PCIeDevices` resource collection in the root of this resource.",
1037                    "description": "An array of links to the PCIe devices located in this chassis.",
1038                    "items": {
1039                        "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice"
1040                    },
1041                    "longDescription": "This property shall contain an array of links to resources of type `PCIeDevice`.",
1042                    "readonly": true,
1043                    "type": "array",
1044                    "versionAdded": "v1_4_0",
1045                    "versionDeprecated": "v1_10_0"
1046                },
1047                "PCIeDevices@odata.count": {
1048                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1049                },
1050                "PowerDistribution": {
1051                    "anyOf": [
1052                        {
1053                            "$ref": "http://redfish.dmtf.org/schemas/v1/PowerDistribution.json#/definitions/PowerDistribution"
1054                        },
1055                        {
1056                            "type": "null"
1057                        }
1058                    ],
1059                    "description": "A link to power distribution functionality contained in this chassis.",
1060                    "longDescription": "This property shall contain a link to a resource of type `PowerDistribution` that represents the power distribution functionality contained within this chassis.",
1061                    "readonly": true,
1062                    "versionAdded": "v1_20_0"
1063                },
1064                "PowerOutlets": {
1065                    "description": "An array of links to the outlets that provide power to this chassis.",
1066                    "items": {
1067                        "$ref": "http://redfish.dmtf.org/schemas/v1/Outlet.json#/definitions/Outlet"
1068                    },
1069                    "longDescription": "This property shall contain an array of links to resources of type `Outlet` that represent the outlets that provide power to this chassis.  This property shall not be present if the `PoweredByParent` property contains `true`.",
1070                    "readonly": false,
1071                    "type": "array",
1072                    "versionAdded": "v1_18_0"
1073                },
1074                "PowerOutlets@odata.count": {
1075                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1076                },
1077                "PowerSupplies": {
1078                    "description": "An array of links to the power supplies that provide power to this chassis.",
1079                    "items": {
1080                        "$ref": "http://redfish.dmtf.org/schemas/v1/PowerSupply.json#/definitions/PowerSupply"
1081                    },
1082                    "longDescription": "This property shall contain an array of links to resources of type `PowerSupply` that represent the power supplies that provide power to this chassis.  This property shall not be present if the `PoweredByParent` property contains `true` or if the power supplies are contained in the `PowerSubsystem` resource for this chassis.",
1083                    "readonly": true,
1084                    "type": "array",
1085                    "versionAdded": "v1_20_0"
1086                },
1087                "PowerSupplies@odata.count": {
1088                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1089                },
1090                "PoweredBy": {
1091                    "deprecated": "This property has been deprecated in favor of the `PowerOutlets` and `PowerSupplies` link properties, and details provided in the `PowerSubsystem` resource.",
1092                    "description": "An array of links to resources or objects that power this chassis.  Normally, the link is for either a chassis or a specific set of power supplies.",
1093                    "items": {
1094                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
1095                    },
1096                    "longDescription": "This property shall contain an array of links to resources or objects that power this chassis.",
1097                    "readonly": true,
1098                    "type": "array",
1099                    "versionDeprecated": "v1_20_0"
1100                },
1101                "PoweredBy@odata.count": {
1102                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1103                },
1104                "Processors": {
1105                    "description": "An array of links to the processors located in this chassis.",
1106                    "items": {
1107                        "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor"
1108                    },
1109                    "longDescription": "This property shall contain an array of links to resources of type `Processor` type that this chassis contains.",
1110                    "readonly": true,
1111                    "type": "array",
1112                    "versionAdded": "v1_9_0"
1113                },
1114                "Processors@odata.count": {
1115                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1116                },
1117                "ResourceBlocks": {
1118                    "description": "An array of links to the resource blocks located in this chassis.",
1119                    "items": {
1120                        "$ref": "http://redfish.dmtf.org/schemas/v1/ResourceBlock.json#/definitions/ResourceBlock"
1121                    },
1122                    "longDescription": "This property shall contain an array of links to resources of type `ResourceBlock` that this chassis contains.",
1123                    "readonly": true,
1124                    "type": "array",
1125                    "versionAdded": "v1_5_0"
1126                },
1127                "ResourceBlocks@odata.count": {
1128                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1129                },
1130                "Storage": {
1131                    "description": "An array of links to the storage subsystems connected to or inside this chassis.",
1132                    "items": {
1133                        "$ref": "http://redfish.dmtf.org/schemas/v1/Storage.json#/definitions/Storage"
1134                    },
1135                    "longDescription": "This property shall contain an array of links to resources of type `Storage` that are connected to or contained in this chassis.",
1136                    "readonly": true,
1137                    "type": "array",
1138                    "versionAdded": "v1_2_0"
1139                },
1140                "Storage@odata.count": {
1141                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1142                },
1143                "Switches": {
1144                    "description": "An array of links to the switches located in this chassis.",
1145                    "items": {
1146                        "$ref": "http://redfish.dmtf.org/schemas/v1/Switch.json#/definitions/Switch"
1147                    },
1148                    "longDescription": "This property shall contain an array of links to resources of type `Switch` that this chassis contains.",
1149                    "readonly": true,
1150                    "type": "array",
1151                    "versionAdded": "v1_7_0"
1152                },
1153                "Switches@odata.count": {
1154                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
1155                }
1156            },
1157            "type": "object"
1158        },
1159        "OemActions": {
1160            "additionalProperties": true,
1161            "description": "The available OEM-specific actions for this resource.",
1162            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
1163            "patternProperties": {
1164                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1165                    "description": "This property shall specify a valid odata or Redfish property.",
1166                    "type": [
1167                        "array",
1168                        "boolean",
1169                        "integer",
1170                        "number",
1171                        "null",
1172                        "object",
1173                        "string"
1174                    ]
1175                }
1176            },
1177            "properties": {},
1178            "type": "object"
1179        },
1180        "PhysicalSecurity": {
1181            "additionalProperties": false,
1182            "description": "The physical security state of the chassis.",
1183            "longDescription": "This type shall describe the physical security state of the chassis.",
1184            "patternProperties": {
1185                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1186                    "description": "This property shall specify a valid odata or Redfish property.",
1187                    "type": [
1188                        "array",
1189                        "boolean",
1190                        "integer",
1191                        "number",
1192                        "null",
1193                        "object",
1194                        "string"
1195                    ]
1196                }
1197            },
1198            "properties": {
1199                "IntrusionSensor": {
1200                    "anyOf": [
1201                        {
1202                            "$ref": "#/definitions/IntrusionSensor"
1203                        },
1204                        {
1205                            "type": "null"
1206                        }
1207                    ],
1208                    "description": "The physical security state of the chassis, such as if hardware intrusion is detected.",
1209                    "longDescription": "This property shall contain the physical security state of the chassis.  If the `IntrusionSensorReArm` property contains `Manual`, a client may set this property to `Normal` to reset the physical security state.",
1210                    "readonly": false,
1211                    "versionAdded": "v1_1_0"
1212                },
1213                "IntrusionSensorNumber": {
1214                    "deprecated": "This property has been deprecated in order to allow for multiple physical sensors to construct this object.",
1215                    "description": "A numerical identifier to represent the physical security sensor.",
1216                    "longDescription": "This property shall contain a numerical identifier for this physical security sensor that is unique within this resource.",
1217                    "readonly": true,
1218                    "type": [
1219                        "integer",
1220                        "null"
1221                    ],
1222                    "versionAdded": "v1_1_0",
1223                    "versionDeprecated": "v1_22_0"
1224                },
1225                "IntrusionSensorReArm": {
1226                    "anyOf": [
1227                        {
1228                            "$ref": "#/definitions/IntrusionSensorReArm"
1229                        },
1230                        {
1231                            "type": "null"
1232                        }
1233                    ],
1234                    "description": "The policy that describes how the physical security state of the chassis returns to a normal state.",
1235                    "longDescription": "This property shall contain the policy that describes how the `IntrusionSensor` property returns to the `Normal` value.",
1236                    "readonly": false,
1237                    "versionAdded": "v1_1_0"
1238                }
1239            },
1240            "type": "object"
1241        },
1242        "Reset": {
1243            "additionalProperties": false,
1244            "description": "This action resets the chassis.  Additionally, it could reset systems or other contained resources depending on the `ResetType` used to invoke this action.",
1245            "longDescription": "This action shall reset the chassis.  Additionally, it may reset systems or other contained resources depending on the `ResetType` used to invoke this action.",
1246            "parameters": {
1247                "ResetType": {
1248                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType",
1249                    "description": "The type of reset.",
1250                    "longDescription": "This parameter shall contain the type of reset.  The service can accept a request without the parameter and complete an implementation-specific default reset.  Services should include the `@Redfish.AllowableValues` annotation for this parameter to ensure compatibility with clients, even when `ActionInfo` has been implemented."
1251                }
1252            },
1253            "patternProperties": {
1254                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
1255                    "description": "This property shall specify a valid odata or Redfish property.",
1256                    "type": [
1257                        "array",
1258                        "boolean",
1259                        "integer",
1260                        "number",
1261                        "null",
1262                        "object",
1263                        "string"
1264                    ]
1265                }
1266            },
1267            "properties": {
1268                "target": {
1269                    "description": "Link to invoke action",
1270                    "format": "uri-reference",
1271                    "type": "string"
1272                },
1273                "title": {
1274                    "description": "Friendly action name",
1275                    "type": "string"
1276                }
1277            },
1278            "type": "object"
1279        },
1280        "ThermalDirection": {
1281            "enum": [
1282                "FrontToBack",
1283                "BackToFront",
1284                "TopExhaust",
1285                "Sealed"
1286            ],
1287            "enumDescriptions": {
1288                "BackToFront": "A chassis with the air intake in the back and exhaust out the front.",
1289                "FrontToBack": "A chassis with the air intake in the front and exhaust out the back.",
1290                "Sealed": "A sealed chassis with no air pathway.",
1291                "TopExhaust": "A chassis with air exhaust on the top."
1292            },
1293            "enumLongDescriptions": {
1294                "BackToFront": "This value shall indicate a chassis with the air intake generally from the back of the chassis and the air exhaust out the front of the chassis.",
1295                "FrontToBack": "This value shall indicate a chassis with the air intake generally from the front of the chassis and the air exhaust out the back of the chassis.",
1296                "Sealed": "This value shall indicate a sealed chassis with no air pathway through the chassis.",
1297                "TopExhaust": "This value shall indicate a chassis with the air exhaust out the top of the chassis."
1298            },
1299            "type": "string"
1300        }
1301    },
1302    "language": "en",
1303    "owningEntity": "DMTF",
1304    "release": "2023.3",
1305    "title": "#Chassis.v1_25_1.Chassis"
1306}