1{
2    "$id": "http://redfish.dmtf.org/schemas/v1/BootOption.v1_0_6.json",
3    "$ref": "#/definitions/BootOption",
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        "BootOption": {
35            "additionalProperties": false,
36            "description": "The `BootOption` schema reports information about a single boot option in a system.  It represents the properties of a bootable device available in the system.",
37            "longDescription": "This resource shall represent a single boot option within a system.",
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                "Alias": {
71                    "anyOf": [
72                        {
73                            "$ref": "http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/BootSource"
74                        },
75                        {
76                            "type": "null"
77                        }
78                    ],
79                    "description": "The alias of this boot source.",
80                    "longDescription": "This property shall contain the string alias of this boot source that describes the type of boot.",
81                    "readonly": true
82                },
83                "BootOptionEnabled": {
84                    "description": "An indication of whether the boot option is enabled.  If `true`, it is enabled.  If `false`, the boot option that the boot order array on the computer system contains is skipped.  In the UEFI context, this property influences the load option active flag for the boot option.",
85                    "longDescription": "This property shall indicate whether the boot option is enabled.  If `true`, it is enabled.  If `false`, the boot option that the boot order array on the computer system contains shall be skipped.  In the UEFI context, this property shall influence the load option active flag for the boot option.",
86                    "readonly": false,
87                    "type": [
88                        "boolean",
89                        "null"
90                    ]
91                },
92                "BootOptionReference": {
93                    "description": "The unique boot option.",
94                    "longDescription": "This property shall correspond to the boot option or device.  For UEFI systems, this string shall match the UEFI boot option variable name, such as `Boot####`.  The BootOrder array of a computer system resource contains this value.",
95                    "readonly": true,
96                    "type": [
97                        "string",
98                        "null"
99                    ]
100                },
101                "Description": {
102                    "anyOf": [
103                        {
104                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
105                        },
106                        {
107                            "type": "null"
108                        }
109                    ],
110                    "readonly": true
111                },
112                "DisplayName": {
113                    "description": "The user-readable display name of the boot option that appears in the boot order list in the user interface.",
114                    "longDescription": "This property shall contain a user-readable boot option name, as it should appear in the boot order list in the user interface.",
115                    "readonly": true,
116                    "type": [
117                        "string",
118                        "null"
119                    ]
120                },
121                "Id": {
122                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
123                    "readonly": true
124                },
125                "Name": {
126                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
127                    "readonly": true
128                },
129                "Oem": {
130                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
131                    "description": "The OEM extension property.",
132                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
133                },
134                "RelatedItem": {
135                    "description": "An array of links to resources or objects associated with this boot option.",
136                    "items": {
137                        "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
138                    },
139                    "longDescription": "This property shall contain an array of links to resources or objects that are associated with this boot option.",
140                    "readonly": true,
141                    "type": "array"
142                },
143                "RelatedItem@odata.count": {
144                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count"
145                },
146                "UefiDevicePath": {
147                    "description": "The UEFI device path to access this UEFI boot option.",
148                    "longDescription": "This property shall contain the UEFI Specification-defined UEFI device path that identifies and locates the device for this boot option.",
149                    "readonly": true,
150                    "type": [
151                        "string",
152                        "null"
153                    ]
154                }
155            },
156            "required": [
157                "BootOptionReference",
158                "@odata.id",
159                "@odata.type",
160                "Id",
161                "Name"
162            ],
163            "type": "object"
164        },
165        "OemActions": {
166            "additionalProperties": true,
167            "description": "The available OEM-specific actions for this resource.",
168            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
169            "patternProperties": {
170                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
171                    "description": "This property shall specify a valid odata or Redfish property.",
172                    "type": [
173                        "array",
174                        "boolean",
175                        "integer",
176                        "number",
177                        "null",
178                        "object",
179                        "string"
180                    ]
181                }
182            },
183            "properties": {},
184            "type": "object"
185        }
186    },
187    "language": "en",
188    "owningEntity": "DMTF",
189    "release": "2017.3",
190    "title": "#BootOption.v1_0_6.BootOption"
191}