{
  "settings": {
    "language": "auto",
    "currency": "EUR",
    "budgetLimit": 2400,
    "region": "Berlin"
  },
  "budget": {
    "items": [
      {
        "id": "budget-1",
        "description": "Miete",
        "price": 900,
        "quantity": 1,
        "unit": "Monat",
        "category": "Haushalt",
        "fixedCost": true,
        "interval": "monthly"
      },
      {
        "id": "budget-2",
        "description": "Einkauf",
        "price": 120,
        "quantity": 1,
        "unit": "Woche",
        "category": "Lebensmittel"
      }
    ]
  },
  "nutrition": {
    "foods": [
      {
        "id": "food-1",
        "name": "Haferflocken",
        "calories": 320,
        "protein": 12,
        "carbs": 54,
        "fat": 6
      },
      {
        "id": "food-2",
        "name": "Apfel",
        "calories": 95,
        "protein": 0.5,
        "carbs": 25,
        "fat": 0.3
      }
    ]
  },
  "shopping": {
    "items": [
      {
        "id": "shopping-1",
        "item": "Eier",
        "quantity": "12"
      }
    ]
  },
  "inventory": {
    "items": [
      {
        "id": "inventory-1",
        "name": "Joghurt",
        "quantity": 4,
        "expiry": "2026-08-15"
      }
    ]
  },
  "health": {
    "consent": true,
    "records": [
      {
        "id": "health-1",
        "source": "manual",
        "sleep": 7.8,
        "water": 2.7,
        "steps": 10500,
        "heartRate": 69,
        "calories": 2100
      }
    ]
  }
}
