{
  "version": 1,
  "timezone": "Europe/Berlin",
  "calendar": {
    "url_file": "/etc/family-access/private-calendar-url",
    "cache_file": "/var/cache/family-access/calendar.ics",
    "bonus_max_cache_age_minutes": 15
  },
  "holidays": {
    "country": "DE",
    "subdivision": "DE-NI",
    "refresh_hours": 12
  },
  "profiles": [
    {
      "calendar_name": "Kind1",
      "radius_user": "kind1",
      "router_profile": "Kind1",
      "school_schedule": {
        "mon": "06:00-20:00",
        "tue": "06:00-20:00",
        "wed": "06:00-20:00",
        "thu": "06:00-20:00",
        "fri": "06:00-22:00",
        "sat": "06:00-22:00",
        "sun": "06:00-20:00"
      }
    }
  ],
  "priority": [
    "block",
    "bonus",
    "holiday",
    "base_schedule"
  ]
}