n8n-nodes-base
Version:
Base nodes of n8n
39 lines (38 loc) • 777 B
JSON
{
"type": "object",
"properties": {
"attributes": {
"type": "object",
"properties": {
"FIRSTNAME": {
"type": "string"
}
}
},
"createdAt": {
"type": "string"
},
"email": {
"type": "string"
},
"emailBlacklisted": {
"type": "boolean"
},
"id": {
"type": "integer"
},
"listIds": {
"type": "array",
"items": {
"type": "integer"
}
},
"modifiedAt": {
"type": "string"
},
"smsBlacklisted": {
"type": "boolean"
}
},
"version": 2
}