UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

80 lines (79 loc) 1.76 kB
{ "type": "object", "properties": { "created_at": { "type": "string" }, "created_by": { "type": "object", "properties": { "gid": { "type": "string" }, "name": { "type": "string" }, "resource_type": { "type": "string" } } }, "gid": { "type": "string" }, "hearted": { "type": "boolean" }, "is_editable": { "type": "boolean" }, "is_edited": { "type": "boolean" }, "is_pinned": { "type": "boolean" }, "liked": { "type": "boolean" }, "num_hearts": { "type": "integer" }, "num_likes": { "type": "integer" }, "resource_subtype": { "type": "string" }, "resource_type": { "type": "string" }, "source": { "type": "string" }, "target": { "type": "object", "properties": { "gid": { "type": "string" }, "name": { "type": "string" }, "resource_subtype": { "type": "string" }, "resource_type": { "type": "string" } } }, "text": { "type": "string" }, "type": { "type": "string" } }, "version": 1 }