n8n-nodes-base
Version:
Base nodes of n8n
56 lines (55 loc) • 1.17 kB
JSON
{
"type": "object",
"properties": {
"From": {
"type": "string"
},
"historyId": {
"type": "string"
},
"id": {
"type": "string"
},
"internalDate": {
"type": "string"
},
"labels": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"payload": {
"type": "object",
"properties": {
"mimeType": {
"type": "string"
}
}
},
"sizeEstimate": {
"type": "integer"
},
"snippet": {
"type": "string"
},
"Subject": {
"type": "string"
},
"threadId": {
"type": "string"
},
"To": {
"type": "string"
}
},
"version": 1
}