UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

121 lines (120 loc) 4.22 kB
{ "type": "object", "properties": { "actionName": { "type": "string" }, "errors": { "type": "null" }, "invocationId": { "type": "null" }, "isSuccess": { "type": "boolean" }, "outcome": { "type": "null" }, "outputValues": { "type": "object", "properties": { "Flow__InterviewGuid": { "type": "string" }, "Flow__InterviewStatus": { "type": "string" }, "projects": { "type": "array", "items": { "type": "object", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "url": { "type": "string" } } }, "CreatedById": { "type": "string" }, "CreatedDate": { "type": "string" }, "Id": { "type": "string" }, "IsDeleted": { "type": "boolean" }, "LastActivityDate": { "type": "null" }, "LastModifiedById": { "type": "string" }, "LastModifiedDate": { "type": "string" }, "LastReferencedDate": { "type": "string" }, "LastViewedDate": { "type": "string" }, "Name": { "type": "string" }, "OwnerId": { "type": "string" }, "Projectcloseddate__c": { "type": "string" }, "Projectcreateddate__c": { "type": "null" }, "Projectdescription__c": { "type": "null" }, "Projectduedate__c": { "type": "null" }, "Projectlink__c": { "type": "null" }, "Projectmanager__c": { "type": "null" }, "Projectpriority__c": { "type": "null" }, "Projectstatus__c": { "type": "null" }, "Projecttitle__c": { "type": "string" }, "SystemModstamp": { "type": "string" } } } } } }, "sortOrder": { "type": "integer" }, "version": { "type": "integer" } }, "version": 3 }