{
    "manifestVersion": "2.0",
    "routes": [
        {
            "type": "section",
            "roles": [
                "ANALYTICS_VIEWER"
            ],
            "nav": {
                "label": "i18n:fc.mystique.analytics.index.nav",
                "icon": "MdOutlineInsights"
            },
            "pages": [
                {
                    "type": "page",
                    "path": "orders",
                    "roles": [
                        "ORDER_MANAGER"
                    ],
                    "component": "fc.page",
                    "data": {
                        "query": "{\n  me {\n    username\n  }\n}\n"
                    },
                    "nav": {
                        "label": "i18n:fc.mystique.analytics.orders.index.nav",
                        "icon": "MdOutlinePaid"
                    },
                    "props": {
                        "title": "i18n:fc.mystique.analytics.orders.index.title"
                    },
                    "descendants": [
                        {
                            "component": "fc.mystique.analytics.dashboard",
                            "props": {
                                "settingName": "fc.analytics.dashboard.orders"
                            }
                        }
                    ]
                },
                {
                    "type": "page",
                    "path": "fulfilments",
                    "roles": [
                        "FULFILMENT_MANAGER"
                    ],
                    "component": "fc.page",
                    "data": {
                        "query": "{\n  me {\n    username\n  }\n}\n"
                    },
                    "nav": {
                        "label": "i18n:fc.mystique.analytics.fulfilments.index.nav",
                        "icon": "MdOutlineLocalShipping"
                    },
                    "props": {
                        "title": "i18n:fc.mystique.analytics.fulfilments.index.title"
                    },
                    "descendants": [
                        {
                            "component": "fc.mystique.analytics.dashboard",
                            "props": {
                                "settingName": "fc.analytics.dashboard.fulfilments"
                            }
                        }
                    ]
                },
                {
                    "type": "page",
                    "path": "inventory",
                    "roles": [
                        "INVENTORY_MANAGER"
                    ],
                    "component": "fc.page",
                    "data": {
                        "query": "{\n  me {\n    username\n  }\n}\n"
                    },
                    "nav": {
                        "label": "i18n:fc.mystique.analytics.inventory.index.nav",
                        "icon": "MdOutlineInventory"
                    },
                    "props": {
                        "title": "i18n:fc.mystique.analytics.inventory.index.title"
                    },
                    "descendants": [
                        {
                            "component": "fc.mystique.analytics.dashboard",
                            "props": {
                                "settingName": "fc.analytics.dashboard.inventory"
                            }
                        }
                    ]
                },
                {
                    "type": "page",
                    "path": "returns",
                    "roles": [
                        "RETURNS_MANAGER"
                    ],
                    "component": "fc.page",
                    "data": {
                        "query": "{\n  me {\n    username\n  }\n}\n"
                    },
                    "nav": {
                        "label": "i18n:fc.mystique.analytics.returns.index.nav",
                        "icon": "MdOutlineAssignmentReturn"
                    },
                    "props": {
                        "title": "i18n:fc.mystique.analytics.returns.index.title"
                    },
                    "descendants": [
                        {
                            "component": "fc.mystique.analytics.dashboard",
                            "props": {
                                "settingName": "fc.analytics.dashboard.returns"
                            }
                        }
                    ]
                }
            ]
        }
    ]
}