UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

106 lines (105 loc) 3.22 kB
{ "type": "object", "properties": { "commit": { "type": "object", "properties": { "author": { "type": "object", "properties": { "date": { "type": "string" }, "email": { "type": "string" }, "name": { "type": "string" } } }, "committer": { "type": "object", "properties": { "date": { "type": "string" }, "email": { "type": "string" }, "name": { "type": "string" } } }, "html_url": { "type": "string" }, "message": { "type": "string" }, "node_id": { "type": "string" }, "parents": { "type": "array", "items": { "type": "object", "properties": { "html_url": { "type": "string" }, "sha": { "type": "string" }, "url": { "type": "string" } } } }, "sha": { "type": "string" }, "tree": { "type": "object", "properties": { "sha": { "type": "string" }, "url": { "type": "string" } } }, "url": { "type": "string" }, "verification": { "type": "object", "properties": { "payload": { "type": "null" }, "reason": { "type": "string" }, "signature": { "type": "null" }, "verified": { "type": "boolean" }, "verified_at": { "type": "null" } } } } }, "content": { "type": "null" } }, "version": 1 }