{
  "succeeded": {
    "kind": "fema_nfhl",
    "status": "succeeded",
    "attempted": true,
    "fetched_at": "2026-07-09T15:04:05Z",
    "payload": {
      "flood_zone": "AE",
      "flood_zone_description": "High flood risk: within the 1% annual-chance (100-year) floodplain. Base flood elevation determined.",
      "sfha": true,
      "flood_zone_confidence": "rooftop",
      "base_flood_elevation_feet": null,
      "matched_address": "100 Main St, Example, NC 28202",
      "matched_feature_count": 1
    }
  },
  "not_mapped": {
    "kind": "fema_nfhl",
    "status": "not_mapped",
    "attempted": true,
    "fetched_at": "2026-07-09T15:04:05Z",
    "payload": {
      "matched_address": "200 Rural Rd, Example, NC 28203",
      "flood_zone_confidence": "rooftop",
      "matched_feature_count": 0
    }
  },
  "skipped": {
    "kind": "fema_nfhl",
    "status": "skipped",
    "attempted": false,
    "diagnostics": [
      {
        "code": "MISSING_FIELD",
        "message": "",
        "source": "fema_nfhl",
        "severity": "info",
        "field": "prospect.primary_address.street"
      }
    ]
  },
  "ambiguous": {
    "kind": "fema_nfhl",
    "status": "ambiguous",
    "attempted": true,
    "diagnostics": [
      {
        "code": "AMBIGUOUS_ENRICHMENT_RESULT",
        "message": "",
        "source": "fema_nfhl",
        "severity": "warn",
        "details": {
          "conflicts": ["zone"],
          "feature_count": 2,
          "reason": "attribute_conflict"
        }
      }
    ]
  },
  "unavailable": {
    "kind": "fema_nfhl",
    "status": "unavailable",
    "attempted": true,
    "diagnostics": [
      {
        "code": "ENRICHMENT_DEGRADED",
        "message": "",
        "source": "fema_nfhl",
        "severity": "warn",
        "details": {
          "error_class": "timeout",
          "upstream": "nfhl"
        }
      }
    ]
  }
}
