{
  "marketplace": {
    "id": "fm_ontario_001",
    "name": "Harvest Square Farmers' Market",
    "timezone": "America/Toronto",
    "currency": "CAD",
    "status": "open",
    "location": {
      "address": {
        "street": "125 Wellington Street",
        "city": "Guelph",
        "province": "ON",
        "postalCode": "N1H 3R8",
        "country": "CA"
      },
      "coordinates": {
        "latitude": 43.5448,
        "longitude": -80.2482
      }
    },
    "schedule": [
      {
        "day": "Saturday",
        "opensAt": "08:00",
        "closesAt": "13:00"
      },
      {
        "day": "Wednesday",
        "opensAt": "15:00",
        "closesAt": "19:00"
      }
    ],
    "features": {
      "onlineOrdering": true,
      "curbsidePickup": true,
      "localDelivery": false,
      "acceptsMarketTokens": true
    }
  },
  "response": {
    "generatedAt": "2026-07-31T14:25:18-04:00",
    "requestId": "req_8f3c2a91d647",
    "vendors": [
      {
        "id": "vendor_green_acres",
        "name": "Green Acres Family Farm",
        "verified": true,
        "distanceKm": 18.4,
        "certifications": [
          "Canada Organic",
          "Bee Friendly Farming"
        ],
        "contact": {
          "email": "orders@greenacres.example",
          "phone": "+1-519-555-0142"
        },
        "products": [
          {
            "sku": "GA-TOM-HEIR-1KG",
            "name": "Heirloom Tomatoes",
            "category": "produce",
            "description": "Mixed field-grown heirloom varieties harvested within 24 hours of market day.",
            "price": {
              "amount": 8.5,
              "unit": "1 kg"
            },
            "inventory": {
              "available": true,
              "quantity": 34,
              "lowStockThreshold": 8
            },
            "attributes": {
              "organic": true,
              "seasonal": true,
              "grownIn": "Wellington County, Ontario"
            },
            "images": [
              {
                "url": "https://cdn.example.com/products/heirloom-tomatoes-front.jpg",
                "alt": "Basket of mixed heirloom tomatoes",
                "primary": true
              },
              {
                "url": "https://cdn.example.com/products/heirloom-tomatoes-sliced.jpg",
                "alt": "Sliced heirloom tomatoes",
                "primary": false
              }
            ]
          },
          {
            "sku": "GA-EGG-FREE-12",
            "name": "Free-Range Brown Eggs",
            "category": "dairy-and-eggs",
            "description": "A dozen ungraded brown eggs from pasture-raised hens.",
            "price": {
              "amount": 7.25,
              "unit": "dozen"
            },
            "inventory": {
              "available": true,
              "quantity": 19,
              "lowStockThreshold": 6
            },
            "attributes": {
              "organic": false,
              "seasonal": false,
              "refrigerationRequired": true
            },
            "images": []
          }
        ]
      },
      {
        "id": "vendor_maple_stone",
        "name": "Maple & Stone Bakery",
        "verified": true,
        "distanceKm": 6.8,
        "certifications": [
          "Food Handler Certified"
        ],
        "contact": {
          "email": "hello@maplestone.example",
          "phone": "+1-519-555-0188"
        },
        "products": [
          {
            "sku": "MS-BRD-SOUR-750",
            "name": "Country Sourdough Loaf",
            "category": "bakery",
            "description": "Naturally leavened loaf made with Ontario-milled wheat and a 24-hour fermentation.",
            "price": {
              "amount": 9.0,
              "unit": "750 g loaf"
            },
            "inventory": {
              "available": true,
              "quantity": 12,
              "lowStockThreshold": 5
            },
            "attributes": {
              "organic": false,
              "seasonal": false,
              "allergens": [
                "wheat"
              ]
            },
            "images": [
              {
                "url": "https://cdn.example.com/products/country-sourdough.jpg",
                "alt": "Crusty round sourdough loaf",
                "primary": true
              }
            ]
          }
        ]
      }
    ],
    "pickupWindows": [
      {
        "id": "pickup_sat_0900",
        "date": "2026-08-01",
        "startsAt": "09:00",
        "endsAt": "09:30",
        "capacity": 20,
        "remainingSlots": 7
      },
      {
        "id": "pickup_sat_0930",
        "date": "2026-08-01",
        "startsAt": "09:30",
        "endsAt": "10:00",
        "capacity": 20,
        "remainingSlots": 14
      }
    ],
    "pagination": {
      "page": 1,
      "pageSize": 20,
      "totalVendors": 2,
      "totalPages": 1,
      "nextCursor": null
    }
  }
}