{
    "version": "1.0.0",
    "pages": [
        {
            "path": "products",
            "title": "Products",
            "children":[
                {
                    "path": "in-marketplace",
                    "title": "Products in POS and Marketplace"
                },
                {
                    "path": "out-of-marketplace",
                    "title": "Products only in Marketplace"
                },
                {
                    "path": "not-in-pos",
                    "title": "Products only in POS"
                }
            ]
        },
        {
            "path": "inventory",
            "title": "Inventory"
        },
        {
            "path": "price",
            "title": "Price"
        },
        {
            "path": "orders",
            "title": "Orders"
        },
        {
            "path": "channel",
            "title": "Channel",
            "roles": "Setup"
        }
    ]
}