1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/GraphicsController.v1_0_2.json",
3    "$ref": "#/definitions/GraphicsController",
4    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6    "definitions": {
7        "Actions": {
8            "additionalProperties": false,
9            "description": "The available actions for this resource.",
10            "longDescription": "This type shall contain the available actions for this resource.",
11            "patternProperties": {
12                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13                    "description": "This property shall specify a valid odata or Redfish property.",
14                    "type": [
15                        "array",
16                        "boolean",
17                        "integer",
18                        "number",
19                        "null",
20                        "object",
21                        "string"
22                    ]
23                }
24            },
25            "properties": {
26                "Oem": {
27                    "$ref": "#/definitions/OemActions",
28                    "description": "The available OEM-specific actions for this resource.",
29                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
30                }
31            },
32            "type": "object"
33        },
34        "GraphicsController": {
35            "additionalProperties": false,
36            "description": "The `GraphicsController` schema defines a graphics controller that can be used to drive one or more display devices.",
37            "longDescription": "This resource shall represent a graphics output device in a Redfish implementation.",
38            "patternProperties": {
39                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
40                    "description": "This property shall specify a valid odata or Redfish property.",
41                    "type": [
42                        "array",
43                        "boolean",
44                        "integer",
45                        "number",
46                        "null",
47                        "object",
48                        "string"
49                    ]
50                }
51            },
52            "properties": {
53                "@odata.context": {
54                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
55                },
56                "@odata.etag": {
57                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
58                },
59                "@odata.id": {
60                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
61                },
62                "@odata.type": {
63                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
64                },
65                "Actions": {
66                    "$ref": "#/definitions/Actions",
67                    "description": "The available actions for this resource.",
68                    "longDescription": "This property shall contain the available actions for this resource."
69                },
70                "AssetTag": {
71                    "description": "The user-assigned asset tag for this graphics controller.",
72                    "longDescription": "This property shall contain the user-assigned asset tag, which is an identifying string that tracks the drive for inventory purposes.",
73                    "readonly": false,
74                    "type": [
75                        "string",
76                        "null"
77                    ]
78                },
79                "BiosVersion": {
80                    "description": "The version of the graphics controller BIOS or primary graphics controller firmware.",
81                    "longDescription": "This property shall contain the version string of the currently installed and running BIOS or firmware for the graphics controller.",
82                    "readonly": true,
83                    "type": [
84                        "string",
85                        "null"
86                    ]
87                },
88                "Description": {
89                    "anyOf": [
90                        {
91                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
92                        },
93                        {
94                            "type": "null"
95                        }
96                    ],
97                    "readonly": true
98                },
99                "DriverVersion": {
100                    "description": "The version of the graphics controller driver loaded in the operating system.",
101                    "longDescription": "This property shall contain the version string of the currently loaded driver for this graphics controller.",
102                    "readonly": true,
103                    "type": [
104                        "string",
105                        "null"
106                    ]
107                },
108                "Id": {
109                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
110                    "readonly": true
111                },
112                "Links": {
113                    "$ref": "#/definitions/Links",
114                    "description": "The links to other resources that are related to this resource.",
115                    "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
116                },
117                "Location": {
118                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Location",
119                    "description": "The location of the graphics controller.",
120                    "longDescription": "This property shall contain the location information of the associated graphics controller."
121                },
122                "Manufacturer": {
123                    "description": "The manufacturer of this graphics controller.",
124                    "longDescription": "This property shall contain the name of the organization responsible for producing the graphics controller.  This organization may be the entity from which the graphics controller is purchased, but this is not necessarily true.",
125                    "readonly": true,
126                    "type": [
127                        "string",
128                        "null"
129                    ]
130                },
131                "Model": {
132                    "description": "The product model number of this graphics controller.",
133                    "longDescription": "This property shall contain the manufacturer-provided model information of this graphics controller.",
134                    "readonly": true,
135                    "type": [
136                        "string",
137                        "null"
138                    ]
139                },
140                "Name": {
141                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
142                    "readonly": true
143                },
144                "Oem": {
145                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
146                    "description": "The OEM extension property.",
147                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
148                },
149                "PartNumber": {
150                    "description": "The part number for this graphics controller.",
151                    "longDescription": "This property shall contain the manufacturer-provided part number for the graphics controller.",
152                    "readonly": true,
153                    "type": [
154                        "string",
155                        "null"
156                    ]
157                },
158                "Ports": {
159                    "$ref": "http://redfish.dmtf.org/schemas/v1/PortCollection.json#/definitions/PortCollection",
160                    "description": "The ports of the graphics controller.",
161                    "longDescription": "This property shall contain a link to a resource collection of type `PortCollection`."
162                },
163                "SKU": {
164                    "description": "The SKU for this graphics controller.",
165                    "longDescription": "This property shall contain the SKU number for this graphics controller.",
166                    "readonly": true,
167                    "type": [
168                        "string",
169                        "null"
170                    ]
171                },
172                "SerialNumber": {
173                    "description": "The serial number for this graphics controller.",
174                    "longDescription": "This property shall contain a manufacturer-allocated number that identifies the graphics controller.",
175                    "readonly": true,
176                    "type": [
177                        "string",
178                        "null"
179                    ]
180                },
181                "SparePartNumber": {
182                    "description": "The spare part number of the graphics controller.",
183                    "longDescription": "This property shall contain the spare part number of the graphics controller.",
184                    "readonly": true,
185                    "type": [
186                        "string",
187                        "null"
188                    ]
189                },
190                "Status": {
191                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Status",
192                    "description": "The status and health of the resource and its subordinate or dependent resources.",
193                    "longDescription": "This property shall contain any status or health properties of the resource."
194                }
195            },
196            "required": [
197                "@odata.id",
198                "@odata.type",
199                "Id",
200                "Name"
201            ],
202            "type": "object"
203        },
204        "Links": {
205            "additionalProperties": false,
206            "description": "The links to other resources that are related to this resource.",
207            "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.",
208            "patternProperties": {
209                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
210                    "description": "This property shall specify a valid odata or Redfish property.",
211                    "type": [
212                        "array",
213                        "boolean",
214                        "integer",
215                        "number",
216                        "null",
217                        "object",
218                        "string"
219                    ]
220                }
221            },
222            "properties": {
223                "Oem": {
224                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
225                    "description": "The OEM extension property.",
226                    "longDescription": "This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
227                },
228                "PCIeDevice": {
229                    "$ref": "http://redfish.dmtf.org/schemas/v1/PCIeDevice.json#/definitions/PCIeDevice",
230                    "description": "A link to the PCIe device that represents this graphics controller.",
231                    "longDescription": "This property shall contain a link to a resource of type `PCIeDevice` that represents this graphics controller.",
232                    "readonly": true
233                },
234                "Processors": {
235                    "description": "An array of links to the processors that are a part of this graphics controller.",
236                    "items": {
237                        "$ref": "http://redfish.dmtf.org/schemas/v1/Processor.json#/definitions/Processor"
238                    },
239                    "longDescription": "This property shall contain an array of links to resources of type `Processor` that represent the processors that this graphics controller contains.",
240                    "readonly": true,
241                    "type": "array"
242                },
243                "Processors@odata.count": {
244                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
245                }
246            },
247            "type": "object"
248        },
249        "OemActions": {
250            "additionalProperties": true,
251            "description": "The available OEM-specific actions for this resource.",
252            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
253            "patternProperties": {
254                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
255                    "description": "This property shall specify a valid odata or Redfish property.",
256                    "type": [
257                        "array",
258                        "boolean",
259                        "integer",
260                        "number",
261                        "null",
262                        "object",
263                        "string"
264                    ]
265                }
266            },
267            "properties": {},
268            "type": "object"
269        }
270    },
271    "language": "en",
272    "owningEntity": "DMTF",
273    "release": "2021.1",
274    "title": "#GraphicsController.v1_0_2.GraphicsController"
275}