{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CronSchedule", "type": "object", "properties": { "quartz_cron_expression": { "type": "string" }, "timezone_id": { "type": "string" }, "pause_status": { "type": "string" } } }