{
    "$id": "http://redfish.dmtf.org/schemas/v1/Role.json",
    "$ref": "#/definitions/Role",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "Role": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Role.v1_0_10.json#/definitions/Role"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Role.v1_1_8.json#/definitions/Role"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Role.v1_2_8.json#/definitions/Role"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Role.v1_3_3.json#/definitions/Role"
                }
            ],
            "deletable": true,
            "description": "The `Role` schema contains a Redfish role to use in conjunction with a manager account.",
            "insertable": false,
            "longDescription": "This resource shall represent the Redfish role for the user account.",
            "updatable": true,
            "uris": [
                "/redfish/v1/AccountService/Roles/{RoleId}",
                "/redfish/v1/Managers/{ManagerId}/RemoteAccountService/Roles/{RoleId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Role.Role"
}