Apache Airflow · JSON Structure

Openapi.Yaml Schedule Interval Structure

Schedule interval. Defines how often DAG runs, this object gets added to your latest task instance's execution_date to figure out the next schedule.

Type: Properties: 0
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

ScheduleInterval is a JSON Structure definition published by Apache Airflow. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-structure/openapi.yaml-schedule-interval-structure.json",
  "name": "ScheduleInterval",
  "description": "Schedule interval. Defines how often DAG runs, this object gets added to your latest task instance's\nexecution_date to figure out the next schedule.\n"
}