UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

161 lines (160 loc) 5.2 kB
{ "type": "object", "properties": { "author": { "type": "object", "properties": { "accountId": { "type": "string" }, "accountType": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "properties": { "16x16": { "type": "string" }, "24x24": { "type": "string" }, "32x32": { "type": "string" }, "48x48": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "body": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "content": { "type": "array", "items": { "type": "object", "properties": { "attrs": { "type": "object", "properties": { "accessLevel": { "type": "string" }, "id": { "type": "string" }, "localId": { "type": "string" }, "text": { "type": "string" } } }, "text": { "type": "string" }, "type": { "type": "string" } } } }, "type": { "type": "string" } } } }, "type": { "type": "string" }, "version": { "type": "integer" } } }, "created": { "type": "string" }, "id": { "type": "string" }, "jsdPublic": { "type": "boolean" }, "self": { "type": "string" }, "updateAuthor": { "type": "object", "properties": { "accountId": { "type": "string" }, "accountType": { "type": "string" }, "active": { "type": "boolean" }, "avatarUrls": { "type": "object", "properties": { "16x16": { "type": "string" }, "24x24": { "type": "string" }, "32x32": { "type": "string" }, "48x48": { "type": "string" } } }, "displayName": { "type": "string" }, "emailAddress": { "type": "string" }, "self": { "type": "string" }, "timeZone": { "type": "string" } } }, "updated": { "type": "string" } }, "version": 1 }