n8n-nodes-base
Version:
Base nodes of n8n
45 lines (44 loc) • 929 B
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"@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"
},
"hasAttachments": {
"type": "boolean"
},
"id": {
"type": "string"
},
"subject": {
"type": "string"
}
},
"version": 2
}