n8n-nodes-base
Version:
Base nodes of n8n
83 lines (82 loc) • 1.99 kB
JSON
{
"type": "object",
"properties": {
"@odata.etag": {
"type": "string"
},
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"bodyPreview": {
"type": "string"
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
},
"conversationId": {
"type": "string"
},
"from": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"hasAttachments": {
"type": "boolean"
},
"id": {
"type": "string"
},
"receivedDateTime": {
"type": "string"
},
"sender": {
"type": "object",
"properties": {
"emailAddress": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"subject": {
"type": "string"
},
"to": {
"type": "array",
"items": {
"type": "string"
}
}
},
"version": 9
}