n8n-nodes-base
Version:
Base nodes of n8n
48 lines (47 loc) • 999 B
JSON
{
"type": "object",
"properties": {
"createTime": {
"type": "string"
},
"customer": {
"type": "string"
},
"displayName": {
"type": "string"
},
"lastActiveTime": {
"type": "string"
},
"membershipCount": {
"type": "object",
"properties": {
"joinedDirectHumanUserCount": {
"type": "integer"
}
}
},
"name": {
"type": "string"
},
"singleUserBotDm": {
"type": "boolean"
},
"spaceHistoryState": {
"type": "string"
},
"spaceThreadingState": {
"type": "string"
},
"spaceType": {
"type": "string"
},
"spaceUri": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 3
}