Apache Airflow · JSON Structure

Openapi.Yaml Provider Collection Structure

Collection of providers. *New in version 2.1.0*

Type: object Properties: 1
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

providers

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-provider-collection-structure.json",
  "name": "ProviderCollection",
  "description": "Collection of providers.\n\n*New in version 2.1.0*\n",
  "type": "object",
  "properties": {
    "providers": {
      "items": {
        "$ref": "#/components/schemas/Provider"
      },
      "type": "array"
    }
  }
}