{ "$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" } } }