json

declare function json<Data extends IOutlineData = IOutlineData, Param extends IOutlineParam = IOutlineParam>(outlineName: OutlineName, param?: IOutlineParam): Promise<IOutlineResult<Data, Param>>;

Processes an outline request to generate structured JSON data based on a specified outline schema. Delegates to an internal context-isolated function to ensure clean execution.

Parameter Description
outlineName The outlineName parameter.
param The param parameter.