n8n-nodes-base
Version:
Base nodes of n8n
54 lines (53 loc) • 1.31 kB
JSON
{
"type": "object",
"properties": {
"checkItems": {
"type": "array",
"items": {
"type": "object",
"properties": {
"due": {
"type": "null"
},
"dueReminder": {
"type": "integer"
},
"id": {
"type": "string"
},
"idChecklist": {
"type": "string"
},
"idMember": {
"type": "null"
},
"name": {
"type": "string"
},
"pos": {
"type": "integer"
},
"state": {
"type": "string"
}
}
}
},
"id": {
"type": "string"
},
"idBoard": {
"type": "string"
},
"idCard": {
"type": "string"
},
"name": {
"type": "string"
},
"pos": {
"type": "integer"
}
},
"version": 1
}