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
namestringHuman-readable name for this output field — the key for its value in a run's `output_data`
descriptionstringDescription of what this output contains
display_columnstringColumn header label shown in results tables
Example
OutputConfig example
{
"name": "Company Website",
"description": "Main website URL of the company",
"display_column": "Company Website"
}