n8n-nodes-base
Version:
Base nodes of n8n
40 lines (39 loc) • 770 B
JSON
{
"type": "object",
"properties": {
"contentHash": {
"type": "string"
},
"contentSize": {
"type": "integer"
},
"id": {
"type": "string"
},
"isDownloadable": {
"type": "boolean"
},
"lastModifiedClient": {
"type": "string"
},
"lastModifiedServer": {
"type": "string"
},
"name": {
"type": "string"
},
"pathDisplay": {
"type": "string"
},
"pathLower": {
"type": "string"
},
"rev": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 1
}