n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 493 B
JSON
{
"type": "object",
"properties": {
"created": {
"type": "string"
},
"id": {
"type": "string"
},
"personEmail": {
"type": "string"
},
"personId": {
"type": "string"
},
"roomId": {
"type": "string"
},
"roomType": {
"type": "string"
},
"text": {
"type": "string"
}
},
"version": 1
}