|
| 1 | +[ |
| 2 | + { |
| 3 | + "id": 1, |
| 4 | + "name": "Pavel", |
| 5 | + "gender": "male", |
| 6 | + "birthday": "1985-07-15", |
| 7 | + "position": "CTO", |
| 8 | + "relocation": true, |
| 9 | + "salary": { |
| 10 | + "total": 333, |
| 11 | + "currency": "BTC" |
| 12 | + }, |
| 13 | + "skills": [ "nodejs", "graphql", "babel", "webpack", "oss contributor", "devOps" ], |
| 14 | + "languages": [ "ru", "en" ], |
| 15 | + "location": { |
| 16 | + "name": "Almaty", |
| 17 | + "point": [43.238949, 76.889709] |
| 18 | + }, |
| 19 | + "createdAt": "2017-10-19T04:29:08Z" |
| 20 | + }, |
| 21 | + { |
| 22 | + "id": 2, |
| 23 | + "name": "Helen", |
| 24 | + "gender": "female", |
| 25 | + "birthday": "1986-03-06", |
| 26 | + "position": "sales manager", |
| 27 | + "relocation": true, |
| 28 | + "salary": { |
| 29 | + "total": 12345, |
| 30 | + "currency": "USD" |
| 31 | + }, |
| 32 | + "skills": [ "Communication", "Ability to Attain Targets", "Analytical Ability", "Judgment"], |
| 33 | + "languages": [ "ru", "en" ], |
| 34 | + "location": { |
| 35 | + "name": "Almaty", |
| 36 | + "point": [43.238949, 76.889709] |
| 37 | + }, |
| 38 | + "createdAt": "2017-10-19T04:29:09Z" |
| 39 | + }, |
| 40 | + { |
| 41 | + "id": 3, |
| 42 | + "name": "Andrew", |
| 43 | + "gender": "male", |
| 44 | + "birthday": "1952-02-19", |
| 45 | + "position": "Vice President Sales", |
| 46 | + "relocation": false, |
| 47 | + "salary": { |
| 48 | + "total": 23456, |
| 49 | + "currency": "USD" |
| 50 | + }, |
| 51 | + "skills": [ "BTS commercial", "international marketing"], |
| 52 | + "languages": [ "en", "fr", "ge" ], |
| 53 | + "location": { |
| 54 | + "name": "Tacoma" |
| 55 | + }, |
| 56 | + "createdAt": "2017-10-19T04:29:10Z" |
| 57 | + }, |
| 58 | + { |
| 59 | + "id": 4, |
| 60 | + "name": "Steven", |
| 61 | + "gender": "male", |
| 62 | + "birthday": "1955-03-04", |
| 63 | + "position": "Sales Representative", |
| 64 | + "relocation": false, |
| 65 | + "salary": { |
| 66 | + "total": 12222, |
| 67 | + "currency": "USD" |
| 68 | + }, |
| 69 | + "skills": [ "BA in psychology", "Art of the Cold Call"], |
| 70 | + "languages": [ "en" ], |
| 71 | + "location": { |
| 72 | + "name": "Seattle" |
| 73 | + }, |
| 74 | + "createdAt": "2017-10-19T04:29:11Z" |
| 75 | + } |
| 76 | +] |
0 commit comments