n8n-nodes-base
Version:
Base nodes of n8n
51 lines (50 loc) • 1.06 kB
JSON
{
"type": "object",
"properties": {
"@odata.etag": {
"type": "string"
},
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"categories": {
"type": "array",
"items": {
"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": 6
}