generated from jesperorb/json-server-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
54 lines (54 loc) · 1.13 KB
/
db.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"heroes": [
{
"name": "Thor",
"description": "Стріляю блискавками, бог грому та грогу",
"element": "fire",
"id": "16366aad-4e8e-493f-ba4a-b4fd670c5824"
},
{
"name": "Українець",
"description": "Найкраща людина в світі",
"element": "earth",
"id": "8e59e3ab-75d2-46a9-af21-32a42ef3b414"
},
{
"name": "Junior Developer",
"description": "Також найкраща людина в світі",
"element": "water",
"id": "f6cfe782-99f9-44cd-bdda-1576ca46fbaf"
}
],
"filters": [
{
"value": "all",
"text": "всі",
"type": "outline-dark",
"id": 1
},
{
"value": "fire",
"text": "вогонь",
"type": "danger",
"id": 2
},
{
"value": "water",
"text": "вода",
"type": "primary",
"id": 3
},
{
"value": "wind",
"text": "вітер",
"type": "success",
"id": 4
},
{
"value": "earth",
"text": "земля",
"type": "secondary",
"id": 5
}
]
}