n8n-nodes-base
Version:
Base nodes of n8n
56 lines (55 loc) • 1.33 kB
JSON
{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"photo": {
"type": "object",
"properties": {
"image_128x128": {
"type": "string"
},
"image_21x21": {
"type": "string"
},
"image_27x27": {
"type": "string"
},
"image_36x36": {
"type": "string"
},
"image_60x60": {
"type": "string"
}
}
},
"resource_type": {
"type": "string"
},
"workspaces": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
}
},
"version": 2
}