n8n-nodes-base
Version:
Base nodes of n8n
39 lines (38 loc) • 753 B
JSON
{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "string"
},
"mcr_id": {
"type": "integer"
},
"name": {
"type": "string"
},
"owner": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
}
},
"stage_name": {
"type": "string"
},
"type": {
"type": "string"
},
"updated_at": {
"type": "string"
}
},
"version": 2
}