{ "crons": [ { "path": "/api/cron/email-sync", "schedule": "*/5 * * * *" }, { "path": "/api/cron/process-pending-bookings", "schedule": "*/5 * * * *" }, { "path": "/api/cron/check-contracts", "schedule": "*/15 * * * *" } ] }