{
  "_meta": {
    "format": "bw-ai-schema-pro/config",
    "format_version": 1,
    "plugin_version": "2.6.0",
    "preset": {
      "id": "restaurant",
      "label": "Restaurant",
      "tagline": "Single-site restaurant with full opening hours",
      "description": "A neighbourhood restaurant. Sets the Organization to Restaurant with detailed opening hours per day, price range, and reservations contact points.",
      "highlights": [
        "Organization type: Restaurant",
        "Day-by-day opening hours including a closed day",
        "Reservations and events contact points",
        "Single location with coordinates"
      ]
    }
  },
  "config": {
    "bw_schema_schema_org_type": "Restaurant",
    "bw_schema_business_type": "hospitality",
    "bw_schema_organization": {
      "name": "The Copper Kettle",
      "alternateName": "Copper Kettle",
      "legalName": "Copper Kettle Dining Ltd.",
      "slogan": "Prairie ingredients, patient cooking",
      "telephone": "+1-306-555-0300",
      "email": "reservations@example.com",
      "sameAs": ["https://www.instagram.com/example-kettle"],
      "geo": { "latitude": 52.13188, "longitude": -106.66276 },
      "openingHours": [
        { "days": ["Tuesday","Wednesday","Thursday"], "opens": "17:00", "closes": "22:00" },
        { "days": ["Friday","Saturday"], "opens": "17:00", "closes": "23:00" },
        { "days": ["Sunday"], "opens": "10:00", "closes": "14:00" }
      ]
    },
    "bw_schema_org_description": "A 44-seat restaurant in Saskatoon serving a seasonal prairie menu, open for dinner Tuesday to Saturday and brunch on Sunday.",
    "bw_schema_address": { "street": "612 Broadway Avenue", "city": "Saskatoon", "state": "SK", "zip": "S7N 1A9", "country": "CA" },
    "bw_schema_contact_points": [
      { "type": "reservations", "telephone": "+1-306-555-0300", "email": "reservations@example.com", "languages": ["English"] },
      { "type": "sales", "telephone": "+1-306-555-0301", "email": "events@example.com", "languages": ["English"] }
    ],
    "bw_schema_locations": [
      { "id": "loc_resto0001", "name": "The Copper Kettle", "type": "Restaurant",
        "street": "612 Broadway Avenue", "city": "Saskatoon", "region": "SK", "postal": "S7N 1A9", "country": "CA",
        "lat": "52.13188", "lng": "-106.66276", "telephone": "+1-306-555-0300", "email": "reservations@example.com",
        "url": "", "use_main_hours": 1, "areas": [ { "kind": "city", "name": "Saskatoon" } ] }
    ],
    "bw_schema_service_areas": [ { "kind": "city", "name": "Saskatoon" } ],
    "bw_schema_accommodation": { "currency": "CAD", "rate_unit": "DAY", "rate_stale_days": 180 },
    "bw_schema_price_range": "$$",
    "bw_schema_enable_price_range": "yes",
    "bw_schema_awards": ["Canada's 100 Best Restaurants — Longlist 2025"],
    "bw_schema_certifications": [],
    "bw_schema_employee_count": 18,
    "bw_schema_founding_date": "2016-09-08",
    "bw_schema_post_type_defaults": { "post": "article:BlogPosting", "page": "webpage:WebPage" }
  }
}
