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?