Apache Airflow · JSON Structure

Airflow Extra Link Collection Response Structure

Extra Links Response.

Type: object Properties: 2 Required: 2
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

ExtraLinkCollectionResponse is a JSON Structure definition published by Apache Airflow, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

extra_links total_entries

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/airflow/refs/heads/main/json-structure/airflow-extra-link-collection-response-structure.json",
  "name": "ExtraLinkCollectionResponse",
  "description": "Extra Links Response.",
  "type": "object",
  "properties": {
    "extra_links": {
      "additionalProperties": {
        "anyOf": [
          {
            "type": "string"
          },
          {
            "type": "null"
          }
        ]
      },
      "type": "object",
      "title": "Extra Links"
    },
    "total_entries": {
      "type": "int32",
      "title": "Total Entries"
    }
  },
  "required": [
    "extra_links",
    "total_entries"
  ]
}