n8n-nodes-base
Version:
Base nodes of n8n
47 lines (46 loc) • 1.21 kB
JSON
{
"type": "object",
"properties": {
"column_values": {
"type": "array",
"items": {
"type": "object",
"properties": {
"column": {
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"settings_str": {
"type": "string"
},
"title": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"created_at": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"state": {
"type": "string"
}
},
"version": 1
}