{
"data": {
"version": "2.0",
"serverId": "01HZ9QXYZ1234567890ABCDE1",
"templateType": "restaurant",
"business": {
"name": "Rosario's Kitchen",
"description": "Family-owned Italian restaurant serving the Midwest since 1987.",
"category": "restaurant"
},
"contact": {
"phone": "+1-313-555-0198",
"email": "hello@rosarioskitchen.com",
"website": "https://rosarioskitchen.com",
"address": {
"line1": "4821 Michigan Ave",
"city": "Detroit",
"state": "MI",
"zip": "48210",
"country": "US"
},
"coordinates": { "lat": 42.3314, "lng": -83.0458 }
},
"hours": {
"monday": { "open": "11:00", "close": "21:00" },
"tuesday": { "open": "11:00", "close": "21:00" },
"wednesday": { "open": "11:00", "close": "21:00" },
"thursday": { "open": "11:00", "close": "21:00" },
"friday": { "open": "11:00", "close": "22:00" },
"saturday": { "open": "10:00", "close": "22:00" },
"sunday": "closed"
},
"catalog": {
"categories": [
{ "id": "01HZ9CAT0000000000000001", "name": "Pasta", "sortOrder": 0 },
{ "id": "01HZ9CAT0000000000000002", "name": "Desserts", "sortOrder": 1 }
],
"items": [
{
"id": "01HZ9ITEM000000000000001",
"name": "Spaghetti Carbonara",
"description": "Classic Roman pasta with guanciale, egg, and Pecorino Romano.",
"categoryId": "01HZ9CAT0000000000000001",
"priceCents": 1895,
"priceType": "fixed",
"isAvailable": true,
"metadata": {}
}
]
},
"featureFlags": {
"appointmentBooking": false,
"onlineOrdering": true,
"quoteRequests": false,
"faq": true,
"menuBrowsing": true
}
}
}