{ "$schema": "https://openapi.vercel.sh/vercel.json", "crons": [ { "path": "/api/cron/expire-questions", "schedule": "0 4 * * *" }, { "path": "/api/cron/cleanup-agent-artifacts", "schedule": "0 3 * * *" } ] }