n8n-nodes-base
Version:
Base nodes of n8n
353 lines (352 loc) • 9.88 kB
JSON
{
"type": "object",
"properties": {
"archived": {
"type": "boolean"
},
"assignees": {
"type": "array",
"items": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"initials": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
},
"checklists": {
"type": "array",
"items": {
"type": "object",
"properties": {
"creator": {
"type": "integer"
},
"date_created": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"resolved": {
"type": "integer"
},
"task_id": {
"type": "string"
},
"unresolved": {
"type": "integer"
}
}
}
},
"creator": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"username": {
"type": "string"
}
}
},
"custom_fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"date_created": {
"type": "string"
},
"hide_from_guests": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"type_config": {
"type": "object",
"properties": {
"options": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"orderindex": {
"type": "integer"
}
}
}
},
"sorting": {
"type": "string"
}
}
}
}
}
},
"custom_item_id": {
"type": "integer"
},
"date_created": {
"type": "string"
},
"date_updated": {
"type": "string"
},
"dependencies": {
"type": "array",
"items": {
"type": "object",
"properties": {
"date_created": {
"type": "string"
},
"depends_on": {
"type": "string"
},
"task_id": {
"type": "string"
},
"type": {
"type": "integer"
},
"userid": {
"type": "string"
},
"workspace_id": {
"type": "string"
}
}
}
},
"folder": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"linked_tasks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"date_created": {
"type": "string"
},
"link_id": {
"type": "string"
},
"task_id": {
"type": "string"
},
"userid": {
"type": "string"
},
"workspace_id": {
"type": "string"
}
}
}
},
"list": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"locations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"name": {
"type": "string"
},
"orderindex": {
"type": "string"
},
"permission_level": {
"type": "string"
},
"project": {
"type": "object",
"properties": {
"access": {
"type": "boolean"
},
"hidden": {
"type": "boolean"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"sharing": {
"type": "object",
"properties": {
"public": {
"type": "boolean"
},
"public_fields": {
"type": "array",
"items": {
"type": "string"
}
},
"public_share_expires_on": {
"type": "null"
},
"seo_optimized": {
"type": "boolean"
},
"token": {
"type": "null"
}
}
},
"space": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
},
"status": {
"type": "object",
"properties": {
"color": {
"type": "string"
},
"id": {
"type": "string"
},
"orderindex": {
"type": "integer"
},
"status": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"tags": {
"type": "array",
"items": {
"type": "object",
"properties": {
"creator": {
"type": "integer"
},
"name": {
"type": "string"
},
"tag_bg": {
"type": "string"
},
"tag_fg": {
"type": "string"
}
}
}
},
"team_id": {
"type": "string"
},
"url": {
"type": "string"
},
"watchers": {
"type": "array",
"items": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"id": {
"type": "integer"
},
"initials": {
"type": "string"
},
"username": {
"type": "string"
}
}
}
}
},
"version": 1
}