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