Apache Airflow · JSON Structure

Airflow X Com Update Body Structure

Payload serializer for updating an XCom entry.

Type: object Properties: 2 Required: 1
Workflow OrchestrationData PipelineOpen SourceApacheDAGSchedulingETLData Engineering

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

Properties

value map_index

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/airflow/refs/heads/main/json-structure/airflow-x-com-update-body-structure.json",
  "name": "XComUpdateBody",
  "description": "Payload serializer for updating an XCom entry.",
  "type": "object",
  "properties": {
    "value": {
      "title": "Value"
    },
    "map_index": {
      "type": "int32",
      "title": "Map Index",
      "default": -1
    }
  },
  "required": [
    "value"
  ],
  "additionalProperties": false
}