validate_schedule_cron_format
Ensure Semaphore schedule cron syntax is valid. Provide project ID and cron expression; returns empty on success to prevent broken schedules.
Instructions
Validate a cron expression for Semaphore schedules.
Args: project_id: ID of the project cron_format: Cron expression to validate
Returns: Empty dict on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| cron_format | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||