{
  "schema_version": "1.0",
  "record_type": "restaurant_facts",
  "fictional_sample": true,
  "name": "Marigold Kitchen",
  "cuisine": "Indian",
  "merchant_verified_at": "2026-10-02",
  "hours": {
    "timezone": "America/New_York",
    "friday": {
      "opens": "17:00",
      "closes": "22:30",
      "closes_next_day": false
    },
    "kitchen_last_order": "22:00"
  },
  "menu": [
    {
      "id": "chana-masala",
      "name": "Chana masala",
      "description": "Chickpeas simmered with tomato, ginger and toasted spices.",
      "current_price_usd": 14,
      "vegetarian": true,
      "vegan": true,
      "contains": []
    },
    {
      "id": "butter-chicken",
      "name": "Butter chicken",
      "description": "Tandoori chicken in a mild tomato-cream sauce.",
      "current_price_usd": 18,
      "vegetarian": false,
      "vegan": false,
      "contains": [
        "dairy"
      ]
    },
    {
      "id": "garlic-naan",
      "name": "Garlic naan",
      "description": "Baked to order in the tandoor.",
      "current_price_usd": 4,
      "vegetarian": true,
      "vegan": false,
      "contains": [
        "gluten",
        "dairy"
      ]
    }
  ],
  "reservations": {
    "policy": "phone",
    "note": "Call ahead for parties of 6 or more.",
    "url": null
  },
  "ordering": {
    "online": false,
    "url": null
  },
  "address": {
    "street": "12 Elm Street",
    "locality": "Somerville",
    "region": "MA",
    "postal_code": "02143",
    "country": "US"
  },
  "phone": {
    "e164": "+16175550142",
    "display": "(617) 555-0142"
  },
  "data_updated_on": "2026-10-02",
  "source": {
    "kind": "owner_confirmation",
    "note": "Confirmed by the owner by phone. Fictional sample."
  }
}