Apache Airflow · JSON Structure

Openapi.Yaml Connection Collection Structure

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

Type: object Properties: 0
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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