UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

71 lines (70 loc) 1.51 kB
{ "type": "object", "properties": { "_links": { "type": "object", "properties": { "git": { "type": "string" }, "html": { "type": "string" }, "self": { "type": "string" } } }, "content": { "type": "string" }, "download_url": { "type": "string" }, "encoding": { "type": "string" }, "git_url": { "type": "string" }, "html_url": { "type": "string" }, "license": { "type": "object", "properties": { "key": { "type": "string" }, "name": { "type": "string" }, "node_id": { "type": "string" }, "spdx_id": { "type": "string" } } }, "name": { "type": "string" }, "path": { "type": "string" }, "sha": { "type": "string" }, "size": { "type": "integer" }, "type": { "type": "string" }, "url": { "type": "string" } }, "version": 1 }