n8n-nodes-base
Version:
Base nodes of n8n
121 lines (120 loc) • 3.52 kB
JSON
{
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"deleted": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"id": {
"type": "string"
},
"lists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"assignee": {
"type": "null"
},
"content": {
"type": "string"
},
"due_date": {
"type": "null"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"override_statuses": {
"type": "boolean"
},
"permission_level": {
"type": "string"
},
"priority": {
"type": "null"
},
"start_date": {
"type": "null"
},
"status": {
"type": "null"
},
"statuses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"id": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"status": {
"type": "string"
},
"status_group": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"task_count": {
"type": "integer"
}
}
}
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"override_statuses": {
"type": "boolean"
},
"permission_level": {
"type": "string"
},
"space": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"task_count": {
"type": "string"
}
},
"version": 3
}