{
    "$id": "http://redfish.dmtf.org/schemas/v1/SecureBoot.json",
    "$ref": "#/definitions/SecureBoot",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2026 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "SecureBoot": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/SecureBoot.v1_0_9.json#/definitions/SecureBoot"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/SecureBoot.v1_1_2.json#/definitions/SecureBoot"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/SecureBoot.v1_2_0.json#/definitions/SecureBoot"
                }
            ],
            "deletable": false,
            "description": "The `SecureBoot` schema contains UEFI Secure Boot information and represents properties for managing the UEFI Secure Boot functionality of a system.",
            "insertable": false,
            "longDescription": "This resource contains UEFI Secure Boot information for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Systems/{ComputerSystemId}/SecureBoot",
                "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SecureBoot",
                "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/SecureBoot"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#SecureBoot.SecureBoot"
}