n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 503 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"
}
},
"version": 2
}