[ { "id": "step-configuration", "title": "Step Configuration", "description": "All steps should have a defined configuration, this is how you define the step's behavior and how it will be triggered.", "lines": [ "3-10" ] }, { "id": "cron-configuration", "title": "Cron Configuration", "description": "Cron steps require a specific configuration structure with the 'type' field set to 'cron' and a valid cron expression.", "lines": [ "4-5" ] }, { "id": "handler", "title": "Cron Step Handler", "description": "The Cron step handler only receives one argument.", "lines": [ "12-39" ] } ]