Skip to content

Commit d3bc55e

Browse files
committed
More fake data
1 parent 1dfb048 commit d3bc55e

1 file changed

Lines changed: 120 additions & 11 deletions

File tree

  • packages/create-react-admin/templates/ra-data-fakerest
Lines changed: 120 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,121 @@
11
{
2-
"posts": [{
3-
"id": 0,
4-
"title": "Post 1",
5-
"content": "Content 1"
6-
}],
7-
"comments": [{
8-
"id": 0,
9-
"postId": 0,
10-
"content": "Comment 1"
11-
}]
12-
}
2+
"posts": [
3+
{
4+
"id": 0,
5+
"title": "Post 1",
6+
"content": "Content 1"
7+
},
8+
{
9+
"id": 1,
10+
"title": "Post 2",
11+
"content": "Content 2"
12+
},
13+
{
14+
"id": 2,
15+
"title": "Post 3",
16+
"content": "Content 3"
17+
},
18+
{
19+
"id": 3,
20+
"title": "Post 4",
21+
"content": "Content 4"
22+
},
23+
{
24+
"id": 4,
25+
"title": "Post 5",
26+
"content": "Content 5"
27+
},
28+
{
29+
"id": 5,
30+
"title": "Post 6",
31+
"content": "Content 6"
32+
},
33+
{
34+
"id": 6,
35+
"title": "Post 7",
36+
"content": "Content 7"
37+
},
38+
{
39+
"id": 7,
40+
"title": "Post 8",
41+
"content": "Content 8"
42+
},
43+
{
44+
"id": 8,
45+
"title": "Post 9",
46+
"content": "Content 9"
47+
},
48+
{
49+
"id": 9,
50+
"title": "Post 10",
51+
"content": "Content 10"
52+
},
53+
{
54+
"id": 10,
55+
"title": "Post 11",
56+
"content": "Content 11"
57+
},
58+
{
59+
"id": 11,
60+
"title": "Post 12",
61+
"content": "Content 12"
62+
}
63+
],
64+
"comments": [
65+
{
66+
"id": 0,
67+
"postId": 0,
68+
"content": "Comment 1"
69+
},
70+
{
71+
"id": 1,
72+
"postId": 0,
73+
"content": "Comment 2"
74+
},
75+
{
76+
"id": 2,
77+
"postId": 1,
78+
"content": "Comment 3"
79+
},
80+
{
81+
"id": 3,
82+
"postId": 1,
83+
"content": "Comment 4"
84+
},
85+
{
86+
"id": 4,
87+
"postId": 2,
88+
"content": "Comment 5"
89+
},
90+
{
91+
"id": 5,
92+
"postId": 2,
93+
"content": "Comment 6"
94+
},
95+
{
96+
"id": 6,
97+
"postId": 3,
98+
"content": "Comment 7"
99+
},
100+
{
101+
"id": 7,
102+
"postId": 3,
103+
"content": "Comment 8"
104+
},
105+
{
106+
"id": 8,
107+
"postId": 3,
108+
"content": "Comment 9"
109+
},
110+
{
111+
"id": 9,
112+
"postId": 4,
113+
"content": "Comment 10"
114+
},
115+
{
116+
"id": 10,
117+
"postId": 4,
118+
"content": "Comment 11"
119+
}
120+
]
121+
}

0 commit comments

Comments
 (0)