UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

71 lines (70 loc) 1.75 kB
{ "type": "object", "properties": { "columns": { "type": "array", "items": { "type": "object", "properties": { "createdAt": { "type": "string" }, "dataTableId": { "type": "string" }, "id": { "type": "string" }, "index": { "type": "integer" }, "name": { "type": "string" }, "type": { "type": "string" }, "updatedAt": { "type": "string" } } } }, "createdAt": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "project": { "type": "object", "properties": { "createdAt": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "updatedAt": { "type": "string" } } }, "projectId": { "type": "string" }, "updatedAt": { "type": "string" } }, "version": 1 }