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