{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "crons": [
    {
      "path": "/api/cron/demo-reminders",
      "schedule": "0 * * * *"
    },
    {
      "path": "/api/cron/deposit-reminders",
      "schedule": "0 * * * *"
    },
    {
      "path": "/api/cron/trial-reminders",
      "schedule": "0 9 * * *"
    },
    {
      "path": "/api/cron/job-worker",
      "schedule": "*/5 * * * *"
    },
    {
      "path": "/api/cron/sync-queue",
      "schedule": "*/15 * * * *"
    },
    {
      "path": "/api/cron/security-scan",
      "schedule": "0 */6 * * *"
    },
    {
      "path": "/api/social/cron/social-publisher",
      "schedule": "* * * * *"
    },
    {
      "path": "/api/social/cron/social-analytics",
      "schedule": "0 */6 * * *"
    },
    {
      "path": "/api/social/cron/social-inbox-sync",
      "schedule": "*/5 * * * *"
    },
    {
      "path": "/api/cron/lead-nurture",
      "schedule": "*/15 * * * *"
    },
    {
      "path": "/api/cron/lead-score-decay",
      "schedule": "0 2 * * *"
    },
    {
      "path": "/api/cron/viewing-reminders",
      "schedule": "0 * * * *"
    },
    {
      "path": "/api/cron/viewing-follow-ups",
      "schedule": "*/30 * * * *"
    },
    {
      "path": "/api/cron/review-auto-send",
      "schedule": "0 * * * *"
    },
    {
      "path": "/api/cron/review-reminders",
      "schedule": "0 6 * * *"
    },
    {
      "path": "/api/cron/quotation-reminders",
      "schedule": "0 6 * * *"
    },
    {
      "path": "/api/cron/quotation-penalties",
      "schedule": "0 22 * * *"
    },
    {
      "path": "/api/cron/quotation-expiry",
      "schedule": "0 21 * * *"
    },
    {
      "path": "/api/cron/quotation-recurring",
      "schedule": "0 3 * * *"
    }
  ]
}
