{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-structure/openapi.yaml-version-info-structure.json", "name": "VersionInfo", "description": "Version information.", "type": "object", "properties": { "git_version": { "description": "The git version (including git commit hash)", "nullable": true, "type": "string" }, "version": { "description": "The version of Airflow", "type": "string" } } }