UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

119 lines (118 loc) 3.07 kB
{ "type": "object", "properties": { "date": { "type": "string" }, "from": { "type": "object", "properties": { "html": { "type": "string" }, "text": { "type": "string" }, "value": { "type": "array", "items": { "type": "object", "properties": { "address": { "type": "string" }, "name": { "type": "string" } } } } } }, "headers": { "type": "object", "properties": { "content-transfer-encoding": { "type": "string" }, "content-type": { "type": "string" }, "date": { "type": "string" }, "from": { "type": "string" }, "message-id": { "type": "string" }, "mime-version": { "type": "string" }, "received": { "type": "string" }, "subject": { "type": "string" }, "to": { "type": "string" } } }, "id": { "type": "string" }, "labelIds": { "type": "array", "items": { "type": "string" } }, "messageId": { "type": "string" }, "sizeEstimate": { "type": "integer" }, "subject": { "type": "string" }, "text": { "type": "string" }, "textAsHtml": { "type": "string" }, "threadId": { "type": "string" }, "to": { "type": "object", "properties": { "html": { "type": "string" }, "text": { "type": "string" }, "value": { "type": "array", "items": { "type": "object", "properties": { "address": { "type": "string" }, "name": { "type": "string" } } } } } } }, "version": 1 }