OutputConfig

Definition of a single output field in an app's output schema. Each field maps to a column produced by the workflow's OUTPUT_CUSTOM_ENRICHMENT action.

Properties

namestring

Human-readable name for this output field — the key for its value in a run's `output_data`

descriptionstring

Description of what this output contains

display_columnstring

Column header label shown in results tables

Example

OutputConfig example
{
  "name": "Company Website",
  "description": "Main website URL of the company",
  "display_column": "Company Website"
}