Skip to content

Instantly share code, notes, and snippets.

@promediacorp
Last active November 4, 2015 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save promediacorp/f314f34c52f1945b3e09 to your computer and use it in GitHub Desktop.
Save promediacorp/f314f34c52f1945b3e09 to your computer and use it in GitHub Desktop.
uphail_v3 countries schema
{
"_id":"eng",
"country_name_eng":"England",
"country_name_native":"England",
"country_name_synonyms":[
"United Kingdom",
"Great Britain"
],
"capital":"London",
"continent":"Europe",
"time_zone":"GMT",
"currency_code":"GBP",
"currency_symbol":"\u00A3",
"distance_metric":"km",
"population":64511000,
"tld":".uk",
"languages":[
"English"
],
"loc":{
"type":"Polygon",
"coordinates":[
-73.8752183744243496,
40.7372563935075078
]
},
"states_eng":[
"Hertfordshire",
"Solihull"
],
"states_native":[
"Hertfordshire",
"Solihull"
],
"companies":[
"uber",
"gett",
"blablacar"
],
"taxi_translations":[
"car hire"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment