The configuration.
{ "$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" } } }