{
  "endpoint": "/api/v1/cost/moving-estimate",
  "mock": true,
  "query_example": {
    "home_size": "2 bedroom",
    "distance_band": "local",
    "metro": "Los Angeles, CA"
  },
  "result": {
    "currency": "USD",
    "low": 400,
    "median": 1250,
    "high": 2500,
    "national_median": 1250,
    "metro_index": [
      {
        "geoLabel": "New York, NY",
        "median": 1850,
        "index": 148
      },
      {
        "geoLabel": "Los Angeles, CA",
        "median": 1600,
        "index": 128
      }
    ]
  },
  "confidence": "estimated",
  "methodology": "/api/methodology/moving-cost-us-v1.json",
  "disclosure": "v0 sandbox — modeled estimates pending verified collection."
}