n8n-nodes-base
Version:
Base nodes of n8n
31 lines (30 loc) • 558 B
JSON
{
"type": "object",
"properties": {
"creation": {
"type": "string"
},
"docstatus": {
"type": "integer"
},
"doctype": {
"type": "string"
},
"idx": {
"type": "integer"
},
"modified": {
"type": "string"
},
"modified_by": {
"type": "string"
},
"name": {
"type": "string"
},
"owner": {
"type": "string"
}
},
"version": 1
}