n8n-nodes-base
Version:
Base nodes of n8n
31 lines (30 loc) • 543 B
JSON
{
"type": "object",
"properties": {
"due": {
"type": "null"
},
"dueReminder": {
"type": "null"
},
"id": {
"type": "string"
},
"idChecklist": {
"type": "string"
},
"idMember": {
"type": "null"
},
"name": {
"type": "string"
},
"pos": {
"type": "integer"
},
"state": {
"type": "string"
}
},
"version": 1
}