Apache Airflow · JSON Structure

Openapi.Yaml Variable Collection Item Structure

XCom entry collection item. The value field are only available when retrieving a single object due to the sensitivity of this data.

Type: object Properties: 2
ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

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

Properties

description key

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-variable-collection-item-structure.json",
  "name": "VariableCollectionItem",
  "description": "XCom entry collection item.\nThe value field are only available when retrieving a single object due to the sensitivity of this data.",
  "type": "object",
  "properties": {
    "description": {
      "description": "The description of the variable.\n\n*New in version 2.4.0*\n",
      "nullable": true,
      "type": "string"
    },
    "key": {
      "type": "string"
    }
  }
}