UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

55 lines (54 loc) 1.39 kB
{ "type": "object", "properties": { "board": { "type": "object", "properties": { "id": { "type": "string" } } }, "column_values": { "type": "array", "items": { "type": "object", "properties": { "column": { "type": "object", "properties": { "archived": { "type": "boolean" }, "settings_str": { "type": "string" }, "title": { "type": "string" } } }, "id": { "type": "string" }, "type": { "type": "string" } } } }, "created_at": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "state": { "type": "string" } }, "version": 1 }