{
    "description": {
        "author": "Salesforce",
        "text": [
            "Represents the screen for choosing which connection to use when logging in."
        ]
    },
    "root": true,
    "interface": true,
    "methods": [
        {
            "name": "addNewConnection"
        },
        {
            "name": "switchConnection",
            "args": [
                {
                    "name": "name",
                    "type": "string"
                }
            ]
        }
    ]
}