/ out05.json
out05.json
  1  {
  2    "statistics": {
  3      "recipeCount": 5,
  4      "menuCount": 3,
  5      "orderCount": 10,
  6      "customerCount": 5,
  7      "deliveryPeopleCount": 3,
  8      "commentCount": 10
  9    },
 10    "data": {
 11      "recipes": [
 12        {
 13          "title": "Poulet Tikka Masala",
 14          "cuisine": "Indian"
 15        },
 16        {
 17          "title": "Spaghetti Bolognese",
 18          "cuisine": "Italian"
 19        },
 20        {
 21          "title": "Chicken Alfredo",
 22          "cuisine": "Italian"
 23        },
 24        {
 25          "title": "Beef Stir-Fry",
 26          "cuisine": "Asian"
 27        },
 28        {
 29          "title": "Margherita Pizza",
 30          "cuisine": "Italian"
 31        }
 32      ],
 33      "menus": [
 34        {
 35          "name": "7days",
 36          "meals": [
 37            {
 38              "type": "dinner",
 39              "day": "Monday",
 40              "recipeId": "r101"
 41            },
 42            {
 43              "type": "lunch",
 44              "day": "Tuesday",
 45              "recipeId": "r102"
 46            },
 47            {
 48              "type": "dinner",
 49              "day": "Wednesday",
 50              "recipeId": "r103"
 51            },
 52            {
 53              "type": "lunch",
 54              "day": "Thursday",
 55              "recipeId": "r104"
 56            },
 57            {
 58              "type": "dinner",
 59              "day": "Friday",
 60              "recipeId": "r105"
 61            },
 62            {
 63              "type": "dinner",
 64              "day": "Saturday",
 65              "recipeId": "r102"
 66            },
 67            {
 68              "type": "lunch",
 69              "day": "Sunday",
 70              "recipeId": "r103"
 71            }
 72          ]
 73        },
 74        {
 75          "name": "5days",
 76          "meals": [
 77            {
 78              "type": "dinner",
 79              "day": "Monday",
 80              "recipeId": "r102"
 81            },
 82            {
 83              "type": "lunch",
 84              "day": "Tuesday",
 85              "recipeId": "r103"
 86            },
 87            {
 88              "type": "dinner",
 89              "day": "Wednesday",
 90              "recipeId": "r104"
 91            },
 92            {
 93              "type": "lunch",
 94              "day": "Thursday",
 95              "recipeId": "r105"
 96            },
 97            {
 98              "type": "dinner",
 99              "day": "Friday",
100              "recipeId": "r101"
101            }
102          ]
103        },
104        {
105          "name": "3days",
106          "meals": [
107            {
108              "type": "dinner",
109              "day": "Monday",
110              "recipeId": "r103"
111            },
112            {
113              "type": "lunch",
114              "day": "Tuesday",
115              "recipeId": "r104"
116            },
117            {
118              "type": "dinner",
119              "day": "Wednesday",
120              "recipeId": "r105"
121            }
122          ]
123        }
124      ],
125      "orders": [
126        {
127          "id": "o101",
128          "customerId": "c101",
129          "deliveryPeopleId": "d101",
130          "date": "2024-04-01"
131        },
132        {
133          "id": "o102",
134          "customerId": "c101",
135          "deliveryPeopleId": "d102",
136          "date": "2024-04-01"
137        },
138        {
139          "id": "o103",
140          "customerId": "c102",
141          "deliveryPeopleId": "d103",
142          "date": "2024-04-01"
143        },
144        {
145          "id": "o104",
146          "customerId": "c103",
147          "deliveryPeopleId": "d102",
148          "date": "2024-04-01"
149        },
150        {
151          "id": "o105",
152          "customerId": "c101",
153          "deliveryPeopleId": "d101",
154          "date": "2024-04-02"
155        },
156        {
157          "id": "o106",
158          "customerId": "c102",
159          "deliveryPeopleId": "d101",
160          "date": "2024-04-02"
161        },
162        {
163          "id": "o107",
164          "customerId": "c103",
165          "deliveryPeopleId": "d103",
166          "date": "2024-04-03"
167        },
168        {
169          "id": "o108",
170          "customerId": "c101",
171          "deliveryPeopleId": "d103",
172          "date": "2024-04-03"
173        },
174        {
175          "id": "o109",
176          "customerId": "c102",
177          "deliveryPeopleId": "d102",
178          "date": "2024-04-03"
179        },
180        {
181          "id": "o110",
182          "customerId": "c103",
183          "deliveryPeopleId": "d101",
184          "date": "2024-04-03"
185        }
186      ],
187      "customers": [
188        {
189          "id": "c101",
190          "name": "Jane Doe",
191          "email": "jane.doe@example.com",
192          "address": "456 Example Avenue, Cityville"
193        },
194        {
195          "id": "c102",
196          "name": "John Doe",
197          "email": "john.doe@example.com",
198          "address": "123 Example Street, Cityville"
199        },
200        {
201          "id": "c103",
202          "name": "Alice Smith",
203          "email": "alice.smith@example.com",
204          "address": "789 Example Road, Townsville"
205        },
206        {
207          "id": "c104",
208          "name": "Bob Johnson",
209          "email": "bob.johnson@example.com",
210          "address": "456 Example Avenue, Cityville"
211        },
212        {
213          "id": "c105",
214          "name": "Sarah Williams",
215          "email": "sarah.williams@example.com",
216          "address": "789 Example Boulevard, Townsville"
217        }
218      ],
219      "deliveryPeople": [
220        {
221          "id": "d101",
222          "name": "John Smith",
223          "email": "johnsmith@johnsmith.com",
224          "phone": "+1234567890"
225        },
226        {
227          "id": "d102",
228          "name": "Jane Smith",
229          "email": "janesmith@janesmith.com",
230          "phone": "+9876543210"
231        },
232        {
233          "id": "d103",
234          "name": "David Johnson",
235          "email": "davidjohnson@davidjohnson.com",
236          "phone": "+5555555555"
237        }
238      ],
239      "comments": [
240        {
241          "id": "com101",
242          "recipeId": "r101",
243          "customerId": "c101",
244          "text": "Loved the flavors! Perfect balance of spices.",
245          "rating": 5
246        },
247        {
248          "id": "com102",
249          "recipeId": "r101",
250          "customerId": "c102",
251          "text": "Delicious! I will definitely make this again.",
252          "rating": 4
253        },
254        {
255          "id": "com103",
256          "recipeId": "r101",
257          "customerId": "c103",
258          "text": "Great recipe! Easy to follow and turned out amazing.",
259          "rating": 5
260        },
261        {
262          "id": "com104",
263          "recipeId": "r101",
264          "customerId": "c104",
265          "text": "Not a fan of the spices, but overall it was good.",
266          "rating": 3
267        },
268        {
269          "id": "com105",
270          "recipeId": "r101",
271          "customerId": "c105",
272          "text": "Yummy! The whole family loved it.",
273          "rating": 5
274        },
275        {
276          "id": "com106",
277          "recipeId": "r101",
278          "customerId": "c101",
279          "text": "One of my favorite recipes. So flavorful!",
280          "rating": 5
281        },
282        {
283          "id": "com107",
284          "recipeId": "r101",
285          "customerId": "c102",
286          "text": "Added some extra spices and it was perfect.",
287          "rating": 4
288        },
289        {
290          "id": "com108",
291          "recipeId": "r101",
292          "customerId": "c103",
293          "text": "Delicious and easy to make. Will make it again.",
294          "rating": 5
295        },
296        {
297          "id": "com109",
298          "recipeId": "r101",
299          "customerId": "c104",
300          "text": "Not a fan of the yogurt, but the rest was great.",
301          "rating": 3
302        },
303        {
304          "id": "com110",
305          "recipeId": "r101",
306          "customerId": "c105",
307          "text": "Amazing recipe! Will definitely recommend.",
308          "rating": 5
309        }
310      ]
311    }
312  }