{
    "basePath": "http://api.basetax.co.uk/v4",
    "swaggerVersion": "1.2",
    "apiVersion": "1.0.0",
    "resourcePath": "/calculator",
    "apis": [
        {
            "path": "/dashboard",
            "operations": [
                {
                    "method": "GET",
                    "summary": "get dashboard info",
                    "nickname": "get dashboard info"
                }
            ]
        },
        {
            "path": "/finance-summary",
            "operations": [
                {
                    "method": "GET",
                    "summary": "get finance-summary info",
                    "nickname": "get finance-summary info"
                }
            ]
        }
    ],
    "produces": [
        "application/json"
    ]
}