n8n-nodes-base
Version:
Base nodes of n8n
34 lines (33 loc) • 623 B
JSON
{
"type": "object",
"properties": {
"createdAt": {
"type": "string"
},
"deletedAt": {
"type": "null"
},
"finished": {
"type": "boolean"
},
"id": {
"type": "string"
},
"mode": {
"type": "string"
},
"retrySuccessId": {
"type": "null"
},
"startedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"workflowId": {
"type": "string"
}
},
"version": 3
}