Apache Airflow · JSON Structure

Openapi.Yaml X Com Collection Item Structure

XCom entry collection item. The value field is only available when reading a single object due to the size of the value.

Type: object Properties: 5
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

dag_id execution_date key task_id timestamp

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-x-com-collection-item-structure.json",
  "name": "XComCollectionItem",
  "description": "XCom entry collection item.\n\nThe value field is only available when reading a single object due to the size of the value.\n",
  "type": "object",
  "properties": {
    "dag_id": {
      "type": "string"
    },
    "execution_date": {
      "format": "datetime",
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "task_id": {
      "type": "string"
    },
    "timestamp": {
      "format": "datetime",
      "type": "string"
    }
  }
}