Apache Airflow · JSON Structure

Openapi.Yaml Task Structure

For details see: [airflow.models.BaseOperator](https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/models/index.html#airflow.models.BaseOperator)

Type: object Properties: 24
ApacheDAGData PipelineETLOpen-SourceOrchestrationPythonSchedulingWorkflows

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

Properties

class_ref depends_on_past downstream_task_ids end_date execution_timeout extra_links is_mapped owner pool pool_slots priority_weight queue retries retry_delay retry_exponential_backoff start_date sub_dag task_id template_fields trigger_rule ui_color ui_fgcolor wait_for_downstream weight_rule

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-task-structure.json",
  "name": "Task",
  "description": "For details see:\n[airflow.models.BaseOperator](https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/models/index.html#airflow.models.BaseOperator)\n",
  "type": "object",
  "properties": {
    "class_ref": {
      "$ref": "#/components/schemas/ClassReference"
    },
    "depends_on_past": {
      "readOnly": true,
      "type": "boolean"
    },
    "downstream_task_ids": {
      "items": {
        "type": "string"
      },
      "readOnly": true,
      "type": "array"
    },
    "end_date": {
      "format": "date-time",
      "nullable": true,
      "readOnly": true,
      "type": "string"
    },
    "execution_timeout": {
      "$ref": "#/components/schemas/TimeDelta",
      "nullable": true
    },
    "extra_links": {
      "items": {
        "properties": {
          "class_ref": {
            "$ref": "#/components/schemas/ClassReference"
          }
        },
        "type": "object"
      },
      "readOnly": true,
      "type": "array"
    },
    "is_mapped": {
      "readOnly": true,
      "type": "boolean"
    },
    "owner": {
      "readOnly": true,
      "type": "string"
    },
    "pool": {
      "readOnly": true,
      "type": "string"
    },
    "pool_slots": {
      "readOnly": true,
      "type": "number"
    },
    "priority_weight": {
      "readOnly": true,
      "type": "number"
    },
    "queue": {
      "nullable": true,
      "readOnly": true,
      "type": "string"
    },
    "retries": {
      "readOnly": true,
      "type": "number"
    },
    "retry_delay": {
      "$ref": "#/components/schemas/TimeDelta",
      "nullable": true
    },
    "retry_exponential_backoff": {
      "readOnly": true,
      "type": "boolean"
    },
    "start_date": {
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "sub_dag": {
      "$ref": "#/components/schemas/DAG"
    },
    "task_id": {
      "readOnly": true,
      "type": "string"
    },
    "template_fields": {
      "items": {
        "type": "string"
      },
      "readOnly": true,
      "type": "array"
    },
    "trigger_rule": {
      "$ref": "#/components/schemas/TriggerRule"
    },
    "ui_color": {
      "$ref": "#/components/schemas/Color"
    },
    "ui_fgcolor": {
      "$ref": "#/components/schemas/Color"
    },
    "wait_for_downstream": {
      "readOnly": true,
      "type": "boolean"
    },
    "weight_rule": {
      "$ref": "#/components/schemas/WeightRule"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/openapi.yaml-task-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.