2020-04-02 23:54:11 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Configure Flu Near You",
|
|
|
|
"description": "Monitor user-based and CDC repots for a pair of coordinates.",
|
2020-04-16 19:52:53 +00:00
|
|
|
"data": { "latitude": "Latitude", "longitude": "Longitude" }
|
2020-04-02 23:54:11 +00:00
|
|
|
}
|
|
|
|
},
|
2020-04-16 19:52:53 +00:00
|
|
|
"error": { "general_error": "There was an unknown error." },
|
2020-04-02 23:54:11 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "These coordinates are already registered."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|