Apache Airflow · JSON Structure

Openapi.Yaml Version Info Structure

Version information.

Type: object Properties: 2
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

git_version version

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-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"
    }
  }
}