UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

49 lines (48 loc) 957 B
{ "type": "object", "properties": { "active": { "type": "boolean" }, "body": { "type": "string" }, "client_iden": { "type": "string" }, "created": { "type": "number" }, "direction": { "type": "string" }, "dismissed": { "type": "boolean" }, "iden": { "type": "string" }, "modified": { "type": "number" }, "receiver_email": { "type": "string" }, "receiver_email_normalized": { "type": "string" }, "receiver_iden": { "type": "string" }, "sender_name": { "type": "string" }, "title": { "type": "string" }, "type": { "type": "string" } }, "version": 1 }