Apache Airflow · JSON Structure

Openapi.Yaml Clear Dag Run Structure

ClearDagRun schema from Apache Airflow API

Type: object Properties: 1
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

dry_run

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-clear-dag-run-structure.json",
  "name": "ClearDagRun",
  "description": "ClearDagRun schema from Apache Airflow API",
  "type": "object",
  "properties": {
    "dry_run": {
      "default": true,
      "description": "If set, don't actually run this operation. The response will contain a list of task instances\nplanned to be cleaned, but not modified in any way.\n",
      "type": "boolean"
    }
  }
}