Last active
August 17, 2018 12:27
-
-
Save Craga89/fa6f9bab39f32283312c4b35d68717f5 to your computer and use it in GitHub Desktop.
Aptitude Test - Address Data
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
[ | |
{ | |
"owner": "Carlos Vives", | |
"address": { | |
"line1": "Flat 5", | |
"line4": "7 Westbourne Terrace", | |
"postCode": "W2 3UL", | |
"city": "London", | |
"country": "U.K." | |
}, | |
"airbnbId": 3512500, | |
"numberOfBedrooms": 1, | |
"numberOfBathrooms": 1, | |
"incomeGenerated": 20521.34 | |
}, | |
{ | |
"owner": "Ankur Singh", | |
"address": { | |
"line1": "4", | |
"line2": "Tower Mansions", | |
"line3": "Off Station road", | |
"line4": "86-87 Grange Road", | |
"postCode": "SE1 3BW", | |
"city": "London", | |
"country": "U.K." | |
}, | |
"airbnbId": 1334159, | |
"numberOfBedrooms": 3, | |
"numberOfBathrooms": 1, | |
"incomeGenerated": 53302.60 | |
}, | |
{ | |
"owner": "Elaine Benes", | |
"address": { | |
"line1": "4", | |
"line2": "332b", | |
"line4": "Goswell Road", | |
"postCode": "EC1V 7LQ", | |
"city": "London", | |
"country": "U.K." | |
}, | |
"airbnbId": 12220057, | |
"numberOfBedrooms": 2, | |
"numberOfBathrooms": 2, | |
"incomeGenerated": 12108.53 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment