{
    "name": "Finance Dashboard",
    "id": "finance",
    "version": "1.0.0",
    "description": "Lorem ipsum dolor sit amet",
    "pages": {
        "overview": {
            "name": "Overview",
            "layout": [
                {
                    "id": "b0001",
                    "x": 0,
                    "y": 0,
                    "width": 6,
                    "height": 4,
                    "widget": {
                        "id": "org.wso2.carbon.dashboards.widget.bar-chart",
                        "displayName": "Bar Chart",
                        "configurations": {}
                    }
                },
                {
                    "id": "b0002",
                    "x": 7,
                    "y": 0,
                    "width": 6,
                    "height": 4,
                    "widget": {}
                },
                {
                    "id": "b0003",
                    "x": 0,
                    "y": 5,
                    "width": 12,
                    "height": 2,
                    "widget": {}
                }
            ],
            "pages": {}
        },
        "finance": {
            "name": "Finance",
            "layout": [],
            "pages": {
                "name": "Financial Growth",
                "layout": [],
                "pages": {}
            }
        }
    },
    "permissions": {
        "editors": [],
        "viewers": [],
        "owners": []
    }
}