validate_cron_expression
Validate the syntax of a five-field cron expression. Parses the expression to confirm correct formatting without executing it.
Instructions
Checks whether a five-field cron expression is syntactically valid. Parsing only; nothing is scheduled or run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | A five-field cron expression, e.g. '30 9 * * MON-FRI'. |