n8n-nodes-base
Version:
Base nodes of n8n
52 lines (51 loc) • 810 B
JSON
{
"type": "object",
"properties": {
"account": {
"type": "object",
"properties": {
"accountUrl": {
"type": "string"
},
"createdTimestamp": {
"type": "string"
},
"updatedTimestamp": {
"type": "string"
},
"id": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"accountContacts": {
"type": "string"
},
"accountCustomFieldData": {
"type": "string"
},
"contactEmails": {
"type": "string"
},
"emailActivities": {
"type": "string"
},
"notes": {
"type": "string"
},
"owner": {
"type": "string"
}
}
},
"name": {
"type": "string"
},
"owner": {
"type": "string"
}
}
}
}
}