xref: /openbmc/bmcweb/features/redfish/schema/dmtf/json-schema/SecureBootDatabase.v1_0_3.json (revision f2a8e57ede74a8252100b2281e3f4d170aa69391)
1*f2a8e57eSGunnar Mills{
2*f2a8e57eSGunnar Mills    "$id": "http://redfish.dmtf.org/schemas/v1/SecureBootDatabase.v1_0_3.json",
3*f2a8e57eSGunnar Mills    "$ref": "#/definitions/SecureBootDatabase",
4*f2a8e57eSGunnar Mills    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
5*f2a8e57eSGunnar Mills    "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
6*f2a8e57eSGunnar Mills    "definitions": {
7*f2a8e57eSGunnar Mills        "Actions": {
8*f2a8e57eSGunnar Mills            "additionalProperties": false,
9*f2a8e57eSGunnar Mills            "description": "The available actions for this resource.",
10*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available actions for this resource.",
11*f2a8e57eSGunnar Mills            "patternProperties": {
12*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
13*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
14*f2a8e57eSGunnar Mills                    "type": [
15*f2a8e57eSGunnar Mills                        "array",
16*f2a8e57eSGunnar Mills                        "boolean",
17*f2a8e57eSGunnar Mills                        "integer",
18*f2a8e57eSGunnar Mills                        "number",
19*f2a8e57eSGunnar Mills                        "null",
20*f2a8e57eSGunnar Mills                        "object",
21*f2a8e57eSGunnar Mills                        "string"
22*f2a8e57eSGunnar Mills                    ]
23*f2a8e57eSGunnar Mills                }
24*f2a8e57eSGunnar Mills            },
25*f2a8e57eSGunnar Mills            "properties": {
26*f2a8e57eSGunnar Mills                "#SecureBootDatabase.ResetKeys": {
27*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/ResetKeys"
28*f2a8e57eSGunnar Mills                },
29*f2a8e57eSGunnar Mills                "Oem": {
30*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/OemActions",
31*f2a8e57eSGunnar Mills                    "description": "The available OEM-specific actions for this resource.",
32*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available OEM-specific actions for this resource."
33*f2a8e57eSGunnar Mills                }
34*f2a8e57eSGunnar Mills            },
35*f2a8e57eSGunnar Mills            "type": "object"
36*f2a8e57eSGunnar Mills        },
37*f2a8e57eSGunnar Mills        "OemActions": {
38*f2a8e57eSGunnar Mills            "additionalProperties": true,
39*f2a8e57eSGunnar Mills            "description": "The available OEM-specific actions for this resource.",
40*f2a8e57eSGunnar Mills            "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
41*f2a8e57eSGunnar Mills            "patternProperties": {
42*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
43*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
44*f2a8e57eSGunnar Mills                    "type": [
45*f2a8e57eSGunnar Mills                        "array",
46*f2a8e57eSGunnar Mills                        "boolean",
47*f2a8e57eSGunnar Mills                        "integer",
48*f2a8e57eSGunnar Mills                        "number",
49*f2a8e57eSGunnar Mills                        "null",
50*f2a8e57eSGunnar Mills                        "object",
51*f2a8e57eSGunnar Mills                        "string"
52*f2a8e57eSGunnar Mills                    ]
53*f2a8e57eSGunnar Mills                }
54*f2a8e57eSGunnar Mills            },
55*f2a8e57eSGunnar Mills            "properties": {},
56*f2a8e57eSGunnar Mills            "type": "object"
57*f2a8e57eSGunnar Mills        },
58*f2a8e57eSGunnar Mills        "ResetKeys": {
59*f2a8e57eSGunnar Mills            "additionalProperties": false,
60*f2a8e57eSGunnar Mills            "description": "This action is used to reset the UEFI Secure Boot keys of this database.",
61*f2a8e57eSGunnar Mills            "longDescription": "This action shall perform a reset of this UEFI Secure Boot key database.  The `ResetAllKeysToDefault` value shall reset this UEFI Secure Boot key database to the default values.  The `DeleteAllKeys` value shall delete the contents of this UEFI Secure Boot key database.",
62*f2a8e57eSGunnar Mills            "parameters": {
63*f2a8e57eSGunnar Mills                "ResetKeysType": {
64*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/ResetKeysType",
65*f2a8e57eSGunnar Mills                    "description": "The type of reset or delete to perform on this UEFI Secure Boot database.",
66*f2a8e57eSGunnar Mills                    "longDescription": "This parameter shall specify the type of reset or delete to perform on this UEFI Secure Boot database.",
67*f2a8e57eSGunnar Mills                    "requiredParameter": true
68*f2a8e57eSGunnar Mills                }
69*f2a8e57eSGunnar Mills            },
70*f2a8e57eSGunnar Mills            "patternProperties": {
71*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
72*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
73*f2a8e57eSGunnar Mills                    "type": [
74*f2a8e57eSGunnar Mills                        "array",
75*f2a8e57eSGunnar Mills                        "boolean",
76*f2a8e57eSGunnar Mills                        "integer",
77*f2a8e57eSGunnar Mills                        "number",
78*f2a8e57eSGunnar Mills                        "null",
79*f2a8e57eSGunnar Mills                        "object",
80*f2a8e57eSGunnar Mills                        "string"
81*f2a8e57eSGunnar Mills                    ]
82*f2a8e57eSGunnar Mills                }
83*f2a8e57eSGunnar Mills            },
84*f2a8e57eSGunnar Mills            "properties": {
85*f2a8e57eSGunnar Mills                "target": {
86*f2a8e57eSGunnar Mills                    "description": "Link to invoke action",
87*f2a8e57eSGunnar Mills                    "format": "uri-reference",
88*f2a8e57eSGunnar Mills                    "type": "string"
89*f2a8e57eSGunnar Mills                },
90*f2a8e57eSGunnar Mills                "title": {
91*f2a8e57eSGunnar Mills                    "description": "Friendly action name",
92*f2a8e57eSGunnar Mills                    "type": "string"
93*f2a8e57eSGunnar Mills                }
94*f2a8e57eSGunnar Mills            },
95*f2a8e57eSGunnar Mills            "type": "object"
96*f2a8e57eSGunnar Mills        },
97*f2a8e57eSGunnar Mills        "ResetKeysType": {
98*f2a8e57eSGunnar Mills            "enum": [
99*f2a8e57eSGunnar Mills                "ResetAllKeysToDefault",
100*f2a8e57eSGunnar Mills                "DeleteAllKeys"
101*f2a8e57eSGunnar Mills            ],
102*f2a8e57eSGunnar Mills            "enumDescriptions": {
103*f2a8e57eSGunnar Mills                "DeleteAllKeys": "Delete the contents of this UEFI Secure Boot key database.",
104*f2a8e57eSGunnar Mills                "ResetAllKeysToDefault": "Reset the contents of this UEFI Secure Boot key database to the default values."
105*f2a8e57eSGunnar Mills            },
106*f2a8e57eSGunnar Mills            "type": "string"
107*f2a8e57eSGunnar Mills        },
108*f2a8e57eSGunnar Mills        "SecureBootDatabase": {
109*f2a8e57eSGunnar Mills            "additionalProperties": false,
110*f2a8e57eSGunnar Mills            "description": "The `SecureBootDatabase` schema describes a UEFI Secure Boot database used to store certificates or hashes.",
111*f2a8e57eSGunnar Mills            "longDescription": "This resource shall be used to represent a UEFI Secure Boot database for a Redfish implementation.",
112*f2a8e57eSGunnar Mills            "patternProperties": {
113*f2a8e57eSGunnar Mills                "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
114*f2a8e57eSGunnar Mills                    "description": "This property shall specify a valid odata or Redfish property.",
115*f2a8e57eSGunnar Mills                    "type": [
116*f2a8e57eSGunnar Mills                        "array",
117*f2a8e57eSGunnar Mills                        "boolean",
118*f2a8e57eSGunnar Mills                        "integer",
119*f2a8e57eSGunnar Mills                        "number",
120*f2a8e57eSGunnar Mills                        "null",
121*f2a8e57eSGunnar Mills                        "object",
122*f2a8e57eSGunnar Mills                        "string"
123*f2a8e57eSGunnar Mills                    ]
124*f2a8e57eSGunnar Mills                }
125*f2a8e57eSGunnar Mills            },
126*f2a8e57eSGunnar Mills            "properties": {
127*f2a8e57eSGunnar Mills                "@odata.context": {
128*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
129*f2a8e57eSGunnar Mills                },
130*f2a8e57eSGunnar Mills                "@odata.etag": {
131*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
132*f2a8e57eSGunnar Mills                },
133*f2a8e57eSGunnar Mills                "@odata.id": {
134*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
135*f2a8e57eSGunnar Mills                },
136*f2a8e57eSGunnar Mills                "@odata.type": {
137*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
138*f2a8e57eSGunnar Mills                },
139*f2a8e57eSGunnar Mills                "Actions": {
140*f2a8e57eSGunnar Mills                    "$ref": "#/definitions/Actions",
141*f2a8e57eSGunnar Mills                    "description": "The available actions for this resource.",
142*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the available actions for this resource."
143*f2a8e57eSGunnar Mills                },
144*f2a8e57eSGunnar Mills                "Certificates": {
145*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
146*f2a8e57eSGunnar Mills                    "description": "A link to the collection of certificates contained in this UEFI Secure Boot database.",
147*f2a8e57eSGunnar Mills                    "longDescription": "The value of this property shall be a link to a resource collection of type `CertificateCollection`.",
148*f2a8e57eSGunnar Mills                    "readonly": true
149*f2a8e57eSGunnar Mills                },
150*f2a8e57eSGunnar Mills                "DatabaseId": {
151*f2a8e57eSGunnar Mills                    "description": "This property contains the name of the UEFI Secure Boot database.",
152*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the name of the UEFI Secure Boot database.  This property shall contain the same value as the `Id` property.  The value shall be one of the UEFI-defined Secure Boot databases: `PK`, `KEK` `db`, `dbx`, `dbr`, `dbt`, `PKDefault`, `KEKDefault`, `dbDefault`, `dbxDefault`, `dbrDefault`, or `dbtDefault`.",
153*f2a8e57eSGunnar Mills                    "readonly": true,
154*f2a8e57eSGunnar Mills                    "type": "string"
155*f2a8e57eSGunnar Mills                },
156*f2a8e57eSGunnar Mills                "Description": {
157*f2a8e57eSGunnar Mills                    "anyOf": [
158*f2a8e57eSGunnar Mills                        {
159*f2a8e57eSGunnar Mills                            "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
160*f2a8e57eSGunnar Mills                        },
161*f2a8e57eSGunnar Mills                        {
162*f2a8e57eSGunnar Mills                            "type": "null"
163*f2a8e57eSGunnar Mills                        }
164*f2a8e57eSGunnar Mills                    ],
165*f2a8e57eSGunnar Mills                    "readonly": true
166*f2a8e57eSGunnar Mills                },
167*f2a8e57eSGunnar Mills                "Id": {
168*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
169*f2a8e57eSGunnar Mills                    "readonly": true
170*f2a8e57eSGunnar Mills                },
171*f2a8e57eSGunnar Mills                "Name": {
172*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
173*f2a8e57eSGunnar Mills                    "readonly": true
174*f2a8e57eSGunnar Mills                },
175*f2a8e57eSGunnar Mills                "Oem": {
176*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
177*f2a8e57eSGunnar Mills                    "description": "The OEM extension property.",
178*f2a8e57eSGunnar Mills                    "longDescription": "This property shall contain the OEM extensions.  All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
179*f2a8e57eSGunnar Mills                },
180*f2a8e57eSGunnar Mills                "Signatures": {
181*f2a8e57eSGunnar Mills                    "$ref": "http://redfish.dmtf.org/schemas/v1/SignatureCollection.json#/definitions/SignatureCollection",
182*f2a8e57eSGunnar Mills                    "description": "A link to the collection of signatures contained in this UEFI Secure Boot database.",
183*f2a8e57eSGunnar Mills                    "longDescription": "The value of this property shall be a link to a resource collection of type `SignatureCollection`.",
184*f2a8e57eSGunnar Mills                    "readonly": true
185*f2a8e57eSGunnar Mills                }
186*f2a8e57eSGunnar Mills            },
187*f2a8e57eSGunnar Mills            "required": [
188*f2a8e57eSGunnar Mills                "@odata.id",
189*f2a8e57eSGunnar Mills                "@odata.type",
190*f2a8e57eSGunnar Mills                "Id",
191*f2a8e57eSGunnar Mills                "Name"
192*f2a8e57eSGunnar Mills            ],
193*f2a8e57eSGunnar Mills            "type": "object"
194*f2a8e57eSGunnar Mills        }
195*f2a8e57eSGunnar Mills    },
196*f2a8e57eSGunnar Mills    "language": "en",
197*f2a8e57eSGunnar Mills    "owningEntity": "DMTF",
198*f2a8e57eSGunnar Mills    "release": "2020.1",
199*f2a8e57eSGunnar Mills    "title": "#SecureBootDatabase.v1_0_3.SecureBootDatabase"
200*f2a8e57eSGunnar Mills}