Apache Airflow · JSON Structure

Openapi.Yaml Extra Link Collection Structure

The collection of extra links.

Type: object Properties: 1
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

ExtraLinkCollection 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

extra_links

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