UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

104 lines (103 loc) 3.65 kB
{ "type": "object", "properties": { "channel": { "type": "string" }, "message": { "type": "object", "properties": { "blocks": { "type": "array", "items": { "type": "object", "properties": { "block_id": { "type": "string" }, "elements": { "type": "array", "items": { "type": "object", "properties": { "elements": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } } } }, "type": { "type": "string" } } } }, "type": { "type": "string" } } } }, "client_msg_id": { "type": "string" }, "permalink": { "type": "string" }, "reactions": { "type": "array", "items": { "type": "object", "properties": { "count": { "type": "integer" }, "name": { "type": "string" }, "users": { "type": "array", "items": { "type": "string" } } } } }, "team": { "type": "string" }, "text": { "type": "string" }, "ts": { "type": "string" }, "type": { "type": "string" }, "user": { "type": "string" } } }, "ok": { "type": "boolean" }, "type": { "type": "string" } }, "version": 1 }