Last active
November 4, 2015 16:37
-
-
Save promediacorp/f314f34c52f1945b3e09 to your computer and use it in GitHub Desktop.
uphail_v3 countries schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_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