{
  "_disclaimer": "This data is provided for informational and educational purposes only. ToolsmithPro does not warrant the correctness or accuracy of these cron examples. Consuming parties agree that ToolsmithPro holds no liability for issues arising from the use of this data.",
  "_last_updated": "2026-06-18T07:36:23Z",
  "patterns": [
    {
      "expression": "*/5 * * * *",
      "description": "Every 5 minutes",
      "type": "interval"
    },
    {
      "expression": "*/10 * * * *",
      "description": "Every 10 minutes",
      "type": "interval"
    },
    {
      "expression": "*/15 * * * *",
      "description": "Every 15 minutes",
      "type": "interval"
    },
    {
      "expression": "*/30 * * * *",
      "description": "Every 30 minutes",
      "type": "interval"
    },
    {
      "expression": "0 * * * *",
      "description": "Every hour on the hour",
      "type": "interval"
    },
    {
      "expression": "0 0 * * *",
      "description": "Every day at midnight (12:00 AM)",
      "type": "daily"
    },
    {
      "expression": "0 12 * * *",
      "description": "Every day at noon (12:00 PM)",
      "type": "daily"
    },
    {
      "expression": "0 9 * * 1-5",
      "description": "Every weekday at 9:00 AM",
      "type": "daily"
    },
    {
      "expression": "0 0 * * 0",
      "description": "Every week at midnight on Sunday",
      "type": "weekly"
    },
    {
      "expression": "0 0 * * 6",
      "description": "Every week at midnight on Saturday",
      "type": "weekly"
    },
    {
      "expression": "0 0 1 * *",
      "description": "Every month on the 1st at midnight",
      "type": "monthly"
    },
    {
      "expression": "0 0 1 1 *",
      "description": "Every year on Jan 1st at midnight",
      "type": "yearly"
    }
  ]
}