{ "type": "object", "description": "Request body for completing a single callback", "properties": { "outputFields": { "type": "object", "description": "The output values to return to the workflow", "example": { "key": "value" } } }, "required": [ "outputFields" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CallbackCompletionRequest" }