Apache Airflow · JSON Structure

Openapi.Yaml Extra Link Structure

Additional links containing additional information about the task.

Type: object Properties: 3
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

class_ref href name

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-structure.json",
  "name": "ExtraLink",
  "description": "Additional links containing additional information about the task.",
  "type": "object",
  "properties": {
    "class_ref": {
      "$ref": "#/components/schemas/ClassReference"
    },
    "href": {
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "readOnly": true,
      "type": "string"
    }
  }
}