UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

59 lines (58 loc) 1.36 kB
{ "type": "object", "properties": { "billable": { "type": "boolean" }, "customFieldValues": { "type": "array", "items": { "type": "object", "properties": { "customFieldId": { "type": "string" }, "name": { "type": "string" }, "timeEntryId": { "type": "string" }, "type": { "type": "string" }, "value": { "type": "null" } } } }, "id": { "type": "string" }, "isLocked": { "type": "boolean" }, "kioskId": { "type": "null" }, "timeInterval": { "type": "object", "properties": { "start": { "type": "string" } } }, "type": { "type": "string" }, "userId": { "type": "string" }, "workspaceId": { "type": "string" } }, "version": 1 }