UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

44 lines (43 loc) 1.09 kB
{ "type": "object", "properties": { "date_created": { "type": "string" }, "hide_from_guests": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "type_config": { "type": "object", "properties": { "options": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "orderindex": { "type": "integer" } } } } } } }, "version": 5 }