n8n-nodes-base
Version:
Base nodes of n8n
36 lines (35 loc) • 784 B
JSON
{
"type": "object",
"properties": {
"email": {
"type": "string"
},
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
},
"workspaces": {
"type": "array",
"items": {
"type": "object",
"properties": {
"gid": {
"type": "string"
},
"name": {
"type": "string"
},
"resource_type": {
"type": "string"
}
}
}
}
},
"version": 1
}