1*28cfceb2SGunnar Mills{
2*28cfceb2SGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.v1_15_0.json",
3*28cfceb2SGunnar Mills    "$ref": "#/definitions/PCIeDevice",
4*28cfceb2SGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*28cfceb2SGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*28cfceb2SGunnar Mills    "definitions": {
7*28cfceb2SGunnar Mills        "Actions": {
8*28cfceb2SGunnar Mills            "additionalProperties": false,
9*28cfceb2SGunnar Mills            "description": "The available actions for this resource.",
10*28cfceb2SGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*28cfceb2SGunnar Mills            "patternProperties": {
12*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*28cfceb2SGunnar Mills                    "type": [
15*28cfceb2SGunnar Mills                        "array",
16*28cfceb2SGunnar Mills                        "boolean",
17*28cfceb2SGunnar Mills                        "integer",
18*28cfceb2SGunnar Mills                        "number",
19*28cfceb2SGunnar Mills                        "null",
20*28cfceb2SGunnar Mills                        "object",
21*28cfceb2SGunnar Mills                        "string"
22*28cfceb2SGunnar Mills                    ]
23*28cfceb2SGunnar Mills                }
24*28cfceb2SGunnar Mills            },
25*28cfceb2SGunnar Mills            "properties": {
26*28cfceb2SGunnar Mills                "Oem": {
27*28cfceb2SGunnar Mills                    "$ref": "#/definitions/OemActions",
28*28cfceb2SGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
29*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
30*28cfceb2SGunnar Mills                    "versionAdded": "v1_1_0"
31*28cfceb2SGunnar Mills                }
32*28cfceb2SGunnar Mills            },
33*28cfceb2SGunnar Mills            "type": "object"
34*28cfceb2SGunnar Mills        },
35*28cfceb2SGunnar Mills        "CXLDevice": {
36*28cfceb2SGunnar Mills            "additionalProperties": false,
37*28cfceb2SGunnar Mills            "description": "The CXL-specific properties of a PCIe device.",
38*28cfceb2SGunnar Mills            "longDescription": "This type shall contain CXL-specific properties of a PCIe device.",
39*28cfceb2SGunnar Mills            "patternProperties": {
40*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
41*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
42*28cfceb2SGunnar Mills                    "type": [
43*28cfceb2SGunnar Mills                        "array",
44*28cfceb2SGunnar Mills                        "boolean",
45*28cfceb2SGunnar Mills                        "integer",
46*28cfceb2SGunnar Mills                        "number",
47*28cfceb2SGunnar Mills                        "null",
48*28cfceb2SGunnar Mills                        "object",
49*28cfceb2SGunnar Mills                        "string"
50*28cfceb2SGunnar Mills                    ]
51*28cfceb2SGunnar Mills                }
52*28cfceb2SGunnar Mills            },
53*28cfceb2SGunnar Mills            "properties": {
54*28cfceb2SGunnar Mills                "DeviceType": {
55*28cfceb2SGunnar Mills                    "anyOf": [
56*28cfceb2SGunnar Mills                        {
57*28cfceb2SGunnar Mills                            "$ref": "#/definitions/CXLDeviceType"
58*28cfceb2SGunnar Mills                        },
59*28cfceb2SGunnar Mills                        {
60*28cfceb2SGunnar Mills                            "type": "null"
61*28cfceb2SGunnar Mills                        }
62*28cfceb2SGunnar Mills                    ],
63*28cfceb2SGunnar Mills                    "description": "The CXL device type.",
64*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the CXL device type.",
65*28cfceb2SGunnar Mills                    "readonly": true,
66*28cfceb2SGunnar Mills                    "versionAdded": "v1_11_0"
67*28cfceb2SGunnar Mills                },
68*28cfceb2SGunnar Mills                "DynamicCapacity": {
69*28cfceb2SGunnar Mills                    "anyOf": [
70*28cfceb2SGunnar Mills                        {
71*28cfceb2SGunnar Mills                            "$ref": "#/definitions/CXLDynamicCapacity"
72*28cfceb2SGunnar Mills                        },
73*28cfceb2SGunnar Mills                        {
74*28cfceb2SGunnar Mills                            "type": "null"
75*28cfceb2SGunnar Mills                        }
76*28cfceb2SGunnar Mills                    ],
77*28cfceb2SGunnar Mills                    "description": "The CXL dynamic capacity device (DCD) information for this CXL device.",
78*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the CXL dynamic capacity device (DCD) information for this CXL device.",
79*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
80*28cfceb2SGunnar Mills                },
81*28cfceb2SGunnar Mills                "EgressPortCongestionSupport": {
82*28cfceb2SGunnar Mills                    "description": "Indicates whether the CXL device supports egress port congestion management.",
83*28cfceb2SGunnar Mills                    "longDescription": "This property shall indicate whether the CXL device supports the CXL Specification-defined 'Egress Port Congestion' mechanism.",
84*28cfceb2SGunnar Mills                    "readonly": true,
85*28cfceb2SGunnar Mills                    "type": [
86*28cfceb2SGunnar Mills                        "boolean",
87*28cfceb2SGunnar Mills                        "null"
88*28cfceb2SGunnar Mills                    ],
89*28cfceb2SGunnar Mills                    "versionAdded": "v1_11_0"
90*28cfceb2SGunnar Mills                },
91*28cfceb2SGunnar Mills                "MaxNumberLogicalDevices": {
92*28cfceb2SGunnar Mills                    "description": "The maximum number of logical devices supported by this CXL device.",
93*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the maximum number of logical devices supported by this CXL device.",
94*28cfceb2SGunnar Mills                    "readonly": true,
95*28cfceb2SGunnar Mills                    "type": [
96*28cfceb2SGunnar Mills                        "integer",
97*28cfceb2SGunnar Mills                        "null"
98*28cfceb2SGunnar Mills                    ],
99*28cfceb2SGunnar Mills                    "versionAdded": "v1_11_0"
100*28cfceb2SGunnar Mills                },
101*28cfceb2SGunnar Mills                "TemporaryThroughputReductionEnabled": {
102*28cfceb2SGunnar Mills                    "description": "Indicates whether temporary throughput reduction is enabled.",
103*28cfceb2SGunnar Mills                    "longDescription": "This property shall indicate whether the CXL Specification-defined 'Temporary Throughput Reduction' mechanism is enabled on this device.",
104*28cfceb2SGunnar Mills                    "readonly": false,
105*28cfceb2SGunnar Mills                    "type": [
106*28cfceb2SGunnar Mills                        "boolean",
107*28cfceb2SGunnar Mills                        "null"
108*28cfceb2SGunnar Mills                    ],
109*28cfceb2SGunnar Mills                    "versionAdded": "v1_14_0"
110*28cfceb2SGunnar Mills                },
111*28cfceb2SGunnar Mills                "TemporaryThroughputReductionSupported": {
112*28cfceb2SGunnar Mills                    "description": "Indicates whether temporary throughput reduction is supported.",
113*28cfceb2SGunnar Mills                    "longDescription": "This property shall indicate whether the CXL Specification-defined 'Temporary Throughput Reduction' mechanism is supported on this device.",
114*28cfceb2SGunnar Mills                    "readonly": true,
115*28cfceb2SGunnar Mills                    "type": [
116*28cfceb2SGunnar Mills                        "boolean",
117*28cfceb2SGunnar Mills                        "null"
118*28cfceb2SGunnar Mills                    ],
119*28cfceb2SGunnar Mills                    "versionAdded": "v1_14_0"
120*28cfceb2SGunnar Mills                },
121*28cfceb2SGunnar Mills                "ThroughputReductionSupport": {
122*28cfceb2SGunnar Mills                    "deprecated": "This property has been deprecated in favor of `TemporaryThroughputReductionSupported` to align with the CXL Specification-defined FMAPI command.",
123*28cfceb2SGunnar Mills                    "description": "Indicates whether the CXL device supports throughput reduction.",
124*28cfceb2SGunnar Mills                    "longDescription": "This property shall indicate whether the CXL device supports the CXL Specification-defined 'Throughput Reduction' mechanism.",
125*28cfceb2SGunnar Mills                    "readonly": true,
126*28cfceb2SGunnar Mills                    "type": [
127*28cfceb2SGunnar Mills                        "boolean",
128*28cfceb2SGunnar Mills                        "null"
129*28cfceb2SGunnar Mills                    ],
130*28cfceb2SGunnar Mills                    "versionAdded": "v1_11_0",
131*28cfceb2SGunnar Mills                    "versionDeprecated": "v1_14_0"
132*28cfceb2SGunnar Mills                },
133*28cfceb2SGunnar Mills                "Timestamp": {
134*28cfceb2SGunnar Mills                    "description": "The timestamp set on the CXL device.",
135*28cfceb2SGunnar Mills                    "format": "date-time",
136*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the timestamp set on the CXL device.",
137*28cfceb2SGunnar Mills                    "readonly": false,
138*28cfceb2SGunnar Mills                    "type": "string",
139*28cfceb2SGunnar Mills                    "versionAdded": "v1_11_0"
140*28cfceb2SGunnar Mills                }
141*28cfceb2SGunnar Mills            },
142*28cfceb2SGunnar Mills            "type": "object"
143*28cfceb2SGunnar Mills        },
144*28cfceb2SGunnar Mills        "CXLDeviceType": {
145*28cfceb2SGunnar Mills            "enum": [
146*28cfceb2SGunnar Mills                "Type1",
147*28cfceb2SGunnar Mills                "Type2",
148*28cfceb2SGunnar Mills                "Type3"
149*28cfceb2SGunnar Mills            ],
150*28cfceb2SGunnar Mills            "enumDescriptions": {
151*28cfceb2SGunnar Mills                "Type1": "A CXL Type 1 device.",
152*28cfceb2SGunnar Mills                "Type2": "A CXL Type 2 device.",
153*28cfceb2SGunnar Mills                "Type3": "A CXL Type 3 device."
154*28cfceb2SGunnar Mills            },
155*28cfceb2SGunnar Mills            "enumLongDescriptions": {
156*28cfceb2SGunnar Mills                "Type1": "This value shall indicate a CXL Specification-defined Type 1 device.",
157*28cfceb2SGunnar Mills                "Type2": "This value shall indicate a CXL Specification-defined Type 2 device.",
158*28cfceb2SGunnar Mills                "Type3": "This value shall indicate a CXL Specification-defined Type 3 device."
159*28cfceb2SGunnar Mills            },
160*28cfceb2SGunnar Mills            "type": "string"
161*28cfceb2SGunnar Mills        },
162*28cfceb2SGunnar Mills        "CXLDynamicCapacity": {
163*28cfceb2SGunnar Mills            "additionalProperties": false,
164*28cfceb2SGunnar Mills            "description": "The CXL dynamic capacity device (DCD) information for a CXL device.",
165*28cfceb2SGunnar Mills            "longDescription": "This type shall contain the CXL dynamic capacity device (DCD) information for a CXL device.",
166*28cfceb2SGunnar Mills            "patternProperties": {
167*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
168*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
169*28cfceb2SGunnar Mills                    "type": [
170*28cfceb2SGunnar Mills                        "array",
171*28cfceb2SGunnar Mills                        "boolean",
172*28cfceb2SGunnar Mills                        "integer",
173*28cfceb2SGunnar Mills                        "number",
174*28cfceb2SGunnar Mills                        "null",
175*28cfceb2SGunnar Mills                        "object",
176*28cfceb2SGunnar Mills                        "string"
177*28cfceb2SGunnar Mills                    ]
178*28cfceb2SGunnar Mills                }
179*28cfceb2SGunnar Mills            },
180*28cfceb2SGunnar Mills            "properties": {
181*28cfceb2SGunnar Mills                "AddCapacityPoliciesSupported": {
182*28cfceb2SGunnar Mills                    "description": "The set of selection policies supported by the CXL device when dynamic capacity is added.",
183*28cfceb2SGunnar Mills                    "items": {
184*28cfceb2SGunnar Mills                        "anyOf": [
185*28cfceb2SGunnar Mills                            {
186*28cfceb2SGunnar Mills                                "$ref": "#/definitions/CXLDynamicCapacityPolicies"
187*28cfceb2SGunnar Mills                            },
188*28cfceb2SGunnar Mills                            {
189*28cfceb2SGunnar Mills                                "type": "null"
190*28cfceb2SGunnar Mills                            }
191*28cfceb2SGunnar Mills                        ]
192*28cfceb2SGunnar Mills                    },
193*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the CXL Specification-defined dynamic capacity policies that are supported by this CXL device when dynamic capacity is added.",
194*28cfceb2SGunnar Mills                    "readonly": true,
195*28cfceb2SGunnar Mills                    "type": "array",
196*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
197*28cfceb2SGunnar Mills                },
198*28cfceb2SGunnar Mills                "MaxDynamicCapacityRegions": {
199*28cfceb2SGunnar Mills                    "description": "The maximum number of dynamic capacity memory regions available per host from this CXL device.",
200*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the maximum number of dynamic capacity memory regions available per host from this CXL device.",
201*28cfceb2SGunnar Mills                    "readonly": true,
202*28cfceb2SGunnar Mills                    "type": [
203*28cfceb2SGunnar Mills                        "integer",
204*28cfceb2SGunnar Mills                        "null"
205*28cfceb2SGunnar Mills                    ],
206*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
207*28cfceb2SGunnar Mills                },
208*28cfceb2SGunnar Mills                "MaxHosts": {
209*28cfceb2SGunnar Mills                    "description": "The maximum number of hosts supported by this CXL device.",
210*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the maximum number of hosts supported by this CXL device.",
211*28cfceb2SGunnar Mills                    "readonly": true,
212*28cfceb2SGunnar Mills                    "type": [
213*28cfceb2SGunnar Mills                        "integer",
214*28cfceb2SGunnar Mills                        "null"
215*28cfceb2SGunnar Mills                    ],
216*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
217*28cfceb2SGunnar Mills                },
218*28cfceb2SGunnar Mills                "MemoryBlockSizesSupported": {
219*28cfceb2SGunnar Mills                    "description": "The set of memory block sizes supported by memory regions in this CXL device.",
220*28cfceb2SGunnar Mills                    "items": {
221*28cfceb2SGunnar Mills                        "anyOf": [
222*28cfceb2SGunnar Mills                            {
223*28cfceb2SGunnar Mills                                "$ref": "#/definitions/CXLRegionBlockSizes"
224*28cfceb2SGunnar Mills                            },
225*28cfceb2SGunnar Mills                            {
226*28cfceb2SGunnar Mills                                "type": "null"
227*28cfceb2SGunnar Mills                            }
228*28cfceb2SGunnar Mills                        ]
229*28cfceb2SGunnar Mills                    },
230*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the set of memory block sizes supported by memory regions in this CXL device.",
231*28cfceb2SGunnar Mills                    "type": "array",
232*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
233*28cfceb2SGunnar Mills                },
234*28cfceb2SGunnar Mills                "ReleaseCapacityPoliciesSupported": {
235*28cfceb2SGunnar Mills                    "description": "The set of removal policies supported by the CXL device when dynamic capacity is released.",
236*28cfceb2SGunnar Mills                    "items": {
237*28cfceb2SGunnar Mills                        "anyOf": [
238*28cfceb2SGunnar Mills                            {
239*28cfceb2SGunnar Mills                                "$ref": "#/definitions/CXLDynamicCapacityPolicies"
240*28cfceb2SGunnar Mills                            },
241*28cfceb2SGunnar Mills                            {
242*28cfceb2SGunnar Mills                                "type": "null"
243*28cfceb2SGunnar Mills                            }
244*28cfceb2SGunnar Mills                        ]
245*28cfceb2SGunnar Mills                    },
246*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the CXL Specification-defined dynamic capacity policies that are supported by this CXL device when dynamic capacity is released.",
247*28cfceb2SGunnar Mills                    "readonly": true,
248*28cfceb2SGunnar Mills                    "type": "array",
249*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
250*28cfceb2SGunnar Mills                },
251*28cfceb2SGunnar Mills                "SanitizationOnReleaseSupport": {
252*28cfceb2SGunnar Mills                    "description": "An indication of whether the sanitization on capacity release is configurable for the memory regions in this CXL device.",
253*28cfceb2SGunnar Mills                    "items": {
254*28cfceb2SGunnar Mills                        "anyOf": [
255*28cfceb2SGunnar Mills                            {
256*28cfceb2SGunnar Mills                                "$ref": "#/definitions/CXLRegionSanitization"
257*28cfceb2SGunnar Mills                            },
258*28cfceb2SGunnar Mills                            {
259*28cfceb2SGunnar Mills                                "type": "null"
260*28cfceb2SGunnar Mills                            }
261*28cfceb2SGunnar Mills                        ]
262*28cfceb2SGunnar Mills                    },
263*28cfceb2SGunnar Mills                    "longDescription": "This property shall indicate whether the sanitization on capacity release is configurable for the memory regions in this CXL device.",
264*28cfceb2SGunnar Mills                    "type": "array",
265*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
266*28cfceb2SGunnar Mills                },
267*28cfceb2SGunnar Mills                "TotalDynamicCapacityMiB": {
268*28cfceb2SGunnar Mills                    "description": "The total memory media capacity of the CXL device available for dynamic assignment in mebibytes (MiB).",
269*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total memory media capacity of the CXL device available for dynamic assignment in mebibytes (MiB).",
270*28cfceb2SGunnar Mills                    "readonly": true,
271*28cfceb2SGunnar Mills                    "type": [
272*28cfceb2SGunnar Mills                        "integer",
273*28cfceb2SGunnar Mills                        "null"
274*28cfceb2SGunnar Mills                    ],
275*28cfceb2SGunnar Mills                    "units": "MiBy",
276*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
277*28cfceb2SGunnar Mills                }
278*28cfceb2SGunnar Mills            },
279*28cfceb2SGunnar Mills            "type": "object"
280*28cfceb2SGunnar Mills        },
281*28cfceb2SGunnar Mills        "CXLDynamicCapacityPolicies": {
282*28cfceb2SGunnar Mills            "enum": [
283*28cfceb2SGunnar Mills                "Free",
284*28cfceb2SGunnar Mills                "Contiguous",
285*28cfceb2SGunnar Mills                "Prescriptive",
286*28cfceb2SGunnar Mills                "TagBased"
287*28cfceb2SGunnar Mills            ],
288*28cfceb2SGunnar Mills            "enumDescriptions": {
289*28cfceb2SGunnar Mills                "Contiguous": "Contiguous add capacity policy.",
290*28cfceb2SGunnar Mills                "Free": "Free add capacity policy.",
291*28cfceb2SGunnar Mills                "Prescriptive": "Prescriptive add or release policy.",
292*28cfceb2SGunnar Mills                "TagBased": "Tag-based release policy."
293*28cfceb2SGunnar Mills            },
294*28cfceb2SGunnar Mills            "enumLongDescriptions": {
295*28cfceb2SGunnar Mills                "Contiguous": "This value shall indicate the CXL Specification-defined contiguous add capacity policy.",
296*28cfceb2SGunnar Mills                "Free": "This value shall indicate the CXL Specification-defined free add capacity policy.",
297*28cfceb2SGunnar Mills                "Prescriptive": "This value shall indicate the CXL Specification-defined prescriptive add or release policy.",
298*28cfceb2SGunnar Mills                "TagBased": "This value shall indicate the CXL Specification-defined tag-based release policy."
299*28cfceb2SGunnar Mills            },
300*28cfceb2SGunnar Mills            "type": "string"
301*28cfceb2SGunnar Mills        },
302*28cfceb2SGunnar Mills        "CXLRegionBlockSizes": {
303*28cfceb2SGunnar Mills            "additionalProperties": false,
304*28cfceb2SGunnar Mills            "description": "Set of memory block sizes supported by memory region in the CXL device.",
305*28cfceb2SGunnar Mills            "longDescription": "This type shall contain the set of memory block sizes supported by memory region in the dynamic capacity device.",
306*28cfceb2SGunnar Mills            "patternProperties": {
307*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
308*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
309*28cfceb2SGunnar Mills                    "type": [
310*28cfceb2SGunnar Mills                        "array",
311*28cfceb2SGunnar Mills                        "boolean",
312*28cfceb2SGunnar Mills                        "integer",
313*28cfceb2SGunnar Mills                        "number",
314*28cfceb2SGunnar Mills                        "null",
315*28cfceb2SGunnar Mills                        "object",
316*28cfceb2SGunnar Mills                        "string"
317*28cfceb2SGunnar Mills                    ]
318*28cfceb2SGunnar Mills                }
319*28cfceb2SGunnar Mills            },
320*28cfceb2SGunnar Mills            "properties": {
321*28cfceb2SGunnar Mills                "BlockSizeMiB": {
322*28cfceb2SGunnar Mills                    "description": "Set of memory block sizes supported by this memory region defined in mebibytes (MiB).",
323*28cfceb2SGunnar Mills                    "items": {
324*28cfceb2SGunnar Mills                        "type": [
325*28cfceb2SGunnar Mills                            "integer",
326*28cfceb2SGunnar Mills                            "null"
327*28cfceb2SGunnar Mills                        ]
328*28cfceb2SGunnar Mills                    },
329*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the set of memory block sizes supported by this memory region, with units in MiB.",
330*28cfceb2SGunnar Mills                    "readonly": true,
331*28cfceb2SGunnar Mills                    "type": "array",
332*28cfceb2SGunnar Mills                    "units": "MiBy",
333*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
334*28cfceb2SGunnar Mills                },
335*28cfceb2SGunnar Mills                "RegionNumber": {
336*28cfceb2SGunnar Mills                    "description": "The memory region number.",
337*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the memory region number.",
338*28cfceb2SGunnar Mills                    "readonly": true,
339*28cfceb2SGunnar Mills                    "type": [
340*28cfceb2SGunnar Mills                        "integer",
341*28cfceb2SGunnar Mills                        "null"
342*28cfceb2SGunnar Mills                    ],
343*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
344*28cfceb2SGunnar Mills                }
345*28cfceb2SGunnar Mills            },
346*28cfceb2SGunnar Mills            "type": "object"
347*28cfceb2SGunnar Mills        },
348*28cfceb2SGunnar Mills        "CXLRegionSanitization": {
349*28cfceb2SGunnar Mills            "additionalProperties": false,
350*28cfceb2SGunnar Mills            "description": "An indication of whether the sanitization on capacity release is configurable for the memory region.",
351*28cfceb2SGunnar Mills            "longDescription": "This property shall indicate whether the sanitization on capacity release is configurable for the memory region.",
352*28cfceb2SGunnar Mills            "patternProperties": {
353*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
354*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
355*28cfceb2SGunnar Mills                    "type": [
356*28cfceb2SGunnar Mills                        "array",
357*28cfceb2SGunnar Mills                        "boolean",
358*28cfceb2SGunnar Mills                        "integer",
359*28cfceb2SGunnar Mills                        "number",
360*28cfceb2SGunnar Mills                        "null",
361*28cfceb2SGunnar Mills                        "object",
362*28cfceb2SGunnar Mills                        "string"
363*28cfceb2SGunnar Mills                    ]
364*28cfceb2SGunnar Mills                }
365*28cfceb2SGunnar Mills            },
366*28cfceb2SGunnar Mills            "properties": {
367*28cfceb2SGunnar Mills                "RegionNumber": {
368*28cfceb2SGunnar Mills                    "description": "The memory region number.",
369*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the memory region number.",
370*28cfceb2SGunnar Mills                    "readonly": true,
371*28cfceb2SGunnar Mills                    "type": [
372*28cfceb2SGunnar Mills                        "integer",
373*28cfceb2SGunnar Mills                        "null"
374*28cfceb2SGunnar Mills                    ],
375*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
376*28cfceb2SGunnar Mills                },
377*28cfceb2SGunnar Mills                "SanitizationOnReleaseSupported": {
378*28cfceb2SGunnar Mills                    "description": "An indication of whether the sanitization on capacity release is configurable for this memory region.",
379*28cfceb2SGunnar Mills                    "longDescription": "This property shall indicate whether the sanitization on capacity release is configurable for this memory region.",
380*28cfceb2SGunnar Mills                    "readonly": true,
381*28cfceb2SGunnar Mills                    "type": [
382*28cfceb2SGunnar Mills                        "boolean",
383*28cfceb2SGunnar Mills                        "null"
384*28cfceb2SGunnar Mills                    ],
385*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
386*28cfceb2SGunnar Mills                }
387*28cfceb2SGunnar Mills            },
388*28cfceb2SGunnar Mills            "type": "object"
389*28cfceb2SGunnar Mills        },
390*28cfceb2SGunnar Mills        "DeviceType": {
391*28cfceb2SGunnar Mills            "enum": [
392*28cfceb2SGunnar Mills                "SingleFunction",
393*28cfceb2SGunnar Mills                "MultiFunction",
394*28cfceb2SGunnar Mills                "Simulated",
395*28cfceb2SGunnar Mills                "Retimer"
396*28cfceb2SGunnar Mills            ],
397*28cfceb2SGunnar Mills            "enumDescriptions": {
398*28cfceb2SGunnar Mills                "MultiFunction": "A multi-function PCIe device.",
399*28cfceb2SGunnar Mills                "Retimer": "A PCIe retimer device.",
400*28cfceb2SGunnar Mills                "Simulated": "A PCIe device that is not currently physically present, but is being simulated by the PCIe infrastructure.",
401*28cfceb2SGunnar Mills                "SingleFunction": "A single-function PCIe device."
402*28cfceb2SGunnar Mills            },
403*28cfceb2SGunnar Mills            "enumVersionAdded": {
404*28cfceb2SGunnar Mills                "Retimer": "v1_10_0"
405*28cfceb2SGunnar Mills            },
406*28cfceb2SGunnar Mills            "type": "string"
407*28cfceb2SGunnar Mills        },
408*28cfceb2SGunnar Mills        "LaneSplittingType": {
409*28cfceb2SGunnar Mills            "enum": [
410*28cfceb2SGunnar Mills                "None",
411*28cfceb2SGunnar Mills                "Bridged",
412*28cfceb2SGunnar Mills                "Bifurcated"
413*28cfceb2SGunnar Mills            ],
414*28cfceb2SGunnar Mills            "enumDescriptions": {
415*28cfceb2SGunnar Mills                "Bifurcated": "The slot is bifurcated to split the lanes with associated devices.",
416*28cfceb2SGunnar Mills                "Bridged": "The slot has a bridge to share the lanes with associated devices.",
417*28cfceb2SGunnar Mills                "None": "The slot has no lane splitting."
418*28cfceb2SGunnar Mills            },
419*28cfceb2SGunnar Mills            "type": "string"
420*28cfceb2SGunnar Mills        },
421*28cfceb2SGunnar Mills        "Links": {
422*28cfceb2SGunnar Mills            "additionalProperties": false,
423*28cfceb2SGunnar Mills            "description": "The links to other resources that are related to this resource.",
424*28cfceb2SGunnar 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.",
425*28cfceb2SGunnar Mills            "patternProperties": {
426*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
427*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
428*28cfceb2SGunnar Mills                    "type": [
429*28cfceb2SGunnar Mills                        "array",
430*28cfceb2SGunnar Mills                        "boolean",
431*28cfceb2SGunnar Mills                        "integer",
432*28cfceb2SGunnar Mills                        "number",
433*28cfceb2SGunnar Mills                        "null",
434*28cfceb2SGunnar Mills                        "object",
435*28cfceb2SGunnar Mills                        "string"
436*28cfceb2SGunnar Mills                    ]
437*28cfceb2SGunnar Mills                }
438*28cfceb2SGunnar Mills            },
439*28cfceb2SGunnar Mills            "properties": {
440*28cfceb2SGunnar Mills                "Chassis": {
441*28cfceb2SGunnar Mills                    "description": "An array of links to the chassis in which the PCIe device is contained.",
442*28cfceb2SGunnar Mills                    "items": {
443*28cfceb2SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Chassis.json#/definitions/Chassis"
444*28cfceb2SGunnar Mills                    },
445*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain an array of links to resources of type `Chassis` that represent the physical containers associated with this resource.",
446*28cfceb2SGunnar Mills                    "readonly": true,
447*28cfceb2SGunnar Mills                    "type": "array"
448*28cfceb2SGunnar Mills                },
449*28cfceb2SGunnar Mills                "Chassis@odata.count": {
450*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
451*28cfceb2SGunnar Mills                },
452*28cfceb2SGunnar Mills                "Oem": {
453*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
454*28cfceb2SGunnar Mills                    "description": "The OEM extension property.",
455*28cfceb2SGunnar 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."
456*28cfceb2SGunnar Mills                },
457*28cfceb2SGunnar Mills                "PCIeFunctions": {
458*28cfceb2SGunnar Mills                    "deprecated": "This property has been deprecated in favor of the `PCIeFunctions` property in the root that provides a link to a resource collection.",
459*28cfceb2SGunnar Mills                    "description": "An array of links to PCIe functions exposed by this device.",
460*28cfceb2SGunnar Mills                    "items": {
461*28cfceb2SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeFunction.json#/definitions/PCIeFunction"
462*28cfceb2SGunnar Mills                    },
463*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain an array of links to resources of type `PCIeFunction` that represent the PCIe functions this device exposes.",
464*28cfceb2SGunnar Mills                    "readonly": true,
465*28cfceb2SGunnar Mills                    "type": "array",
466*28cfceb2SGunnar Mills                    "versionDeprecated": "v1_4_0"
467*28cfceb2SGunnar Mills                },
468*28cfceb2SGunnar Mills                "PCIeFunctions@odata.count": {
469*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
470*28cfceb2SGunnar Mills                },
471*28cfceb2SGunnar Mills                "Processors": {
472*28cfceb2SGunnar Mills                    "description": "An array of links to the processors that are directly connected or directly bridged to this PCIe device.",
473*28cfceb2SGunnar Mills                    "items": {
474*28cfceb2SGunnar Mills                        "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor"
475*28cfceb2SGunnar Mills                    },
476*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain an array of links to resources of type `Processor` that represent processors that are directly connected or directly bridged to this PCIe device.",
477*28cfceb2SGunnar Mills                    "readonly": true,
478*28cfceb2SGunnar Mills                    "type": "array",
479*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
480*28cfceb2SGunnar Mills                },
481*28cfceb2SGunnar Mills                "Processors@odata.count": {
482*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
483*28cfceb2SGunnar Mills                },
484*28cfceb2SGunnar Mills                "Switch": {
485*28cfceb2SGunnar Mills                    "anyOf": [
486*28cfceb2SGunnar Mills                        {
487*28cfceb2SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Switch.json#/definitions/Switch"
488*28cfceb2SGunnar Mills                        },
489*28cfceb2SGunnar Mills                        {
490*28cfceb2SGunnar Mills                            "type": "null"
491*28cfceb2SGunnar Mills                        }
492*28cfceb2SGunnar Mills                    ],
493*28cfceb2SGunnar Mills                    "description": "The link to a switch that is associated with this PCIe device.",
494*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `Switch` that is associated with this PCIe device.",
495*28cfceb2SGunnar Mills                    "readonly": true,
496*28cfceb2SGunnar Mills                    "versionAdded": "v1_10_0"
497*28cfceb2SGunnar Mills                }
498*28cfceb2SGunnar Mills            },
499*28cfceb2SGunnar Mills            "type": "object"
500*28cfceb2SGunnar Mills        },
501*28cfceb2SGunnar Mills        "OemActions": {
502*28cfceb2SGunnar Mills            "additionalProperties": true,
503*28cfceb2SGunnar Mills            "description": "The available OEM-specific actions for this resource.",
504*28cfceb2SGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
505*28cfceb2SGunnar Mills            "patternProperties": {
506*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
507*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
508*28cfceb2SGunnar Mills                    "type": [
509*28cfceb2SGunnar Mills                        "array",
510*28cfceb2SGunnar Mills                        "boolean",
511*28cfceb2SGunnar Mills                        "integer",
512*28cfceb2SGunnar Mills                        "number",
513*28cfceb2SGunnar Mills                        "null",
514*28cfceb2SGunnar Mills                        "object",
515*28cfceb2SGunnar Mills                        "string"
516*28cfceb2SGunnar Mills                    ]
517*28cfceb2SGunnar Mills                }
518*28cfceb2SGunnar Mills            },
519*28cfceb2SGunnar Mills            "properties": {},
520*28cfceb2SGunnar Mills            "type": "object"
521*28cfceb2SGunnar Mills        },
522*28cfceb2SGunnar Mills        "PCIeDevice": {
523*28cfceb2SGunnar Mills            "additionalProperties": false,
524*28cfceb2SGunnar Mills            "description": "The `PCIeDevice` schema describes the properties of a PCIe device that is attached to a 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.",
525*28cfceb2SGunnar Mills            "longDescription": "This resource shall represent a PCIe device in 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`.",
526*28cfceb2SGunnar Mills            "patternProperties": {
527*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
528*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
529*28cfceb2SGunnar Mills                    "type": [
530*28cfceb2SGunnar Mills                        "array",
531*28cfceb2SGunnar Mills                        "boolean",
532*28cfceb2SGunnar Mills                        "integer",
533*28cfceb2SGunnar Mills                        "number",
534*28cfceb2SGunnar Mills                        "null",
535*28cfceb2SGunnar Mills                        "object",
536*28cfceb2SGunnar Mills                        "string"
537*28cfceb2SGunnar Mills                    ]
538*28cfceb2SGunnar Mills                }
539*28cfceb2SGunnar Mills            },
540*28cfceb2SGunnar Mills            "properties": {
541*28cfceb2SGunnar Mills                "@odata.context": {
542*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
543*28cfceb2SGunnar Mills                },
544*28cfceb2SGunnar Mills                "@odata.etag": {
545*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
546*28cfceb2SGunnar Mills                },
547*28cfceb2SGunnar Mills                "@odata.id": {
548*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
549*28cfceb2SGunnar Mills                },
550*28cfceb2SGunnar Mills                "@odata.type": {
551*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
552*28cfceb2SGunnar Mills                },
553*28cfceb2SGunnar Mills                "Actions": {
554*28cfceb2SGunnar Mills                    "$ref": "#/definitions/Actions",
555*28cfceb2SGunnar Mills                    "description": "The available actions for this resource.",
556*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource.",
557*28cfceb2SGunnar Mills                    "versionAdded": "v1_1_0"
558*28cfceb2SGunnar Mills                },
559*28cfceb2SGunnar Mills                "Assembly": {
560*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Assembly.json#/definitions/Assembly",
561*28cfceb2SGunnar Mills                    "description": "The link to the assembly associated with this PCIe device.",
562*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `Assembly`.",
563*28cfceb2SGunnar Mills                    "readonly": true,
564*28cfceb2SGunnar Mills                    "versionAdded": "v1_2_0"
565*28cfceb2SGunnar Mills                },
566*28cfceb2SGunnar Mills                "AssetTag": {
567*28cfceb2SGunnar Mills                    "description": "The user-assigned asset tag for this PCIe device.",
568*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain an identifying string that tracks the PCIe device for inventory purposes.",
569*28cfceb2SGunnar Mills                    "readonly": false,
570*28cfceb2SGunnar Mills                    "type": [
571*28cfceb2SGunnar Mills                        "string",
572*28cfceb2SGunnar Mills                        "null"
573*28cfceb2SGunnar Mills                    ]
574*28cfceb2SGunnar Mills                },
575*28cfceb2SGunnar Mills                "CXLDevice": {
576*28cfceb2SGunnar Mills                    "anyOf": [
577*28cfceb2SGunnar Mills                        {
578*28cfceb2SGunnar Mills                            "$ref": "#/definitions/CXLDevice"
579*28cfceb2SGunnar Mills                        },
580*28cfceb2SGunnar Mills                        {
581*28cfceb2SGunnar Mills                            "type": "null"
582*28cfceb2SGunnar Mills                        }
583*28cfceb2SGunnar Mills                    ],
584*28cfceb2SGunnar Mills                    "description": "The CXL-specific properties of this PCIe device.",
585*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain CXL-specific properties of this PCIe device.",
586*28cfceb2SGunnar Mills                    "versionAdded": "v1_11_0"
587*28cfceb2SGunnar Mills                },
588*28cfceb2SGunnar Mills                "CXLLogicalDevices": {
589*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/CXLLogicalDeviceCollection.json#/definitions/CXLLogicalDeviceCollection",
590*28cfceb2SGunnar Mills                    "description": "The link to the collection of CXL logical devices within this PCIe device.",
591*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `CXLLogicalDeviceCollection`.",
592*28cfceb2SGunnar Mills                    "readonly": true,
593*28cfceb2SGunnar Mills                    "versionAdded": "v1_11_0"
594*28cfceb2SGunnar Mills                },
595*28cfceb2SGunnar Mills                "Description": {
596*28cfceb2SGunnar Mills                    "anyOf": [
597*28cfceb2SGunnar Mills                        {
598*28cfceb2SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
599*28cfceb2SGunnar Mills                        },
600*28cfceb2SGunnar Mills                        {
601*28cfceb2SGunnar Mills                            "type": "null"
602*28cfceb2SGunnar Mills                        }
603*28cfceb2SGunnar Mills                    ],
604*28cfceb2SGunnar Mills                    "readonly": true
605*28cfceb2SGunnar Mills                },
606*28cfceb2SGunnar Mills                "DeviceType": {
607*28cfceb2SGunnar Mills                    "$ref": "#/definitions/DeviceType",
608*28cfceb2SGunnar Mills                    "description": "The device type for this PCIe device.",
609*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the device type of the PCIe device such as `SingleFunction` or `MultiFunction`.",
610*28cfceb2SGunnar Mills                    "readonly": true
611*28cfceb2SGunnar Mills                },
612*28cfceb2SGunnar Mills                "EnvironmentMetrics": {
613*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/EnvironmentMetrics.json#/definitions/EnvironmentMetrics",
614*28cfceb2SGunnar Mills                    "description": "The link to the environment metrics for this PCIe device.",
615*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain a link to a resource of type `EnvironmentMetrics` that specifies the environment metrics for this PCIe device.",
616*28cfceb2SGunnar Mills                    "readonly": true,
617*28cfceb2SGunnar Mills                    "versionAdded": "v1_7_0"
618*28cfceb2SGunnar Mills                },
619*28cfceb2SGunnar Mills                "FirmwareVersion": {
620*28cfceb2SGunnar Mills                    "description": "The version of firmware for this PCIe device.",
621*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the firmware version of the PCIe device.",
622*28cfceb2SGunnar Mills                    "readonly": true,
623*28cfceb2SGunnar Mills                    "type": [
624*28cfceb2SGunnar Mills                        "string",
625*28cfceb2SGunnar Mills                        "null"
626*28cfceb2SGunnar Mills                    ]
627*28cfceb2SGunnar Mills                },
628*28cfceb2SGunnar Mills                "Id": {
629*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
630*28cfceb2SGunnar Mills                    "readonly": true
631*28cfceb2SGunnar Mills                },
632*28cfceb2SGunnar Mills                "Links": {
633*28cfceb2SGunnar Mills                    "$ref": "#/definitions/Links",
634*28cfceb2SGunnar Mills                    "description": "The links to other resources that are related to this resource.",
635*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
636*28cfceb2SGunnar Mills                },
637*28cfceb2SGunnar Mills                "LocationIndicatorActive": {
638*28cfceb2SGunnar Mills                    "description": "An indicator allowing an operator to physically locate this resource.",
639*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the state of the indicator used to physically identify or locate this resource.",
640*28cfceb2SGunnar Mills                    "readonly": false,
641*28cfceb2SGunnar Mills                    "type": [
642*28cfceb2SGunnar Mills                        "boolean",
643*28cfceb2SGunnar Mills                        "null"
644*28cfceb2SGunnar Mills                    ],
645*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
646*28cfceb2SGunnar Mills                },
647*28cfceb2SGunnar Mills                "Manufacturer": {
648*28cfceb2SGunnar Mills                    "description": "The manufacturer of this PCIe device.",
649*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the name of the organization responsible for producing the PCIe device.  This organization may be the entity from whom the PCIe device is purchased, but this is not necessarily true.",
650*28cfceb2SGunnar Mills                    "readonly": true,
651*28cfceb2SGunnar Mills                    "type": [
652*28cfceb2SGunnar Mills                        "string",
653*28cfceb2SGunnar Mills                        "null"
654*28cfceb2SGunnar Mills                    ]
655*28cfceb2SGunnar Mills                },
656*28cfceb2SGunnar Mills                "Model": {
657*28cfceb2SGunnar Mills                    "description": "The model number for the PCIe device.",
658*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the name by which the manufacturer generally refers to the PCIe device.",
659*28cfceb2SGunnar Mills                    "readonly": true,
660*28cfceb2SGunnar Mills                    "type": [
661*28cfceb2SGunnar Mills                        "string",
662*28cfceb2SGunnar Mills                        "null"
663*28cfceb2SGunnar Mills                    ]
664*28cfceb2SGunnar Mills                },
665*28cfceb2SGunnar Mills                "Name": {
666*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
667*28cfceb2SGunnar Mills                    "readonly": true
668*28cfceb2SGunnar Mills                },
669*28cfceb2SGunnar Mills                "Oem": {
670*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
671*28cfceb2SGunnar Mills                    "description": "The OEM extension property.",
672*28cfceb2SGunnar 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."
673*28cfceb2SGunnar Mills                },
674*28cfceb2SGunnar Mills                "PCIeFunctions": {
675*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeFunctionCollection.json#/definitions/PCIeFunctionCollection",
676*28cfceb2SGunnar Mills                    "description": "The link to the collection of PCIe functions associated with this PCIe device.",
677*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain a link to a resource collection of type `PCIeFunctionCollection`.  This property should not be present if `DeviceType` contains `Retimer`.",
678*28cfceb2SGunnar Mills                    "readonly": true,
679*28cfceb2SGunnar Mills                    "versionAdded": "v1_4_0"
680*28cfceb2SGunnar Mills                },
681*28cfceb2SGunnar Mills                "PCIeInterface": {
682*28cfceb2SGunnar Mills                    "$ref": "#/definitions/PCIeInterface",
683*28cfceb2SGunnar Mills                    "description": "The PCIe interface details for this PCIe device.",
684*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain details for the PCIe interface that connects this PCIe device to its host or upstream switch.",
685*28cfceb2SGunnar Mills                    "versionAdded": "v1_3_0"
686*28cfceb2SGunnar Mills                },
687*28cfceb2SGunnar Mills                "PartNumber": {
688*28cfceb2SGunnar Mills                    "description": "The part number for this PCIe device.",
689*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain a part number assigned by the organization that is responsible for producing or manufacturing the PCIe device.",
690*28cfceb2SGunnar Mills                    "readonly": true,
691*28cfceb2SGunnar Mills                    "type": [
692*28cfceb2SGunnar Mills                        "string",
693*28cfceb2SGunnar Mills                        "null"
694*28cfceb2SGunnar Mills                    ]
695*28cfceb2SGunnar Mills                },
696*28cfceb2SGunnar Mills                "ReadyToRemove": {
697*28cfceb2SGunnar Mills                    "description": "An indication of whether the PCIe device is prepared by the system for removal.",
698*28cfceb2SGunnar Mills                    "longDescription": "This property shall indicate whether the PCIe device is ready for removal.  Setting the value to `true` shall cause the service to perform appropriate actions to quiesce the device.  A task may spawn while the device is quiescing.",
699*28cfceb2SGunnar Mills                    "readonly": false,
700*28cfceb2SGunnar Mills                    "type": [
701*28cfceb2SGunnar Mills                        "boolean",
702*28cfceb2SGunnar Mills                        "null"
703*28cfceb2SGunnar Mills                    ],
704*28cfceb2SGunnar Mills                    "versionAdded": "v1_7_0"
705*28cfceb2SGunnar Mills                },
706*28cfceb2SGunnar Mills                "SKU": {
707*28cfceb2SGunnar Mills                    "description": "The SKU for this PCIe device.",
708*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the stock-keeping unit number for this PCIe device.",
709*28cfceb2SGunnar Mills                    "readonly": true,
710*28cfceb2SGunnar Mills                    "type": [
711*28cfceb2SGunnar Mills                        "string",
712*28cfceb2SGunnar Mills                        "null"
713*28cfceb2SGunnar Mills                    ]
714*28cfceb2SGunnar Mills                },
715*28cfceb2SGunnar Mills                "SerialNumber": {
716*28cfceb2SGunnar Mills                    "description": "The serial number for this PCIe device.",
717*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain a manufacturer-allocated number that identifies the PCIe device.",
718*28cfceb2SGunnar Mills                    "readonly": true,
719*28cfceb2SGunnar Mills                    "type": [
720*28cfceb2SGunnar Mills                        "string",
721*28cfceb2SGunnar Mills                        "null"
722*28cfceb2SGunnar Mills                    ]
723*28cfceb2SGunnar Mills                },
724*28cfceb2SGunnar Mills                "Slot": {
725*28cfceb2SGunnar Mills                    "anyOf": [
726*28cfceb2SGunnar Mills                        {
727*28cfceb2SGunnar Mills                            "$ref": "#/definitions/Slot"
728*28cfceb2SGunnar Mills                        },
729*28cfceb2SGunnar Mills                        {
730*28cfceb2SGunnar Mills                            "type": "null"
731*28cfceb2SGunnar Mills                        }
732*28cfceb2SGunnar Mills                    ],
733*28cfceb2SGunnar Mills                    "description": "Information about the slot for this PCIe device.",
734*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain information about the PCIe slot for this PCIe device.",
735*28cfceb2SGunnar Mills                    "versionAdded": "v1_9_0"
736*28cfceb2SGunnar Mills                },
737*28cfceb2SGunnar Mills                "SparePartNumber": {
738*28cfceb2SGunnar Mills                    "description": "The spare part number of the PCIe device.",
739*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the spare part number of the PCIe device.",
740*28cfceb2SGunnar Mills                    "readonly": true,
741*28cfceb2SGunnar Mills                    "type": [
742*28cfceb2SGunnar Mills                        "string",
743*28cfceb2SGunnar Mills                        "null"
744*28cfceb2SGunnar Mills                    ],
745*28cfceb2SGunnar Mills                    "versionAdded": "v1_6_0"
746*28cfceb2SGunnar Mills                },
747*28cfceb2SGunnar Mills                "StagedVersion": {
748*28cfceb2SGunnar Mills                    "description": "The staged firmware version for this PCIe device; this firmware is not yet active.",
749*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the staged firmware version for this PCIe device; this firmware is not yet active.",
750*28cfceb2SGunnar Mills                    "readonly": true,
751*28cfceb2SGunnar Mills                    "type": "string",
752*28cfceb2SGunnar Mills                    "versionAdded": "v1_11_0"
753*28cfceb2SGunnar Mills                },
754*28cfceb2SGunnar Mills                "Status": {
755*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
756*28cfceb2SGunnar Mills                    "description": "The status and health of the resource and its subordinate or dependent resources.",
757*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain any status or health properties of the resource."
758*28cfceb2SGunnar Mills                },
759*28cfceb2SGunnar Mills                "UUID": {
760*28cfceb2SGunnar Mills                    "anyOf": [
761*28cfceb2SGunnar Mills                        {
762*28cfceb2SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/UUID"
763*28cfceb2SGunnar Mills                        },
764*28cfceb2SGunnar Mills                        {
765*28cfceb2SGunnar Mills                            "type": "null"
766*28cfceb2SGunnar Mills                        }
767*28cfceb2SGunnar Mills                    ],
768*28cfceb2SGunnar Mills                    "description": "The UUID for this PCIe device.",
769*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the universally unique identifier number for this PCIe device.",
770*28cfceb2SGunnar Mills                    "readonly": true,
771*28cfceb2SGunnar Mills                    "versionAdded": "v1_5_0"
772*28cfceb2SGunnar Mills                }
773*28cfceb2SGunnar Mills            },
774*28cfceb2SGunnar Mills            "required": [
775*28cfceb2SGunnar Mills                "@odata.id",
776*28cfceb2SGunnar Mills                "@odata.type",
777*28cfceb2SGunnar Mills                "Id",
778*28cfceb2SGunnar Mills                "Name"
779*28cfceb2SGunnar Mills            ],
780*28cfceb2SGunnar Mills            "type": "object"
781*28cfceb2SGunnar Mills        },
782*28cfceb2SGunnar Mills        "PCIeErrors": {
783*28cfceb2SGunnar Mills            "additionalProperties": false,
784*28cfceb2SGunnar Mills            "description": "The PCIe errors associated with this device.",
785*28cfceb2SGunnar Mills            "longDescription": "This property shall contain properties that describe the PCIe errors associated with this device.",
786*28cfceb2SGunnar Mills            "patternProperties": {
787*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
788*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
789*28cfceb2SGunnar Mills                    "type": [
790*28cfceb2SGunnar Mills                        "array",
791*28cfceb2SGunnar Mills                        "boolean",
792*28cfceb2SGunnar Mills                        "integer",
793*28cfceb2SGunnar Mills                        "number",
794*28cfceb2SGunnar Mills                        "null",
795*28cfceb2SGunnar Mills                        "object",
796*28cfceb2SGunnar Mills                        "string"
797*28cfceb2SGunnar Mills                    ]
798*28cfceb2SGunnar Mills                }
799*28cfceb2SGunnar Mills            },
800*28cfceb2SGunnar Mills            "properties": {
801*28cfceb2SGunnar Mills                "BadDLLPCount": {
802*28cfceb2SGunnar Mills                    "description": "The total number of Bad DLLPs issued on the PCIe link by the receiver.",
803*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of Bad DLLPs issued on the PCIe link by the receiver.  A Bad DLLP in the context of PCIe communication is a packet that has encountered errors at the data link layer.  When a DLLP is considered bad, it means it has been corrupted or is incorrectly formatted, potentially due to transmission errors, hardware failures, or other issues that affect its integrity.",
804*28cfceb2SGunnar Mills                    "readonly": true,
805*28cfceb2SGunnar Mills                    "type": [
806*28cfceb2SGunnar Mills                        "integer",
807*28cfceb2SGunnar Mills                        "null"
808*28cfceb2SGunnar Mills                    ],
809*28cfceb2SGunnar Mills                    "versionAdded": "v1_15_0"
810*28cfceb2SGunnar Mills                },
811*28cfceb2SGunnar Mills                "BadTLPCount": {
812*28cfceb2SGunnar Mills                    "description": "The total number of Bad TLPs issued on the PCIe link by the receiver.",
813*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of Bad TLPs issued on the PCIe link by the receiver.  A Bad TLP in the context of PCIe communication is a packet that cannot be properly processed due to errors at the transaction layer.  These errors could include corrupted data, incorrect packet formatting, invalid header information, or a mismatched checksum.",
814*28cfceb2SGunnar Mills                    "readonly": true,
815*28cfceb2SGunnar Mills                    "type": [
816*28cfceb2SGunnar Mills                        "integer",
817*28cfceb2SGunnar Mills                        "null"
818*28cfceb2SGunnar Mills                    ],
819*28cfceb2SGunnar Mills                    "versionAdded": "v1_15_0"
820*28cfceb2SGunnar Mills                },
821*28cfceb2SGunnar Mills                "CorrectableErrorCount": {
822*28cfceb2SGunnar Mills                    "description": "The total number of PCIe correctable errors for this device.",
823*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of PCIe correctable errors for this device.",
824*28cfceb2SGunnar Mills                    "readonly": true,
825*28cfceb2SGunnar Mills                    "type": [
826*28cfceb2SGunnar Mills                        "integer",
827*28cfceb2SGunnar Mills                        "null"
828*28cfceb2SGunnar Mills                    ],
829*28cfceb2SGunnar Mills                    "versionAdded": "v1_8_0"
830*28cfceb2SGunnar Mills                },
831*28cfceb2SGunnar Mills                "FatalErrorCount": {
832*28cfceb2SGunnar Mills                    "description": "The total number of PCIe fatal errors for this device.",
833*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of PCIe fatal errors for this device.",
834*28cfceb2SGunnar Mills                    "readonly": true,
835*28cfceb2SGunnar Mills                    "type": [
836*28cfceb2SGunnar Mills                        "integer",
837*28cfceb2SGunnar Mills                        "null"
838*28cfceb2SGunnar Mills                    ],
839*28cfceb2SGunnar Mills                    "versionAdded": "v1_8_0"
840*28cfceb2SGunnar Mills                },
841*28cfceb2SGunnar Mills                "L0ToRecoveryCount": {
842*28cfceb2SGunnar Mills                    "description": "The total number of times the PCIe link states transitioned from L0 to the recovery state for this device.",
843*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of times the PCIe link transitioned from L0 to the recovery state for this device.",
844*28cfceb2SGunnar Mills                    "readonly": true,
845*28cfceb2SGunnar Mills                    "type": [
846*28cfceb2SGunnar Mills                        "integer",
847*28cfceb2SGunnar Mills                        "null"
848*28cfceb2SGunnar Mills                    ],
849*28cfceb2SGunnar Mills                    "versionAdded": "v1_8_0"
850*28cfceb2SGunnar Mills                },
851*28cfceb2SGunnar Mills                "NAKReceivedCount": {
852*28cfceb2SGunnar Mills                    "description": "The total number of NAKs issued on the PCIe link by the receiver.",
853*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of NAKs issued on the PCIe link by the receiver.  A NAK is issued by the receiver when it detects that a TLP from this device was missed.  This could be because this device did not transmit it, or because the receiver could not properly decode the packet.",
854*28cfceb2SGunnar Mills                    "readonly": true,
855*28cfceb2SGunnar Mills                    "type": [
856*28cfceb2SGunnar Mills                        "integer",
857*28cfceb2SGunnar Mills                        "null"
858*28cfceb2SGunnar Mills                    ],
859*28cfceb2SGunnar Mills                    "versionAdded": "v1_8_0"
860*28cfceb2SGunnar Mills                },
861*28cfceb2SGunnar Mills                "NAKSentCount": {
862*28cfceb2SGunnar Mills                    "description": "The total number of NAKs issued on the PCIe link by this device.",
863*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of NAKs issued on the PCIe link by this device.  A NAK is issued by the device when it detects that a TLP from the receiver was missed.  This could be because the receiver did not transmit it, or because this device could not properly decode the packet.",
864*28cfceb2SGunnar Mills                    "readonly": true,
865*28cfceb2SGunnar Mills                    "type": [
866*28cfceb2SGunnar Mills                        "integer",
867*28cfceb2SGunnar Mills                        "null"
868*28cfceb2SGunnar Mills                    ],
869*28cfceb2SGunnar Mills                    "versionAdded": "v1_8_0"
870*28cfceb2SGunnar Mills                },
871*28cfceb2SGunnar Mills                "NonFatalErrorCount": {
872*28cfceb2SGunnar Mills                    "description": "The total number of PCIe non-fatal errors for this device.",
873*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of PCIe non-fatal errors for this device.",
874*28cfceb2SGunnar Mills                    "readonly": true,
875*28cfceb2SGunnar Mills                    "type": [
876*28cfceb2SGunnar Mills                        "integer",
877*28cfceb2SGunnar Mills                        "null"
878*28cfceb2SGunnar Mills                    ],
879*28cfceb2SGunnar Mills                    "versionAdded": "v1_8_0"
880*28cfceb2SGunnar Mills                },
881*28cfceb2SGunnar Mills                "ReplayCount": {
882*28cfceb2SGunnar Mills                    "description": "The total number of PCIe replays issued by this device.",
883*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of replays issued on the PCIe link by this device.  A replay is a retransmission of a TLP and occurs because the ACK timer is expired, which means that the receiver did not send the ACK or this device did not properly decode the ACK.",
884*28cfceb2SGunnar Mills                    "readonly": true,
885*28cfceb2SGunnar Mills                    "type": [
886*28cfceb2SGunnar Mills                        "integer",
887*28cfceb2SGunnar Mills                        "null"
888*28cfceb2SGunnar Mills                    ],
889*28cfceb2SGunnar Mills                    "versionAdded": "v1_8_0"
890*28cfceb2SGunnar Mills                },
891*28cfceb2SGunnar Mills                "ReplayRolloverCount": {
892*28cfceb2SGunnar Mills                    "description": "The total number of PCIe replay rollovers issued by this device.",
893*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of replay rollovers issued on the PCIe link by this device.  A replay rollover occurs when consecutive replays failed to resolve the errors on the link, which means that this device forced the link into the recovery state.",
894*28cfceb2SGunnar Mills                    "readonly": true,
895*28cfceb2SGunnar Mills                    "type": [
896*28cfceb2SGunnar Mills                        "integer",
897*28cfceb2SGunnar Mills                        "null"
898*28cfceb2SGunnar Mills                    ],
899*28cfceb2SGunnar Mills                    "versionAdded": "v1_8_0"
900*28cfceb2SGunnar Mills                },
901*28cfceb2SGunnar Mills                "UnsupportedRequestCount": {
902*28cfceb2SGunnar Mills                    "description": "The total number of PCIe unsupported requests received by this device.",
903*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the total number of PCIe unsupported requests received by this device.",
904*28cfceb2SGunnar Mills                    "readonly": true,
905*28cfceb2SGunnar Mills                    "type": [
906*28cfceb2SGunnar Mills                        "integer",
907*28cfceb2SGunnar Mills                        "null"
908*28cfceb2SGunnar Mills                    ],
909*28cfceb2SGunnar Mills                    "versionAdded": "v1_13_0"
910*28cfceb2SGunnar Mills                }
911*28cfceb2SGunnar Mills            },
912*28cfceb2SGunnar Mills            "type": "object"
913*28cfceb2SGunnar Mills        },
914*28cfceb2SGunnar Mills        "PCIeInterface": {
915*28cfceb2SGunnar Mills            "additionalProperties": false,
916*28cfceb2SGunnar Mills            "description": "Properties that describe a PCIe interface.",
917*28cfceb2SGunnar Mills            "longDescription": "This type shall contain the definition for a PCIe interface for a Redfish implementation.",
918*28cfceb2SGunnar Mills            "patternProperties": {
919*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
920*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
921*28cfceb2SGunnar Mills                    "type": [
922*28cfceb2SGunnar Mills                        "array",
923*28cfceb2SGunnar Mills                        "boolean",
924*28cfceb2SGunnar Mills                        "integer",
925*28cfceb2SGunnar Mills                        "number",
926*28cfceb2SGunnar Mills                        "null",
927*28cfceb2SGunnar Mills                        "object",
928*28cfceb2SGunnar Mills                        "string"
929*28cfceb2SGunnar Mills                    ]
930*28cfceb2SGunnar Mills                }
931*28cfceb2SGunnar Mills            },
932*28cfceb2SGunnar Mills            "properties": {
933*28cfceb2SGunnar Mills                "LanesInUse": {
934*28cfceb2SGunnar Mills                    "description": "The number of PCIe lanes in use by this device.",
935*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the number of PCIe lanes in use by this device, which shall be equal to or less than the `MaxLanes` property value.",
936*28cfceb2SGunnar Mills                    "maximum": 32,
937*28cfceb2SGunnar Mills                    "readonly": true,
938*28cfceb2SGunnar Mills                    "type": [
939*28cfceb2SGunnar Mills                        "integer",
940*28cfceb2SGunnar Mills                        "null"
941*28cfceb2SGunnar Mills                    ],
942*28cfceb2SGunnar Mills                    "versionAdded": "v1_3_0"
943*28cfceb2SGunnar Mills                },
944*28cfceb2SGunnar Mills                "MaxLanes": {
945*28cfceb2SGunnar Mills                    "description": "The number of PCIe lanes supported by this device.",
946*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the maximum number of PCIe lanes supported by this device.",
947*28cfceb2SGunnar Mills                    "maximum": 32,
948*28cfceb2SGunnar Mills                    "readonly": true,
949*28cfceb2SGunnar Mills                    "type": [
950*28cfceb2SGunnar Mills                        "integer",
951*28cfceb2SGunnar Mills                        "null"
952*28cfceb2SGunnar Mills                    ],
953*28cfceb2SGunnar Mills                    "versionAdded": "v1_3_0"
954*28cfceb2SGunnar Mills                },
955*28cfceb2SGunnar Mills                "MaxPCIeType": {
956*28cfceb2SGunnar Mills                    "anyOf": [
957*28cfceb2SGunnar Mills                        {
958*28cfceb2SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeTypes"
959*28cfceb2SGunnar Mills                        },
960*28cfceb2SGunnar Mills                        {
961*28cfceb2SGunnar Mills                            "type": "null"
962*28cfceb2SGunnar Mills                        }
963*28cfceb2SGunnar Mills                    ],
964*28cfceb2SGunnar Mills                    "description": "The highest version of the PCIe specification supported by this device.",
965*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the maximum PCIe specification that this device supports.",
966*28cfceb2SGunnar Mills                    "readonly": true,
967*28cfceb2SGunnar Mills                    "versionAdded": "v1_3_0"
968*28cfceb2SGunnar Mills                },
969*28cfceb2SGunnar Mills                "Oem": {
970*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
971*28cfceb2SGunnar Mills                    "description": "The OEM extension property.",
972*28cfceb2SGunnar 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.",
973*28cfceb2SGunnar Mills                    "versionAdded": "v1_3_0"
974*28cfceb2SGunnar Mills                },
975*28cfceb2SGunnar Mills                "PCIeType": {
976*28cfceb2SGunnar Mills                    "anyOf": [
977*28cfceb2SGunnar Mills                        {
978*28cfceb2SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeTypes"
979*28cfceb2SGunnar Mills                        },
980*28cfceb2SGunnar Mills                        {
981*28cfceb2SGunnar Mills                            "type": "null"
982*28cfceb2SGunnar Mills                        }
983*28cfceb2SGunnar Mills                    ],
984*28cfceb2SGunnar Mills                    "description": "The version of the PCIe specification in use by this device.",
985*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the negotiated PCIe interface version in use by this device.",
986*28cfceb2SGunnar Mills                    "readonly": true,
987*28cfceb2SGunnar Mills                    "versionAdded": "v1_3_0"
988*28cfceb2SGunnar Mills                }
989*28cfceb2SGunnar Mills            },
990*28cfceb2SGunnar Mills            "type": "object"
991*28cfceb2SGunnar Mills        },
992*28cfceb2SGunnar Mills        "Slot": {
993*28cfceb2SGunnar Mills            "additionalProperties": false,
994*28cfceb2SGunnar Mills            "description": "The PCIe slot associated with a PCIe device.",
995*28cfceb2SGunnar Mills            "longDescription": "This object shall contain properties that describe the PCIe slot associated with a PCIe device.",
996*28cfceb2SGunnar Mills            "patternProperties": {
997*28cfceb2SGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
998*28cfceb2SGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
999*28cfceb2SGunnar Mills                    "type": [
1000*28cfceb2SGunnar Mills                        "array",
1001*28cfceb2SGunnar Mills                        "boolean",
1002*28cfceb2SGunnar Mills                        "integer",
1003*28cfceb2SGunnar Mills                        "number",
1004*28cfceb2SGunnar Mills                        "null",
1005*28cfceb2SGunnar Mills                        "object",
1006*28cfceb2SGunnar Mills                        "string"
1007*28cfceb2SGunnar Mills                    ]
1008*28cfceb2SGunnar Mills                }
1009*28cfceb2SGunnar Mills            },
1010*28cfceb2SGunnar Mills            "properties": {
1011*28cfceb2SGunnar Mills                "HotPluggable": {
1012*28cfceb2SGunnar Mills                    "description": "An indication of whether this PCIe slot supports hotplug.",
1013*28cfceb2SGunnar Mills                    "longDescription": "This property shall indicate whether this PCIe slot supports hotplug.",
1014*28cfceb2SGunnar Mills                    "readonly": true,
1015*28cfceb2SGunnar Mills                    "type": [
1016*28cfceb2SGunnar Mills                        "boolean",
1017*28cfceb2SGunnar Mills                        "null"
1018*28cfceb2SGunnar Mills                    ],
1019*28cfceb2SGunnar Mills                    "versionAdded": "v1_12_0"
1020*28cfceb2SGunnar Mills                },
1021*28cfceb2SGunnar Mills                "LaneSplitting": {
1022*28cfceb2SGunnar Mills                    "anyOf": [
1023*28cfceb2SGunnar Mills                        {
1024*28cfceb2SGunnar Mills                            "$ref": "#/definitions/LaneSplittingType"
1025*28cfceb2SGunnar Mills                        },
1026*28cfceb2SGunnar Mills                        {
1027*28cfceb2SGunnar Mills                            "type": "null"
1028*28cfceb2SGunnar Mills                        }
1029*28cfceb2SGunnar Mills                    ],
1030*28cfceb2SGunnar Mills                    "description": "The lane splitting strategy used in the PCIe slot.",
1031*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain lane splitting information of the associated PCIe slot.",
1032*28cfceb2SGunnar Mills                    "readonly": true,
1033*28cfceb2SGunnar Mills                    "versionAdded": "v1_9_0"
1034*28cfceb2SGunnar Mills                },
1035*28cfceb2SGunnar Mills                "Lanes": {
1036*28cfceb2SGunnar Mills                    "description": "The number of PCIe lanes supported by this slot.",
1037*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the maximum number of PCIe lanes supported by the slot.",
1038*28cfceb2SGunnar Mills                    "maximum": 32,
1039*28cfceb2SGunnar Mills                    "readonly": true,
1040*28cfceb2SGunnar Mills                    "type": [
1041*28cfceb2SGunnar Mills                        "integer",
1042*28cfceb2SGunnar Mills                        "null"
1043*28cfceb2SGunnar Mills                    ],
1044*28cfceb2SGunnar Mills                    "versionAdded": "v1_9_0"
1045*28cfceb2SGunnar Mills                },
1046*28cfceb2SGunnar Mills                "Location": {
1047*28cfceb2SGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
1048*28cfceb2SGunnar Mills                    "description": "The location of the PCIe slot.",
1049*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain part location information, including a `ServiceLabel` property, of the associated PCIe slot.",
1050*28cfceb2SGunnar Mills                    "versionAdded": "v1_9_0"
1051*28cfceb2SGunnar Mills                },
1052*28cfceb2SGunnar Mills                "PCIeType": {
1053*28cfceb2SGunnar Mills                    "anyOf": [
1054*28cfceb2SGunnar Mills                        {
1055*28cfceb2SGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeTypes"
1056*28cfceb2SGunnar Mills                        },
1057*28cfceb2SGunnar Mills                        {
1058*28cfceb2SGunnar Mills                            "type": "null"
1059*28cfceb2SGunnar Mills                        }
1060*28cfceb2SGunnar Mills                    ],
1061*28cfceb2SGunnar Mills                    "description": "The PCIe specification this slot supports.",
1062*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the maximum PCIe specification that this slot supports.",
1063*28cfceb2SGunnar Mills                    "readonly": true,
1064*28cfceb2SGunnar Mills                    "versionAdded": "v1_9_0"
1065*28cfceb2SGunnar Mills                },
1066*28cfceb2SGunnar Mills                "SlotType": {
1067*28cfceb2SGunnar Mills                    "anyOf": [
1068*28cfceb2SGunnar Mills                        {
1069*28cfceb2SGunnar Mills                            "$ref": "#/definitions/SlotType"
1070*28cfceb2SGunnar Mills                        },
1071*28cfceb2SGunnar Mills                        {
1072*28cfceb2SGunnar Mills                            "type": "null"
1073*28cfceb2SGunnar Mills                        }
1074*28cfceb2SGunnar Mills                    ],
1075*28cfceb2SGunnar Mills                    "description": "The PCIe slot type.",
1076*28cfceb2SGunnar Mills                    "longDescription": "This property shall contain the PCIe slot type.",
1077*28cfceb2SGunnar Mills                    "readonly": true,
1078*28cfceb2SGunnar Mills                    "versionAdded": "v1_9_0"
1079*28cfceb2SGunnar Mills                }
1080*28cfceb2SGunnar Mills            },
1081*28cfceb2SGunnar Mills            "type": "object"
1082*28cfceb2SGunnar Mills        },
1083*28cfceb2SGunnar Mills        "SlotType": {
1084*28cfceb2SGunnar Mills            "enum": [
1085*28cfceb2SGunnar Mills                "FullLength",
1086*28cfceb2SGunnar Mills                "HalfLength",
1087*28cfceb2SGunnar Mills                "LowProfile",
1088*28cfceb2SGunnar Mills                "Mini",
1089*28cfceb2SGunnar Mills                "M2",
1090*28cfceb2SGunnar Mills                "OEM",
1091*28cfceb2SGunnar Mills                "OCP3Small",
1092*28cfceb2SGunnar Mills                "OCP3Large",
1093*28cfceb2SGunnar Mills                "U2"
1094*28cfceb2SGunnar Mills            ],
1095*28cfceb2SGunnar Mills            "enumDescriptions": {
1096*28cfceb2SGunnar Mills                "FullLength": "Full-Length PCIe slot.",
1097*28cfceb2SGunnar Mills                "HalfLength": "Half-Length PCIe slot.",
1098*28cfceb2SGunnar Mills                "LowProfile": "Low-Profile or Slim PCIe slot.",
1099*28cfceb2SGunnar Mills                "M2": "PCIe M.2 slot.",
1100*28cfceb2SGunnar Mills                "Mini": "Mini PCIe slot.",
1101*28cfceb2SGunnar Mills                "OCP3Large": "Open Compute Project 3.0 large form factor slot.",
1102*28cfceb2SGunnar Mills                "OCP3Small": "Open Compute Project 3.0 small form factor slot.",
1103*28cfceb2SGunnar Mills                "OEM": "An OEM-specific slot.",
1104*28cfceb2SGunnar Mills                "U2": "U.2 / SFF-8639 slot or bay."
1105*28cfceb2SGunnar Mills            },
1106*28cfceb2SGunnar Mills            "type": "string"
1107*28cfceb2SGunnar Mills        }
1108*28cfceb2SGunnar Mills    },
1109*28cfceb2SGunnar Mills    "language": "en",
1110*28cfceb2SGunnar Mills    "owningEntity": "DMTF",
1111*28cfceb2SGunnar Mills    "release": "2024.2",
1112*28cfceb2SGunnar Mills    "title": "#PCIeDevice.v1_15_0.PCIeDevice"
1113*28cfceb2SGunnar Mills}