Is there a JSON schema for your workflow JSON file?

Describe the problem/error/question

I am using coding agents to modify JSON n8n workflow files through natural language instructions. The agents could perform better if they had a JSON schema for the n8n workflow JSON format.

I searched the code base and only found some type information in packages/nodes-base/nodes/N8n/WorkflowDescription.ts, but no schema file. Is there one? Where?

1 Like

hello @davidfarago

There is no schema, the nodes are building their parameters dynamically on load to the canvas. And the workflow JSON file will contain only parameters which have been used

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.