{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/engagement-calls-api-batch-update-input-structure.json", "name": "BatchUpdateInput", "description": "Input for updating a single item in a batch", "type": "object", "properties": { "id": { "type": "string", "description": "The call identifier", "example": "512" }, "properties": { "type": "object", "description": "The properties to update", "additionalProperties": { "type": "string" }, "example": { "key": "value" } } }, "required": [ "id", "properties" ] }