n8n-nodes-base
Version:
Base nodes of n8n
30 lines (29 loc) • 550 B
JSON
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"object": {
"type": "string"
},
"person": {
"type": "object",
"properties": {
"email": {
"type": "string"
}
}
},
"request_id": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 1
}