n8n-nodes-base
Version:
Base nodes of n8n
45 lines (44 loc) • 929 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"
},
"spaceHistoryState": {
"type": "string"
},
"spaceThreadingState": {
"type": "string"
},
"spaceType": {
"type": "string"
},
"spaceUri": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 2
}