Apache Airflow · Schema

ProviderCollection

Collection of providers. *New in version 2.1.0*

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
providers array
View JSON Schema on GitHub

JSON Schema

openapi.yaml-provider-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-provider-collection-schema.json",
  "title": "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"
    }
  }
}