{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/custom-workflow-actions-api-callback-completion-request-structure.json", "name": "CallbackCompletionRequest", "description": "Request body for completing a single callback", "type": "object", "properties": { "outputFields": { "type": "object", "description": "The output values to return to the workflow", "additionalProperties": { "type": "string" }, "example": { "key": "value" } } }, "required": [ "outputFields" ] }