Created
January 22, 2018 11:22
-
-
Save bartekupartek/caa98c50f9a4567536c821f0c58ccde6 to your computer and use it in GitHub Desktop.
This file contains 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": 1, | |
"name": "Cleaning", | |
"subtitle": "We'll your home or office sparkle.", | |
"whiteIconUrl": "", | |
"blueIconUrl": "", | |
"imageUrl": "", | |
"minHours": 2, | |
"maxHours": 10, | |
"salary": 35.0, | |
"active": false, | |
"booking_count": 30 | |
}, | |
{ | |
"id": 2, | |
"name": "Handyman", | |
"subtitle": "General help around your home or office.", | |
"whiteIconUrl": "", | |
"blueIconUrl": "", | |
"imageUrl": "", | |
"minHours": 2, | |
"maxHours": 10, | |
"salary": 35.0, | |
"active": true, | |
"booking_count": 256 | |
}, | |
{ | |
"id": 3, | |
"name": "Hairdresser", | |
"subtitle": "Let your hair shine with a fresh new look.", | |
"whiteIconUrl": "", | |
"blueIconUrl": "", | |
"imageUrl": "", | |
"minHours": 2, | |
"maxHours": 10, | |
"salary": 35.0, | |
"active": true, | |
"booking_count": 2 | |
}, | |
{ | |
"id": 4, | |
"name": "Cooking", | |
"subtitle": "Let your chefs make you delicious meals.", | |
"whiteIconUrl": "", | |
"blueIconUrl": "", | |
"imageUrl": "", | |
"minHours": 2, | |
"maxHours": 10, | |
"salary": 35.0, | |
"active": true, | |
"booking_count": 85 | |
}, | |
{ | |
"id": 5, | |
"name": "Electrician", | |
"subtitle": "Fix electrical issues and be connected.", | |
"whiteIconUrl": "", | |
"blueIconUrl": "", | |
"imageUrl": "", | |
"minHours": 2, | |
"maxHours": 10, | |
"salary": 35.0, | |
"active": true, | |
"booking_count": 42 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment