-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
executable file
·35 lines (35 loc) · 1.13 KB
/
Copy pathdb.json
File metadata and controls
executable file
·35 lines (35 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"services": [{
"id": 1,
"title": "I will landscape your garden",
"thumbnailUrl": "http://localhost:9000/garden.jpg",
"rate": 34,
"rating": 4,
"specialist": { "id": 1, "fullName": "Mark brone" }
},
{
"id": 2,
"title": "I will paint your car from top to bottom",
"thumbnailUrl": "http://localhost:9000/car.jpg",
"rate": 50,
"rating": 3,
"specialist": { "id": 1, "fullName": "Mark brone" }
},
{
"id": 3,
"title": "I will Manage your team with strict plan",
"thumbnailUrl": "http://localhost:9000/office.jpg",
"rate": 42,
"rating": 5,
"specialist": { "id": 1, "fullName": "Mark brone" }
},
{
"id": 4,
"title": "I will Make your palace garden",
"thumbnailUrl": "http://localhost:9000/grass.jpg",
"rate": 50,
"rating": 5,
"specialist": { "id": 1, "fullName": "Mark brone" }
}
]
}