{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-config-structure.json", "name": "Config", "description": "List of config sections with their options.", "type": "object", "properties": { "sections": { "items": { "$ref": "#/components/schemas/ConfigSection" }, "type": "array", "title": "Sections" } }, "required": [ "sections" ], "additionalProperties": false }