{
    "Clients": {
        "pages": {
            "defaultRoutes": {
                "profile": {
                    "view": "dashboard"
                },
                "bookings": {
                    "sub_view": "upcoming_bookings"
                },
                "audit": {
                    "sub_view": "change_log"
                }
            },
            "roles": [
                "owner",
                "admin",
                "user",
                "personal",
                "callcenter",
                "parent-owner",
                "parent-admin",
                "parent-user",
                "parent-callcenter"
            ]
        }
    }
}
