n8n-nodes-base
Version:
Base nodes of n8n
55 lines (54 loc) • 1.05 kB
JSON
{
"type": "object",
"properties": {
"blob_id": {
"type": "string"
},
"commit_id": {
"type": "string"
},
"content": {
"type": "string"
},
"content_sha256": {
"type": "string"
},
"encoding": {
"type": "string"
},
"execute_filemode": {
"type": "boolean"
},
"file_name": {
"type": "string"
},
"file_path": {
"type": "string"
},
"id": {
"type": "string"
},
"last_commit_id": {
"type": "string"
},
"mode": {
"type": "string"
},
"name": {
"type": "string"
},
"path": {
"type": "string"
},
"ref": {
"type": "string"
},
"size": {
"type": "integer"
},
"type": {
"type": "string"
}
},
"version": 6
}