n8n-nodes-base
Version:
Base nodes of n8n
52 lines (51 loc) • 1.01 kB
JSON
{
"type": "object",
"properties": {
"add_time": {
"type": "string"
},
"cc_email": {
"type": "string"
},
"channel_id": {
"type": "null"
},
"creator_id": {
"type": "integer"
},
"id": {
"type": "string"
},
"is_archived": {
"type": "boolean"
},
"label_ids": {
"type": "array",
"items": {
"type": "string"
}
},
"origin": {
"type": "string"
},
"owner_id": {
"type": "integer"
},
"source_name": {
"type": "string"
},
"title": {
"type": "string"
},
"update_time": {
"type": "string"
},
"visible_to": {
"type": "string"
},
"was_seen": {
"type": "boolean"
}
},
"version": 1
}