n8n-nodes-base
Version:
Base nodes of n8n
37 lines (36 loc) • 697 B
JSON
{
"type": "object",
"properties": {
"address": {
"type": "string"
},
"appoinmentStatus": {
"type": "string"
},
"assignedUserId": {
"type": "string"
},
"calendarId": {
"type": "string"
},
"contactId": {
"type": "string"
},
"id": {
"type": "string"
},
"isRecurring": {
"type": "boolean"
},
"status": {
"type": "string"
},
"title": {
"type": "string"
},
"traceId": {
"type": "string"
}
},
"version": 1
}