n8n-nodes-base
Version:
Base nodes of n8n
40 lines (39 loc) • 765 B
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"
},
"last_commit_id": {
"type": "string"
},
"ref": {
"type": "string"
},
"size": {
"type": "integer"
}
},
"version": 5
}