UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

62 lines (61 loc) 1.51 kB
{ "type": "object", "properties": { "author": { "type": "object", "properties": { "accountId": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "properties": { "16x16": { "type": "string" }, "24x24": { "type": "string" }, "32x32": { "type": "string" }, "48x48": { "type": "string" } } }, "displayName": { "type": "string" }, "self": { "type": "string" } } }, "content": { "type": "string" }, "created": { "type": "string" }, "filename": { "type": "string" }, "id": { "type": "integer" }, "mimeType": { "type": "string" }, "self": { "type": "string" }, "size": { "type": "integer" } }, "version": 1 }