n8n-nodes-base
Version:
Base nodes of n8n
48 lines (47 loc) • 1.01 kB
JSON
{
"type": "object",
"properties": {
"accepted": {
"type": "array",
"items": {
"type": "string"
}
},
"ehlo": {
"type": "array",
"items": {
"type": "string"
}
},
"envelope": {
"type": "object",
"properties": {
"from": {
"type": "string"
},
"to": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"envelopeTime": {
"type": "integer"
},
"messageId": {
"type": "string"
},
"messageSize": {
"type": "integer"
},
"messageTime": {
"type": "integer"
},
"response": {
"type": "string"
}
},
"version": 7
}