[
    {
        "name": "role",
        "type": "string",
        "required": false,
        "description": "Used to determine whether a user is logged in or not. Could be set to \"None\" if the user is not logged in"
    },
    {
        "name": "isAdmin",
        "type": "boolean",
        "required": false,
        "description": "Determines whether or not to apply a special css class to the component to give it a different coloured border to the original header component"
    },
    {
        "name": "active",
        "type": "string",
        "required": false,
        "description": "Used to provide a URL/path which should trigger the relevant nav item to set to \"active\""
    }
]
