n8n-nodes-base
Version:
Base nodes of n8n
36 lines (35 loc) • 804 B
JSON
{
"type": "object",
"properties": {
"contactId": {
"type": "string"
},
"task": {
"type": "object",
"properties": {
"businessId": {
"type": "string"
},
"completed": {
"type": "boolean"
},
"contactId": {
"type": "string"
},
"dueDate": {
"type": "string"
},
"id": {
"type": "string"
},
"title": {
"type": "string"
}
}
},
"traceId": {
"type": "string"
}
},
"version": 1
}