n8n-nodes-base
Version:
Base nodes of n8n
45 lines (44 loc) • 1.13 kB
JSON
{
"type": "object",
"properties": {
"metadata": {
"type": "object",
"properties": {
".tag": {
"type": "string"
},
"client_modified": {
"type": "string"
},
"content_hash": {
"type": "string"
},
"id": {
"type": "string"
},
"is_downloadable": {
"type": "boolean"
},
"name": {
"type": "string"
},
"path_display": {
"type": "string"
},
"path_lower": {
"type": "string"
},
"rev": {
"type": "string"
},
"server_modified": {
"type": "string"
},
"size": {
"type": "integer"
}
}
}
},
"version": 1
}