diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/types.ts b/skyvern-frontend/src/routes/workflows/editor/nodes/types.ts index bac41c21..6c143407 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/types.ts +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/types.ts @@ -20,7 +20,7 @@ export const dataSchemaExampleValue = { export const dataSchemaExampleForFileExtraction = { type: "object", properties: { - extracted_information: { + output: { type: "object", description: "All of the information extracted from the file", },