validate_schedule_cron_format
Validate a cron expression by providing a project ID and cron format to ensure it is correct for Semaphore 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 | |||