{
  "crons": [
    {
      "path": "/api/cron/recurring-transactions",
      "schedule": "0 1 * * *"
    },
    {
      "path": "/api/cron/iou-reminders",
      "schedule": "0 8 * * *"
    }
  ]
}
