n8n-nodes-base
Version:
Base nodes of n8n
43 lines (42 loc) • 821 B
JSON
{
"type": "object",
"properties": {
"active": {
"type": "boolean"
},
"created_at": {
"type": "string"
},
"facebook_id": {
"type": "null"
},
"first_name": {
"type": "string"
},
"id": {
"type": "integer"
},
"last_name": {
"type": "string"
},
"name": {
"type": "string"
},
"org_contact_id": {
"type": "integer"
},
"time_zone": {
"type": "string"
},
"twitter_id": {
"type": "null"
},
"updated_at": {
"type": "string"
},
"visitor_id": {
"type": "string"
}
},
"version": 1
}