n8n-nodes-base
Version:
Base nodes of n8n
34 lines (33 loc) • 638 B
JSON
{
"type": "object",
"properties": {
"crunchbase_uuid": {
"type": "null"
},
"domain": {
"type": "string"
},
"domains": {
"type": "array",
"items": {
"type": "string"
}
},
"global": {
"type": "boolean"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"person_ids": {
"type": "array",
"items": {
"type": "integer"
}
}
},
"version": 1
}