-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtag.json
82 lines (82 loc) · 1.74 KB
/
tag.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"model": "App.tag",
"pk": 1,
"fields": {
"title": "first",
"slug": "5aacb79f-accc-11ee-97e6-5414f3b5ff53"
}
},
{
"model": "App.tag",
"pk": 2,
"fields": {
"title": "green",
"slug": "32f3219b-ad39-11ee-9721-088fc30d5a96"
}
},
{
"model": "App.tag",
"pk": 3,
"fields": {
"title": "2",
"slug": "bc6c82b6-ad68-11ee-80ea-088fc30d5a96"
}
},
{
"model": "App.tag",
"pk": 4,
"fields": {
"title": "3",
"slug": "57c80b21-ad6e-11ee-9cc9-088fc30d5a96"
}
},
{
"model": "App.tag",
"pk": 5,
"fields": {
"title": "4",
"slug": "6c25b87b-ad71-11ee-ab55-088fc30d5a96"
}
},
{
"model": "App.tag",
"pk": 6,
"fields": {
"title": "red",
"slug": "469dca7e-afa3-11ee-9805-5414f3b5ff53"
}
},
{
"model": "App.tag",
"pk": 7,
"fields": {
"title": "first post",
"slug": "f6dda447-b525-11ee-bbde-d2cf2ed430d9"
}
},
{
"model": "App.tag",
"pk": 8,
"fields": {
"title": "second post",
"slug": "baa9b50a-b526-11ee-a2b7-d2cf2ed430d9"
}
},
{
"model": "App.tag",
"pk": 9,
"fields": {
"title": "third post",
"slug": "e9b320b1-b526-11ee-b8b4-d2cf2ed430d9"
}
},
{
"model": "App.tag",
"pk": 10,
"fields": {
"title": "fourth post",
"slug": "187c0376-b527-11ee-84a9-d2cf2ed430d9"
}
}
]