n8n-nodes-base
Version:
Base nodes of n8n
89 lines (88 loc) • 2.4 kB
JSON
{
"type": "object",
"properties": {
"comment": {
"type": "array",
"items": {
"type": "object",
"properties": {
"attributes": {
"type": "object",
"properties": {
"block-id": {
"type": "string"
}
}
},
"text": {
"type": "string"
}
}
}
},
"comment_text": {
"type": "string"
},
"date": {
"type": "string"
},
"group_assignee": {
"type": "null"
},
"id": {
"type": "string"
},
"reactions": {
"type": "array",
"items": {
"type": "object",
"properties": {
"date": {
"type": "string"
},
"reaction": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"initials": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
}
}
},
"reply_count": {
"type": "integer"
},
"user": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"initials": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
},
"version": 1
}