Apache Airflow · JSON Structure

Openapi.Yaml Task Instance Reference Collection Structure

TaskInstanceReferenceCollection schema from Apache Airflow API

Type: object Properties: 1
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

TaskInstanceReferenceCollection 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

task_instances

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-instance-reference-collection-structure.json",
  "name": "TaskInstanceReferenceCollection",
  "description": "TaskInstanceReferenceCollection schema from Apache Airflow API",
  "type": "object",
  "properties": {
    "task_instances": {
      "items": {
        "$ref": "#/components/schemas/TaskInstanceReference"
      },
      "type": "array"
    }
  }
}