{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "TaskSchedule",
"type": "object",
"description": "Specifies the schedule for periodically running the task.",
"properties": {
"schedule_type": {
"type": "string",
"description": "Type of the schedule, can be either CRON_TYPE or MINUTES_TYPE."
}
}
}