File size: 20,158 Bytes
5ff3858
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
{
  "availability_window": {
    "start": "2026-04-01",
    "end": "2026-09-01"
  },
  "users": [
    {
      "id": 1,
      "name": "Avery Chen",
      "email": "avery@example.com",
      "password": "demo123",
      "is_host": false,
      "hometown": "Toronto",
      "bio": "Product designer who plans short city escapes around good coffee and neighborhood walks.",
      "avatar_url": "https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=300&q=80"
    },
    {
      "id": 2,
      "name": "Maya Patel",
      "email": "maya@example.com",
      "password": "demo123",
      "is_host": true,
      "hometown": "Toronto",
      "bio": "Host and architect running bright, thoughtful stays across Toronto neighborhoods.",
      "avatar_url": "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?auto=format&fit=crop&w=300&q=80"
    },
    {
      "id": 3,
      "name": "Jordan Rivera",
      "email": "jordan@example.com",
      "password": "demo123",
      "is_host": true,
      "hometown": "Los Angeles",
      "bio": "Creative host splitting time between desert escapes and design-forward city apartments.",
      "avatar_url": "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=300&q=80"
    },
    {
      "id": 4,
      "name": "Priya Nair",
      "email": "priya@example.com",
      "password": "demo123",
      "is_host": true,
      "hometown": "Vancouver",
      "bio": "Hospitality operator focused on quiet, polished stays near walking and biking routes.",
      "avatar_url": "https://images.unsplash.com/photo-1488426862026-3ee34a7d66df?auto=format&fit=crop&w=300&q=80"
    },
    {
      "id": 5,
      "name": "Leo Martinez",
      "email": "leo@example.com",
      "password": "demo123",
      "is_host": false,
      "hometown": "Montreal",
      "bio": "Remote worker traveling for long weekends, vinyl shops, and good brunch.",
      "avatar_url": "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?auto=format&fit=crop&w=300&q=80"
    }
  ],
  "listings": [
    {
      "id": 1,
      "slug": "annex-glass-loft",
      "host_id": 2,
      "title": "Annex Glass Loft",
      "city": "Toronto",
      "country": "Canada",
      "neighborhood": "Annex",
      "price_per_night": 245,
      "cleaning_fee": 48,
      "service_fee": 32,
      "bedrooms": 2,
      "beds": 2,
      "baths": 1.5,
      "max_guests": 4,
      "rating": 4.93,
      "review_count": 122,
      "description": "A bright two-bedroom loft with a wall of plants, skylights, a chef-ready kitchen, and a fast walk to the subway and Bloor Street.",
      "amenities": ["Wifi", "Dedicated workspace", "Self check-in", "Chef kitchen", "Washer", "Patio"],
      "house_rules": ["No parties", "Quiet hours after 10 PM", "Shoes off indoors"],
      "blocked_ranges": [
        {"start": "2026-04-03", "end": "2026-04-05"},
        {"start": "2026-06-12", "end": "2026-06-15"}
      ],
      "images": [
        {
          "url": "https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Sunlit loft living room",
          "display_order": 0
        },
        {
          "url": "https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Modern kitchen with wood cabinets",
          "display_order": 1
        }
      ]
    },
    {
      "id": 2,
      "slug": "leslieville-garden-suite",
      "host_id": 2,
      "title": "Leslieville Garden Suite",
      "city": "Toronto",
      "country": "Canada",
      "neighborhood": "Leslieville",
      "price_per_night": 188,
      "cleaning_fee": 35,
      "service_fee": 24,
      "bedrooms": 1,
      "beds": 1,
      "baths": 1.0,
      "max_guests": 2,
      "rating": 4.86,
      "review_count": 84,
      "description": "A quiet one-bedroom tucked behind a brick lane house with a private deck, espresso setup, and easy streetcar access.",
      "amenities": ["Wifi", "Garden deck", "Air conditioning", "Coffee bar", "Keypad entry"],
      "house_rules": ["No smoking", "No pets", "Please water the herbs if you stay more than three nights"],
      "blocked_ranges": [
        {"start": "2026-04-18", "end": "2026-04-20"}
      ],
      "images": [
        {
          "url": "https://images.unsplash.com/photo-1494526585095-c41746248156?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Cozy suite living room",
          "display_order": 0
        },
        {
          "url": "https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Open suite interior",
          "display_order": 1
        }
      ]
    },
    {
      "id": 3,
      "slug": "joshua-tree-artist-dome",
      "host_id": 3,
      "title": "Joshua Tree Artist Dome",
      "city": "Joshua Tree",
      "country": "United States",
      "neighborhood": "Panorama Heights",
      "price_per_night": 310,
      "cleaning_fee": 60,
      "service_fee": 41,
      "bedrooms": 1,
      "beds": 1,
      "baths": 1.0,
      "max_guests": 2,
      "rating": 4.98,
      "review_count": 204,
      "description": "A cinematic geodesic dome with a record player, desert deck, outdoor shower, and dark-sky stargazing setup.",
      "amenities": ["Wifi", "Hot tub", "Record player", "Fire pit", "Outdoor shower", "Mountain views"],
      "house_rules": ["No open flames outside the fire pit", "Observe quiet hours after 9 PM", "Respect desert wildlife"],
      "blocked_ranges": [
        {"start": "2026-05-01", "end": "2026-05-04"}
      ],
      "images": [
        {
          "url": "https://images.unsplash.com/photo-1505692952047-1a78307da8f2?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Desert dome exterior",
          "display_order": 0
        },
        {
          "url": "https://images.unsplash.com/photo-1448630360428-65456885c650?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Minimal desert interior",
          "display_order": 1
        }
      ]
    },
    {
      "id": 4,
      "slug": "vancouver-seawall-studio",
      "host_id": 4,
      "title": "Vancouver Seawall Studio",
      "city": "Vancouver",
      "country": "Canada",
      "neighborhood": "Kitsilano",
      "price_per_night": 215,
      "cleaning_fee": 39,
      "service_fee": 28,
      "bedrooms": 1,
      "beds": 1,
      "baths": 1.0,
      "max_guests": 2,
      "rating": 4.89,
      "review_count": 97,
      "description": "A calm studio two blocks from the seawall with oak floors, a rainfall shower, and dedicated bike storage.",
      "amenities": ["Wifi", "Bike storage", "Rainfall shower", "Dedicated workspace", "Laundry"],
      "house_rules": ["No smoking", "No parties", "Please rinse sand from gear before coming inside"],
      "blocked_ranges": [],
      "images": [
        {
          "url": "https://images.unsplash.com/photo-1502672260266-1c1ef2d93688?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Bright studio apartment",
          "display_order": 0
        },
        {
          "url": "https://images.unsplash.com/photo-1464890100898-a385f744067f?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Studio bedroom corner",
          "display_order": 1
        }
      ]
    },
    {
      "id": 5,
      "slug": "montreal-plateau-book-nook",
      "host_id": 3,
      "title": "Montreal Plateau Book Nook",
      "city": "Montreal",
      "country": "Canada",
      "neighborhood": "Plateau",
      "price_per_night": 172,
      "cleaning_fee": 30,
      "service_fee": 20,
      "bedrooms": 1,
      "beds": 1,
      "baths": 1.0,
      "max_guests": 2,
      "rating": 4.84,
      "review_count": 65,
      "description": "A warm apartment lined with bookshelves, a long breakfast table, and quick walks to cafes, parks, and bagel runs.",
      "amenities": ["Wifi", "Bathtub", "Balcony", "Kitchen", "Washer"],
      "house_rules": ["No smoking", "Please recycle glass", "Pets allowed on approval"],
      "blocked_ranges": [
        {"start": "2026-07-03", "end": "2026-07-06"}
      ],
      "images": [
        {
          "url": "https://images.unsplash.com/photo-1493809842364-78817add7ffb?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Book-filled apartment",
          "display_order": 0
        },
        {
          "url": "https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Warm reading nook",
          "display_order": 1
        }
      ]
    },
    {
      "id": 6,
      "slug": "county-barn-retreat",
      "host_id": 4,
      "title": "County Barn Retreat",
      "city": "Prince Edward County",
      "country": "Canada",
      "neighborhood": "Hillier",
      "price_per_night": 295,
      "cleaning_fee": 55,
      "service_fee": 36,
      "bedrooms": 3,
      "beds": 4,
      "baths": 2.0,
      "max_guests": 6,
      "rating": 4.95,
      "review_count": 58,
      "description": "A restored barn with vaulted beams, vineyard views, a cedar sauna, and room for a long weekend group trip.",
      "amenities": ["Wifi", "Sauna", "BBQ", "Indoor fireplace", "Parking", "Kitchen"],
      "house_rules": ["No events", "Maximum six overnight guests", "Please close the barn doors at night"],
      "blocked_ranges": [
        {"start": "2026-06-19", "end": "2026-06-22"}
      ],
      "images": [
        {
          "url": "https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Converted barn stay",
          "display_order": 0
        },
        {
          "url": "https://images.unsplash.com/photo-1502005229762-cf1b2da7c5d6?auto=format&fit=crop&w=1200&q=80",
          "alt_text": "Barn living area",
          "display_order": 1
        }
      ]
    }
  ],
  "reviews": [
    {
      "id": 1,
      "listing_id": 1,
      "user_id": 5,
      "rating": 5.0,
      "comment": "The light in the mornings is unreal, and Maya left a neighborhood guide with actually useful food picks.",
      "created_at": "2026-02-11T10:30:00"
    },
    {
      "id": 2,
      "listing_id": 1,
      "user_id": 1,
      "rating": 4.8,
      "comment": "Super smooth check-in and a great desk setup for remote work.",
      "created_at": "2026-01-19T09:15:00"
    },
    {
      "id": 3,
      "listing_id": 2,
      "user_id": 5,
      "rating": 4.9,
      "comment": "Quiet, easy, and the deck gets beautiful evening sun.",
      "created_at": "2026-02-24T18:20:00"
    },
    {
      "id": 4,
      "listing_id": 3,
      "user_id": 1,
      "rating": 5.0,
      "comment": "One of the most memorable places I have stayed. The stars alone were worth it.",
      "created_at": "2026-01-06T20:05:00"
    },
    {
      "id": 5,
      "listing_id": 4,
      "user_id": 1,
      "rating": 4.7,
      "comment": "Perfect location for biking, quiet at night, and very easy to settle into.",
      "created_at": "2026-01-28T15:45:00"
    },
    {
      "id": 6,
      "listing_id": 5,
      "user_id": 2,
      "rating": 4.8,
      "comment": "Loved the bookshelves and morning coffee on the balcony.",
      "created_at": "2026-02-03T08:40:00"
    },
    {
      "id": 7,
      "listing_id": 6,
      "user_id": 5,
      "rating": 5.0,
      "comment": "Great for a group weekend. The sauna and giant dining table were the highlights.",
      "created_at": "2026-01-14T13:10:00"
    }
  ],
  "bookings": [
    {
      "id": 1,
      "confirmation_code": "BKG-2001",
      "listing_id": 4,
      "guest_id": 1,
      "check_in": "2026-04-25",
      "check_out": "2026-04-29",
      "guests": 2,
      "total_price": 927,
      "status": "confirmed",
      "created_at": "2026-03-02T11:45:00"
    },
    {
      "id": 2,
      "confirmation_code": "BKG-2002",
      "listing_id": 1,
      "guest_id": 5,
      "check_in": "2026-05-20",
      "check_out": "2026-05-23",
      "guests": 2,
      "total_price": 815,
      "status": "confirmed",
      "created_at": "2026-03-05T09:20:00"
    },
    {
      "id": 3,
      "confirmation_code": "BKG-2003",
      "listing_id": 6,
      "guest_id": 5,
      "check_in": "2026-04-11",
      "check_out": "2026-04-14",
      "guests": 4,
      "total_price": 976,
      "status": "confirmed",
      "created_at": "2026-02-18T16:05:00"
    }
  ],
  "wishlists": [
    {
      "id": 1,
      "user_id": 1,
      "listing_id": 6,
      "notes": "Potential group weekend"
    },
    {
      "id": 2,
      "user_id": 5,
      "listing_id": 3,
      "notes": "Desert inspiration trip"
    }
  ],
  "message_threads": [
    {
      "id": 1,
      "listing_id": 2,
      "guest_id": 1,
      "host_id": 2,
      "subject": "Parking and arrival",
      "last_message_at": "2026-03-03T09:00:00",
      "messages": [
        {
          "sender_id": 1,
          "body": "Hi Maya, is street parking usually available after 6 PM on Fridays?",
          "created_at": "2026-03-03T08:20:00"
        },
        {
          "sender_id": 2,
          "body": "Yes, usually quite easy on my block. I can also point you to a paid lot if needed.",
          "created_at": "2026-03-03T09:00:00"
        }
      ]
    },
    {
      "id": 2,
      "listing_id": 4,
      "guest_id": 1,
      "host_id": 4,
      "subject": "Bike storage details",
      "last_message_at": "2026-03-06T14:30:00",
      "messages": [
        {
          "sender_id": 1,
          "body": "Hi Priya, would there be room for two bikes during our April stay?",
          "created_at": "2026-03-06T14:00:00"
        },
        {
          "sender_id": 4,
          "body": "Absolutely. The storage room is private and right off the main entrance.",
          "created_at": "2026-03-06T14:30:00"
        }
      ]
    }
  ],
  "tasks": [
    {
      "id": 1,
      "slug": "book-annex-loft",
      "title": "Book a three-night Annex stay",
      "category": "booking",
      "difficulty": "easy",
      "start_path": "/",
      "persona_user_id": 1,
      "intent": "Log in as Avery Chen and book Annex Glass Loft for 2 guests from April 14, 2026 to April 17, 2026.",
      "success_criteria": "A confirmed booking exists for listing 1 with Avery as the guest and the exact requested dates.",
      "validator_key": "booking_exists",
      "validation_target": {
        "listing_id": 1,
        "guest_id": 1,
        "check_in": "2026-04-14",
        "check_out": "2026-04-17"
      }
    },
    {
      "id": 2,
      "slug": "save-joshua-tree-dome",
      "title": "Save the Joshua Tree dome for later",
      "category": "wishlist",
      "difficulty": "easy",
      "start_path": "/listings/joshua-tree-artist-dome",
      "persona_user_id": 1,
      "intent": "Log in as Avery Chen and save Joshua Tree Artist Dome to the wishlist.",
      "success_criteria": "A wishlist item exists for Avery and listing 3.",
      "validator_key": "wishlist_contains",
      "validation_target": {
        "user_id": 1,
        "listing_id": 3
      }
    },
    {
      "id": 3,
      "slug": "message-maya-early-checkin",
      "title": "Ask about early check-in in Leslieville",
      "category": "messaging",
      "difficulty": "medium",
      "start_path": "/listings/leslieville-garden-suite",
      "persona_user_id": 1,
      "intent": "Log in as Avery Chen and send Maya a message from the Leslieville Garden Suite listing that mentions early check-in.",
      "success_criteria": "A message exists in Avery's thread for listing 2 containing the phrase early check-in.",
      "validator_key": "message_contains",
      "validation_target": {
        "guest_id": 1,
        "listing_id": 2,
        "body_contains": "early check-in"
      }
    },
    {
      "id": 4,
      "slug": "host-block-annex-weekend",
      "title": "Block a May weekend for host use",
      "category": "hosting",
      "difficulty": "medium",
      "start_path": "/host",
      "persona_user_id": 2,
      "intent": "Log in as Maya Patel and block Annex Glass Loft from May 8, 2026 to May 10, 2026.",
      "success_criteria": "Availability entries for listing 1 are unavailable on May 8 and May 9, 2026.",
      "validator_key": "blocked_range",
      "validation_target": {
        "listing_id": 1,
        "start": "2026-05-08",
        "end": "2026-05-10"
      }
    },
    {
      "id": 5,
      "slug": "cancel-vancouver-trip",
      "title": "Cancel the Vancouver studio trip",
      "category": "trip-management",
      "difficulty": "easy",
      "start_path": "/trips",
      "persona_user_id": 1,
      "intent": "Log in as Avery Chen and cancel the upcoming Vancouver Seawall Studio booking with confirmation code BKG-2001.",
      "success_criteria": "Booking BKG-2001 is marked canceled.",
      "validator_key": "booking_canceled",
      "validation_target": {
        "guest_id": 1,
        "confirmation_code": "BKG-2001"
      }
    },
    {
      "id": 6,
      "slug": "book-county-barn-weekend",
      "title": "Book a Prince Edward County long weekend",
      "category": "booking",
      "difficulty": "medium",
      "start_path": "/listings/county-barn-retreat",
      "persona_user_id": 5,
      "intent": "Log in as Leo Martinez and book County Barn Retreat for 4 guests from May 1, 2026 to May 4, 2026.",
      "success_criteria": "A confirmed booking exists for listing 6 with Leo as the guest and the exact requested dates.",
      "validator_key": "booking_exists",
      "validation_target": {
        "listing_id": 6,
        "guest_id": 5,
        "check_in": "2026-05-01",
        "check_out": "2026-05-04"
      }
    },
    {
      "id": 7,
      "slug": "save-annex-loft-for-later",
      "title": "Save the Annex loft for a future Toronto stay",
      "category": "wishlist",
      "difficulty": "easy",
      "start_path": "/listings/annex-glass-loft",
      "persona_user_id": 5,
      "intent": "Log in as Leo Martinez and save Annex Glass Loft to the wishlist for a future Toronto trip.",
      "success_criteria": "A wishlist item exists for Leo and listing 1.",
      "validator_key": "wishlist_contains",
      "validation_target": {
        "user_id": 5,
        "listing_id": 1
      }
    },
    {
      "id": 8,
      "slug": "message-priya-about-bike-storage",
      "title": "Ask about bike storage before a Vancouver stay",
      "category": "messaging",
      "difficulty": "medium",
      "start_path": "/listings/vancouver-seawall-studio",
      "persona_user_id": 1,
      "intent": "Log in as Avery Chen and send Priya a message from the Vancouver Seawall Studio listing that mentions bike storage.",
      "success_criteria": "A message exists in Avery's thread for listing 4 containing the phrase bike storage.",
      "validator_key": "message_contains",
      "validation_target": {
        "guest_id": 1,
        "listing_id": 4,
        "body_contains": "bike storage"
      }
    },
    {
      "id": 9,
      "slug": "host-block-leslieville-cleaning-window",
      "title": "Block the Leslieville suite for a cleaning window",
      "category": "hosting",
      "difficulty": "medium",
      "start_path": "/host",
      "persona_user_id": 2,
      "intent": "Log in as Maya Patel and block Leslieville Garden Suite from May 18, 2026 to May 21, 2026.",
      "success_criteria": "Availability entries for listing 2 are unavailable on May 18, May 19, and May 20, 2026.",
      "validator_key": "blocked_range",
      "validation_target": {
        "listing_id": 2,
        "start": "2026-05-18",
        "end": "2026-05-21"
      }
    },
    {
      "id": 10,
      "slug": "cancel-county-barn-booking",
      "title": "Cancel Leo's County Barn Retreat booking",
      "category": "trip-management",
      "difficulty": "easy",
      "start_path": "/trips",
      "persona_user_id": 5,
      "intent": "Log in as Leo Martinez and cancel the County Barn Retreat booking with confirmation code BKG-2003.",
      "success_criteria": "Booking BKG-2003 is marked canceled.",
      "validator_key": "booking_canceled",
      "validation_target": {
        "guest_id": 5,
        "confirmation_code": "BKG-2003"
      }
    }
  ]
}