n8n-nodes-base
Version:
Base nodes of n8n
48 lines (47 loc) • 994 B
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"@odata.etag": {
"type": "string"
},
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"createdDateTime": {
"type": "string"
},
"hasAttachments": {
"type": "boolean"
},
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"isReminderOn": {
"type": "boolean"
},
"lastModifiedDateTime": {
"type": "string"
},
"status": {
"type": "string"
},
"title": {
"type": "string"
}
},
"version": 1
}