n8n-nodes-base
Version:
Base nodes of n8n
30 lines (29 loc) • 578 B
JSON
{
"type": "object",
"properties": {
"board_kind": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"owners": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}
},
"state": {
"type": "string"
}
},
"version": 1
}