n8n-nodes-base
Version:
Base nodes of n8n
27 lines (26 loc) • 574 B
JSON
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"message": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"labelIds": {
"type": "array",
"items": {
"type": "string"
}
},
"threadId": {
"type": "string"
}
}
}
},
"version": 1
}