n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 497 B
JSON
{
"type": "object",
"properties": {
"creation": {
"type": "string"
},
"docstatus": {
"type": "integer"
},
"idx": {
"type": "integer"
},
"modified": {
"type": "string"
},
"modified_by": {
"type": "string"
},
"name": {
"type": "string"
},
"owner": {
"type": "string"
}
},
"version": 2
}