xref: /openbmc/bmcweb/features/redfish/schema/dmtf/json-schema/Fan.v1_5_2.json (revision f2a8e57ede74a8252100b2281e3f4d170aa69391)
1*f2a8e57eSGunnar Mills{
2*f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/Fan.v1_5_2.json",
3*f2a8e57eSGunnar Mills    "$ref": "#/definitions/Fan",
4*f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*f2a8e57eSGunnar Mills    "definitions": {
7*f2a8e57eSGunnar Mills        "Actions": {
8*f2a8e57eSGunnar Mills            "additionalProperties": false,
9*f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*f2a8e57eSGunnar Mills            "patternProperties": {
12*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*f2a8e57eSGunnar Mills                    "type": [
15*f2a8e57eSGunnar Mills                        "array",
16*f2a8e57eSGunnar Mills                        "boolean",
17*f2a8e57eSGunnar Mills                        "integer",
18*f2a8e57eSGunnar Mills                        "number",
19*f2a8e57eSGunnar Mills                        "null",
20*f2a8e57eSGunnar Mills                        "object",
21*f2a8e57eSGunnar Mills                        "string"
22*f2a8e57eSGunnar Mills                    ]
23*f2a8e57eSGunnar Mills                }
24*f2a8e57eSGunnar Mills            },
25*f2a8e57eSGunnar Mills            "properties": {
26*f2a8e57eSGunnar Mills                "Oem": {
27*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
28*f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
30*f2a8e57eSGunnar Mills                }
31*f2a8e57eSGunnar Mills            },
32*f2a8e57eSGunnar Mills            "type": "object"
33*f2a8e57eSGunnar Mills        },
34*f2a8e57eSGunnar Mills        "Fan": {
35*f2a8e57eSGunnar Mills            "additionalProperties": false,
36*f2a8e57eSGunnar Mills            "description": "The `Fan` schema describes a cooling fan unit for a computer system or similar devices contained within a chassis.  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.",
37*f2a8e57eSGunnar Mills            "longDescription": "This resource shall represent a cooling fan 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`.",
38*f2a8e57eSGunnar Mills            "patternProperties": {
39*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
41*f2a8e57eSGunnar Mills                    "type": [
42*f2a8e57eSGunnar Mills                        "array",
43*f2a8e57eSGunnar Mills                        "boolean",
44*f2a8e57eSGunnar Mills                        "integer",
45*f2a8e57eSGunnar Mills                        "number",
46*f2a8e57eSGunnar Mills                        "null",
47*f2a8e57eSGunnar Mills                        "object",
48*f2a8e57eSGunnar Mills                        "string"
49*f2a8e57eSGunnar Mills                    ]
50*f2a8e57eSGunnar Mills                }
51*f2a8e57eSGunnar Mills            },
52*f2a8e57eSGunnar Mills            "properties": {
53*f2a8e57eSGunnar Mills                "@odata.context": {
54*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
55*f2a8e57eSGunnar Mills                },
56*f2a8e57eSGunnar Mills                "@odata.etag": {
57*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
58*f2a8e57eSGunnar Mills                },
59*f2a8e57eSGunnar Mills                "@odata.id": {
60*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
61*f2a8e57eSGunnar Mills                },
62*f2a8e57eSGunnar Mills                "@odata.type": {
63*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64*f2a8e57eSGunnar Mills                },
65*f2a8e57eSGunnar Mills                "Actions": {
66*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
67*f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
68*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
69*f2a8e57eSGunnar Mills                },
70*f2a8e57eSGunnar Mills                "Assembly": {
71*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
72*f2a8e57eSGunnar Mills                    "description": "The link to the assembly associated with this fan.",
73*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
74*f2a8e57eSGunnar Mills                    "readonly": true
75*f2a8e57eSGunnar Mills                },
76*f2a8e57eSGunnar Mills                "Description": {
77*f2a8e57eSGunnar Mills                    "anyOf": [
78*f2a8e57eSGunnar Mills                        {
79*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
80*f2a8e57eSGunnar Mills                        },
81*f2a8e57eSGunnar Mills                        {
82*f2a8e57eSGunnar Mills                            "type": "null"
83*f2a8e57eSGunnar Mills                        }
84*f2a8e57eSGunnar Mills                    ],
85*f2a8e57eSGunnar Mills                    "readonly": true
86*f2a8e57eSGunnar Mills                },
87*f2a8e57eSGunnar Mills                "FanDiameterMm": {
88*f2a8e57eSGunnar Mills                    "description": "The diameter of the fan assembly in millimeter units.",
89*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the diameter of the fan assembly in millimeter units.",
90*f2a8e57eSGunnar Mills                    "minimum": 0,
91*f2a8e57eSGunnar Mills                    "readonly": true,
92*f2a8e57eSGunnar Mills                    "type": [
93*f2a8e57eSGunnar Mills                        "integer",
94*f2a8e57eSGunnar Mills                        "null"
95*f2a8e57eSGunnar Mills                    ],
96*f2a8e57eSGunnar Mills                    "units": "mm",
97*f2a8e57eSGunnar Mills                    "versionAdded": "v1_4_0"
98*f2a8e57eSGunnar Mills                },
99*f2a8e57eSGunnar Mills                "HotPluggable": {
100*f2a8e57eSGunnar Mills                    "description": "An indication of whether this device can be inserted or removed while the equipment is in operation.",
101*f2a8e57eSGunnar Mills                    "longDescription": "This property shall indicate whether the device can be inserted or removed while the underlying equipment otherwise remains in its current operational state.  Hot-pluggable devices can become operable without altering the operational state of the underlying equipment.  Devices that cannot be inserted or removed from equipment in operation, or devices that cannot become operable without affecting the operational state of that equipment, shall not be hot-pluggable.",
102*f2a8e57eSGunnar Mills                    "readonly": true,
103*f2a8e57eSGunnar Mills                    "type": [
104*f2a8e57eSGunnar Mills                        "boolean",
105*f2a8e57eSGunnar Mills                        "null"
106*f2a8e57eSGunnar Mills                    ]
107*f2a8e57eSGunnar Mills                },
108*f2a8e57eSGunnar Mills                "Id": {
109*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
110*f2a8e57eSGunnar Mills                    "readonly": true
111*f2a8e57eSGunnar Mills                },
112*f2a8e57eSGunnar Mills                "Links": {
113*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Links",
114*f2a8e57eSGunnar Mills                    "description": "The links to other resources that are related to this resource.",
115*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
116*f2a8e57eSGunnar Mills                    "versionAdded": "v1_2_0"
117*f2a8e57eSGunnar Mills                },
118*f2a8e57eSGunnar Mills                "Location": {
119*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
120*f2a8e57eSGunnar Mills                    "description": "The location of the fan.",
121*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the location information of this fan."
122*f2a8e57eSGunnar Mills                },
123*f2a8e57eSGunnar Mills                "LocationIndicatorActive": {
124*f2a8e57eSGunnar Mills                    "description": "An indicator allowing an operator to physically locate this resource.",
125*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.",
126*f2a8e57eSGunnar Mills                    "readonly": false,
127*f2a8e57eSGunnar Mills                    "type": [
128*f2a8e57eSGunnar Mills                        "boolean",
129*f2a8e57eSGunnar Mills                        "null"
130*f2a8e57eSGunnar Mills                    ]
131*f2a8e57eSGunnar Mills                },
132*f2a8e57eSGunnar Mills                "Manufacturer": {
133*f2a8e57eSGunnar Mills                    "description": "The manufacturer of this fan.",
134*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the name of the organization responsible for producing the fan.  This organization may be the entity from whom the fan is purchased, but this is not necessarily true.",
135*f2a8e57eSGunnar Mills                    "readonly": true,
136*f2a8e57eSGunnar Mills                    "type": [
137*f2a8e57eSGunnar Mills                        "string",
138*f2a8e57eSGunnar Mills                        "null"
139*f2a8e57eSGunnar Mills                    ]
140*f2a8e57eSGunnar Mills                },
141*f2a8e57eSGunnar Mills                "Model": {
142*f2a8e57eSGunnar Mills                    "description": "The model number for this fan.",
143*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the model information as defined by the manufacturer for this fan.",
144*f2a8e57eSGunnar Mills                    "readonly": true,
145*f2a8e57eSGunnar Mills                    "type": [
146*f2a8e57eSGunnar Mills                        "string",
147*f2a8e57eSGunnar Mills                        "null"
148*f2a8e57eSGunnar Mills                    ]
149*f2a8e57eSGunnar Mills                },
150*f2a8e57eSGunnar Mills                "Name": {
151*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
152*f2a8e57eSGunnar Mills                    "readonly": true
153*f2a8e57eSGunnar Mills                },
154*f2a8e57eSGunnar Mills                "Oem": {
155*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
156*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
157*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
158*f2a8e57eSGunnar Mills                },
159*f2a8e57eSGunnar Mills                "PartNumber": {
160*f2a8e57eSGunnar Mills                    "description": "The part number for this fan.",
161*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the part number as defined by the manufacturer for this fan.",
162*f2a8e57eSGunnar Mills                    "readonly": true,
163*f2a8e57eSGunnar Mills                    "type": [
164*f2a8e57eSGunnar Mills                        "string",
165*f2a8e57eSGunnar Mills                        "null"
166*f2a8e57eSGunnar Mills                    ]
167*f2a8e57eSGunnar Mills                },
168*f2a8e57eSGunnar Mills                "PhysicalContext": {
169*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PhysicalContext.json#/definitions/PhysicalContext",
170*f2a8e57eSGunnar Mills                    "description": "The area or device associated with this fan.",
171*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain a description of the affected device or region within the chassis with which this fan is associated.",
172*f2a8e57eSGunnar Mills                    "readonly": true
173*f2a8e57eSGunnar Mills                },
174*f2a8e57eSGunnar Mills                "PowerWatts": {
175*f2a8e57eSGunnar Mills                    "anyOf": [
176*f2a8e57eSGunnar Mills                        {
177*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorPowerExcerpt"
178*f2a8e57eSGunnar Mills                        },
179*f2a8e57eSGunnar Mills                        {
180*f2a8e57eSGunnar Mills                            "type": "null"
181*f2a8e57eSGunnar Mills                        }
182*f2a8e57eSGunnar Mills                    ],
183*f2a8e57eSGunnar Mills                    "description": "Power consumption (W).",
184*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorPowerExcerpt",
185*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the total power, in watt units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Power`.",
186*f2a8e57eSGunnar Mills                    "versionAdded": "v1_1_0"
187*f2a8e57eSGunnar Mills                },
188*f2a8e57eSGunnar Mills                "Replaceable": {
189*f2a8e57eSGunnar Mills                    "description": "An indication of whether this component can be independently replaced as allowed by the vendor's replacement policy.",
190*f2a8e57eSGunnar 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`.",
191*f2a8e57eSGunnar Mills                    "readonly": true,
192*f2a8e57eSGunnar Mills                    "type": [
193*f2a8e57eSGunnar Mills                        "boolean",
194*f2a8e57eSGunnar Mills                        "null"
195*f2a8e57eSGunnar Mills                    ],
196*f2a8e57eSGunnar Mills                    "versionAdded": "v1_3_0"
197*f2a8e57eSGunnar Mills                },
198*f2a8e57eSGunnar Mills                "SecondarySpeedPercent": {
199*f2a8e57eSGunnar Mills                    "anyOf": [
200*f2a8e57eSGunnar Mills                        {
201*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorFanExcerpt"
202*f2a8e57eSGunnar Mills                        },
203*f2a8e57eSGunnar Mills                        {
204*f2a8e57eSGunnar Mills                            "type": "null"
205*f2a8e57eSGunnar Mills                        }
206*f2a8e57eSGunnar Mills                    ],
207*f2a8e57eSGunnar Mills                    "description": "The fan speed (percent) of the second rotor in a multi-rotor fan.",
208*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorFanExcerpt",
209*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the fan speed, in percent units, for the secondary rotor of this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`.",
210*f2a8e57eSGunnar Mills                    "versionAdded": "v1_5_0"
211*f2a8e57eSGunnar Mills                },
212*f2a8e57eSGunnar Mills                "SerialNumber": {
213*f2a8e57eSGunnar Mills                    "description": "The serial number for this fan.",
214*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the serial number as defined by the manufacturer for this fan.",
215*f2a8e57eSGunnar Mills                    "readonly": true,
216*f2a8e57eSGunnar Mills                    "type": [
217*f2a8e57eSGunnar Mills                        "string",
218*f2a8e57eSGunnar Mills                        "null"
219*f2a8e57eSGunnar Mills                    ]
220*f2a8e57eSGunnar Mills                },
221*f2a8e57eSGunnar Mills                "SparePartNumber": {
222*f2a8e57eSGunnar Mills                    "description": "The spare part number for this fan.",
223*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the spare or replacement part number as defined by the manufacturer for this fan.",
224*f2a8e57eSGunnar Mills                    "readonly": true,
225*f2a8e57eSGunnar Mills                    "type": [
226*f2a8e57eSGunnar Mills                        "string",
227*f2a8e57eSGunnar Mills                        "null"
228*f2a8e57eSGunnar Mills                    ]
229*f2a8e57eSGunnar Mills                },
230*f2a8e57eSGunnar Mills                "SpeedPercent": {
231*f2a8e57eSGunnar Mills                    "anyOf": [
232*f2a8e57eSGunnar Mills                        {
233*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Sensor.json#/definitions/SensorFanExcerpt"
234*f2a8e57eSGunnar Mills                        },
235*f2a8e57eSGunnar Mills                        {
236*f2a8e57eSGunnar Mills                            "type": "null"
237*f2a8e57eSGunnar Mills                        }
238*f2a8e57eSGunnar Mills                    ],
239*f2a8e57eSGunnar Mills                    "description": "The fan speed (percent).",
240*f2a8e57eSGunnar Mills                    "excerptCopy": "SensorFanExcerpt",
241*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the fan speed, in percent units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Percent`."
242*f2a8e57eSGunnar Mills                },
243*f2a8e57eSGunnar Mills                "Status": {
244*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
245*f2a8e57eSGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
246*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
247*f2a8e57eSGunnar Mills                }
248*f2a8e57eSGunnar Mills            },
249*f2a8e57eSGunnar Mills            "required": [
250*f2a8e57eSGunnar Mills                "@odata.id",
251*f2a8e57eSGunnar Mills                "@odata.type",
252*f2a8e57eSGunnar Mills                "Id",
253*f2a8e57eSGunnar Mills                "Name"
254*f2a8e57eSGunnar Mills            ],
255*f2a8e57eSGunnar Mills            "type": "object"
256*f2a8e57eSGunnar Mills        },
257*f2a8e57eSGunnar Mills        "Links": {
258*f2a8e57eSGunnar Mills            "additionalProperties": false,
259*f2a8e57eSGunnar Mills            "description": "The links to other resources that are related to this resource.",
260*f2a8e57eSGunnar 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.",
261*f2a8e57eSGunnar Mills            "patternProperties": {
262*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
263*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
264*f2a8e57eSGunnar Mills                    "type": [
265*f2a8e57eSGunnar Mills                        "array",
266*f2a8e57eSGunnar Mills                        "boolean",
267*f2a8e57eSGunnar Mills                        "integer",
268*f2a8e57eSGunnar Mills                        "number",
269*f2a8e57eSGunnar Mills                        "null",
270*f2a8e57eSGunnar Mills                        "object",
271*f2a8e57eSGunnar Mills                        "string"
272*f2a8e57eSGunnar Mills                    ]
273*f2a8e57eSGunnar Mills                }
274*f2a8e57eSGunnar Mills            },
275*f2a8e57eSGunnar Mills            "properties": {
276*f2a8e57eSGunnar Mills                "CoolingChassis": {
277*f2a8e57eSGunnar Mills                    "description": "An array of links to the chassis that are directly cooled by this fan.",
278*f2a8e57eSGunnar Mills                    "items": {
279*f2a8e57eSGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis"
280*f2a8e57eSGunnar Mills                    },
281*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the chassis directly cooled by this fan.  This property shall not be present if the fan is only providing cooling to its containing chassis.",
282*f2a8e57eSGunnar Mills                    "readonly": true,
283*f2a8e57eSGunnar Mills                    "type": "array",
284*f2a8e57eSGunnar Mills                    "versionAdded": "v1_2_0"
285*f2a8e57eSGunnar Mills                },
286*f2a8e57eSGunnar Mills                "CoolingChassis@odata.count": {
287*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
288*f2a8e57eSGunnar Mills                },
289*f2a8e57eSGunnar Mills                "Oem": {
290*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
291*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
292*f2a8e57eSGunnar 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."
293*f2a8e57eSGunnar Mills                }
294*f2a8e57eSGunnar Mills            },
295*f2a8e57eSGunnar Mills            "type": "object"
296*f2a8e57eSGunnar Mills        },
297*f2a8e57eSGunnar Mills        "OemActions": {
298*f2a8e57eSGunnar Mills            "additionalProperties": true,
299*f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
300*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
301*f2a8e57eSGunnar Mills            "patternProperties": {
302*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
303*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
304*f2a8e57eSGunnar Mills                    "type": [
305*f2a8e57eSGunnar Mills                        "array",
306*f2a8e57eSGunnar Mills                        "boolean",
307*f2a8e57eSGunnar Mills                        "integer",
308*f2a8e57eSGunnar Mills                        "number",
309*f2a8e57eSGunnar Mills                        "null",
310*f2a8e57eSGunnar Mills                        "object",
311*f2a8e57eSGunnar Mills                        "string"
312*f2a8e57eSGunnar Mills                    ]
313*f2a8e57eSGunnar Mills                }
314*f2a8e57eSGunnar Mills            },
315*f2a8e57eSGunnar Mills            "properties": {},
316*f2a8e57eSGunnar Mills            "type": "object"
317*f2a8e57eSGunnar Mills        }
318*f2a8e57eSGunnar Mills    },
319*f2a8e57eSGunnar Mills    "language": "en",
320*f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
321*f2a8e57eSGunnar Mills    "release": "2023.2",
322*f2a8e57eSGunnar Mills    "title": "#Fan.v1_5_2.Fan"
323*f2a8e57eSGunnar Mills}