n8n-nodes-base
Version:
Base nodes of n8n
46 lines (45 loc) • 888 B
JSON
{
"type": "object",
"properties": {
"comment_count": {
"type": "integer"
},
"content": {
"type": "string"
},
"created_at": {
"type": "string"
},
"creator_id": {
"type": "string"
},
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"is_completed": {
"type": "boolean"
},
"labels": {
"type": "array",
"items": {
"type": "string"
}
},
"order": {
"type": "integer"
},
"priority": {
"type": "integer"
},
"project_id": {
"type": "string"
},
"url": {
"type": "string"
}
},
"version": 1
}