Apache Airflow · JSON Structure

Openapi.Yaml Variable Collection Structure

Collection of variables. *Changed in version 2.1.0*: 'total_entries' field is added.

Type: object Properties: 0
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

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-variable-collection-structure.json",
  "name": "VariableCollection",
  "description": "Collection of variables.\n\n*Changed in version 2.1.0*: 'total_entries' field is added.\n",
  "type": "object"
}