Apache Airflow · Schema

Config

The configuration.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
sections array
View JSON Schema on GitHub

JSON Schema

openapi.yaml-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-config-schema.json",
  "title": "Config",
  "description": "The configuration.",
  "type": "object",
  "properties": {
    "sections": {
      "items": {
        "$ref": "#/components/schemas/ConfigSection"
      },
      "type": "array"
    }
  }
}