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