n8n-nodes-base
Version:
Base nodes of n8n
103 lines (102 loc) • 2.46 kB
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"body": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"contentType": {
"type": "string"
}
}
},
"channelIdentity": {
"type": "null"
},
"chatId": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"deletedDateTime": {
"type": "null"
},
"etag": {
"type": "string"
},
"eventDetail": {
"type": "null"
},
"from": {
"type": "object",
"properties": {
"application": {
"type": "null"
},
"device": {
"type": "null"
},
"user": {
"type": "object",
"properties": {
"@odata.type": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"tenantId": {
"type": "string"
},
"userIdentityType": {
"type": "string"
}
}
}
}
},
"id": {
"type": "string"
},
"importance": {
"type": "string"
},
"lastEditedDateTime": {
"type": "null"
},
"lastModifiedDateTime": {
"type": "string"
},
"locale": {
"type": "string"
},
"messageType": {
"type": "string"
},
"policyViolation": {
"type": "null"
},
"replyToId": {
"type": "null"
},
"subject": {
"type": "null"
},
"summary": {
"type": "null"
},
"webUrl": {
"type": "null"
}
},
"version": 1
}