{
  "version": "1",
  "provider": {
    "name": "Example Developer LLC",
    "country": "AE",
    "contact": "feeds@example.com"
  },
  "generated_at": "2026-09-14T06:00:00+04:00",
  "buildings": [
    {
      "id": "BLD-100",
      "name": "Marina Heights",
      "country": "AE",
      "city": "Dubai",
      "district": "Dubai Marina",
      "address": "Al Marsa Street 12",
      "lat": 25.0805,
      "lng": 55.1403,
      "developer": { "name": "Example Developer LLC", "id": "DEV-1" },
      "completion": { "status": "under_construction", "date": "2027-12" },
      "ownership": "freehold",
      "description": {
        "en": "A tower on the marina waterfront with a residents pool on the podium level.",
        "ru": "Башня на набережной марины с бассейном для жильцов на стилобате."
      },
      "photos": [
        { "url": "https://cdn.example.com/bld-100/exterior-1.jpg", "kind": "photo" },
        { "url": "https://cdn.example.com/bld-100/masterplan.png", "kind": "masterplan" }
      ],
      "amenities": ["pool", "gym", "concierge"],
      "updated_at": "2026-09-13T18:20:00+04:00"
    },
    {
      "id": "BLD-200",
      "name": "Palm Villas",
      "country": "AE",
      "city": "Dubai",
      "developer": { "name": "Example Developer LLC" },
      "completion": { "status": "completed", "date": "2025-06-30" },
      "ownership": "leasehold",
      "updated_at": "2026-09-13T18:20:00+04:00"
    }
  ],
  "units": [
    {
      "id": "U-100-1201",
      "building_id": "BLD-100",
      "type": "2br",
      "bedrooms": 2,
      "bathrooms": 2,
      "area": { "value": 1195, "unit": "sqft" },
      "floor": 12,
      "price": { "amount": 2450000, "currency": "AED", "per": "total" },
      "status": "available",
      "floor_plan_url": "https://cdn.example.com/bld-100/plan-2br.pdf",
      "updated_at": "2026-09-13T18:20:00+04:00"
    },
    {
      "id": "U-100-1502",
      "building_id": "BLD-100",
      "type": "studio",
      "bedrooms": 0,
      "bathrooms": 1,
      "area": { "value": 48.5, "unit": "sqm" },
      "floor": 15,
      "price": { "amount": 1180000, "currency": "AED", "per": "total" },
      "status": "reserved",
      "updated_at": "2026-09-13T18:20:00+04:00"
    },
    {
      "id": "U-200-V7",
      "building_id": "BLD-200",
      "type": "villa",
      "bedrooms": 4,
      "bathrooms": 5,
      "area": { "value": 420, "unit": "sqm" },
      "price": { "amount": 19500, "currency": "AED", "per": "sqm" },
      "status": "sold",
      "updated_at": "2026-09-13T18:20:00+04:00"
    }
  ]
}
