{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/airflow/refs/heads/main/json-structure/airflow-x-com-create-body-structure.json", "name": "XComCreateBody", "description": "Payload serializer for creating an XCom entry.", "type": "object", "properties": { "key": { "type": "string", "title": "Key" }, "value": { "title": "Value" }, "map_index": { "type": "int32", "title": "Map Index", "default": -1 } }, "required": [ "key", "value" ], "additionalProperties": false }