Skip to content

Instantly share code, notes, and snippets.

@soerenmartius
Created February 16, 2017 10:42
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 soerenmartius/4cecff23a72cfb18392fd6d1f4e36aec to your computer and use it in GitHub Desktop.
Save soerenmartius/4cecff23a72cfb18392fd6d1f4e36aec to your computer and use it in GitHub Desktop.
{
"uuid": "41e3b7bd-a38c-418e-96d0-48e5de9bffbc",
"intention": "investment",
"type": "flat", // or house
"style": "everything",
"locations": [
{
"address": "Wilhelmine-Gemberg-Weg 13, 10179 Berlin",
"geo": {
"lat": "52.511135",
"lng": "13.424253"
},
"comment": "Everything which is close to a metro station"
},
{
"address": "Novalisstraße 12, 10115 Berlin",
"geo": {
"lat": "52.528412",
"lng": "13.388157"
},
"comment": "Everything which is close to a metro station"
}
],
"parameters": {
"area": {
"minSqm": "130"
},
"rooms": {
"minQty": 3
},
"floors": [
{
"type": "ground-floor",
"comment": "Only if there is a lot of sunlight coming in through the windows"
},
{
"type": "apartment",
"comment": "Only from the third floor and higher"
}
],
"equipment": [
{
"name": "oven",
"comment": "It should be an opened oven"
},
{
"name": "elevator",
"addl": null
}
],
"residents": {
"qty": 3
}
},
"finance": {
"budget": {
"max": 100000000, //amount in cents
"currency": "EUR"
},
"financing": {
"state": "clear",
"comment": "Bank will cover financing up to one million euros"
}
},
"purchaseTimeFrame": "asap, in x month, years",
"searchingSince": "2017-01-02 00:00:00",
"additional": "Some useful comment create by the searcher",
"createdAt": "",
"updatedAt": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment