{
  "sites": [
    {
      "id": "DM-01",
      "name": "İlkadım Eski Okul Binası",
      "city": "Samsun",
      "district": "İlkadım",
      "lat": 41.2867,
      "lng": 36.33,
      "plannedDate": "2026-09-15",
      "buildingType": "Eğitim",
      "estimatedStockTon": 4200,
      "materials": [
        { "type": "Beton", "ton": 2100 },
        { "type": "Tuğla", "ton": 840 },
        { "type": "Çelik", "ton": 210 },
        { "type": "Diğer", "ton": 1050 }
      ],
      "status": "izinli"
    },
    {
      "id": "DM-02",
      "name": "Atakum Ticaret Hanı",
      "city": "Samsun",
      "district": "Atakum",
      "lat": 41.34,
      "lng": 36.27,
      "plannedDate": "2026-10-01",
      "buildingType": "Ticari",
      "estimatedStockTon": 1850,
      "materials": [
        { "type": "Beton", "ton": 920 },
        { "type": "Cam", "ton": 45 },
        { "type": "Çelik", "ton": 160 },
        { "type": "Diğer", "ton": 725 }
      ],
      "status": "planlandı"
    },
    {
      "id": "DM-03",
      "name": "Canik Sosyal Konut Bloğu B",
      "city": "Samsun",
      "district": "Canik",
      "lat": 41.26,
      "lng": 36.35,
      "plannedDate": "2026-08-20",
      "buildingType": "Konut",
      "estimatedStockTon": 3100,
      "materials": [
        { "type": "Beton", "ton": 1800 },
        { "type": "Tuğla", "ton": 620 },
        { "type": "Seramik", "ton": 90 },
        { "type": "Diğer", "ton": 590 }
      ],
      "status": "sökümde"
    }
  ]
}
