1{
2  "name": "Yuri Pratama",
3  "title": "Software Engineer",
4  "interests": [
5    "code",
6    "coffee",
7    "cycling"
8  ],
9  "location": {
10    "latitude": -7.9786453,
11    "longitude": 112.631783,
12    "city": "Malang",
13    "province": "East Java",
14    "country": "Indonesia"
15  },
16  "socials": [
17    {
18      "name": "Twitter",
19      "profileUrl": "https://twitter.com/ypxio"
20    },
21    {
22      "name": "GitHub",
23      "profileUrl": "https://github.com/ypxio"
24    },
25    {
26      "name": "Strava",
27      "profileUrl": "https://www.strava.com/athletes/52346052"
28    }
29  ],
30  "contacts": [
31    {
32      "type": "Phone Number",
33      "value": "+62-812-3154-9154"
34    },
35    {
36      "type": "E-mail",
37      "value": "[email protected]"
38    }
39  ]
40}