AirMap.SettingsGroup.json 582 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
[
{
    "name":             "apiKey",
    "shortDescription": "AirMap API Key",
    "type":             "string",
    "defaultValue":     ""
},
{
    "name":             "clientID",
    "shortDescription": "AirMap Client ID",
    "type":             "string",
    "defaultValue":     ""
},
{
    "name":             "userName",
    "shortDescription": "AirMap User Name",
    "type":             "string",
    "defaultValue":     ""
},
{
    "name":             "password",
    "shortDescription": "AirMap Password",
    "type":             "string",
    "defaultValue":     ""
}
]