Apache Airflow · Schema

ExtraLinkCollection

The collection of extra links.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
extra_links array
View JSON Schema on GitHub

JSON Schema

openapi.yaml-extra-link-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-extra-link-collection-schema.json",
  "title": "ExtraLinkCollection",
  "description": "The collection of extra links.",
  "type": "object",
  "properties": {
    "extra_links": {
      "items": {
        "$ref": "#/components/schemas/ExtraLink"
      },
      "type": "array"
    }
  }
}