n8n-nodes-base
Version:
Base nodes of n8n
33 lines (32 loc) • 609 B
JSON
{
"type": "object",
"properties": {
"closed": {
"type": "boolean"
},
"color": {
"type": "null"
},
"datasource": {
"type": "object",
"properties": {
"filter": {
"type": "boolean"
}
}
},
"id": {
"type": "string"
},
"idBoard": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "null"
}
},
"version": 1
}