Apache Airflow · Schema

ExtraLink

Additional links containing additional information about the task.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
class_ref object
href string
name string
View JSON Schema on GitHub

JSON Schema

openapi.yaml-extra-link-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-schema.json",
  "title": "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"
    }
  }
}