n8n-nodes-base
Version:
Base nodes of n8n
47 lines (46 loc) • 1.31 kB
JSON
{
"type": "object",
"properties": {
"metadata": {
"type": "object",
"properties": {
".tag": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"parent_shared_folder_id": {
"type": "string"
},
"path_display": {
"type": "string"
},
"path_lower": {
"type": "string"
},
"sharing_info": {
"type": "object",
"properties": {
"no_access": {
"type": "boolean"
},
"parent_shared_folder_id": {
"type": "string"
},
"read_only": {
"type": "boolean"
},
"traverse_only": {
"type": "boolean"
}
}
}
}
}
},
"version": 2
}