n8n-nodes-base
Version:
Base nodes of n8n
213 lines (212 loc) • 9.01 kB
JSON
{
"type": "object",
"properties": {
"active": {
"type": "boolean"
},
"createdAt": {
"type": "string"
},
"id": {
"type": "string"
},
"meta": {
"type": "object",
"properties": {
"templateCredsSetupCompleted": {
"type": "boolean"
}
}
},
"name": {
"type": "string"
},
"nodes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"type": "object",
"properties": {
"operation": {
"type": "string"
}
}
},
"position": {
"type": "array",
"items": {
"type": "integer"
}
},
"type": {
"type": "string"
},
"webhookId": {
"type": "string"
}
}
}
},
"settings": {
"type": "object",
"properties": {
"executionOrder": {
"type": "string"
}
}
},
"shared": {
"type": "array",
"items": {
"type": "object",
"properties": {
"createdAt": {
"type": "string"
},
"project": {
"type": "object",
"properties": {
"createdAt": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"projectRelations": {
"type": "array",
"items": {
"type": "object",
"properties": {
"createdAt": {
"type": "string"
},
"projectId": {
"type": "string"
},
"role": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"user": {
"type": "object",
"properties": {
"createdAt": {
"type": "string"
},
"disabled": {
"type": "boolean"
},
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"type": "string"
},
"isOwner": {
"type": "boolean"
},
"isPending": {
"type": "boolean"
},
"lastName": {
"type": "string"
},
"mfaEnabled": {
"type": "boolean"
},
"role": {
"type": "string"
},
"settings": {
"type": "object",
"properties": {
"easyAIWorkflowOnboarded": {
"type": "boolean"
},
"firstSuccessfulWorkflowId": {
"type": "string"
},
"npsSurvey": {
"type": "object",
"properties": {
"ignoredCount": {
"type": "integer"
},
"lastShownAt": {
"type": "integer"
},
"waitingForResponse": {
"type": "boolean"
}
}
},
"userActivated": {
"type": "boolean"
},
"userActivatedAt": {
"type": "integer"
}
}
},
"updatedAt": {
"type": "string"
}
}
},
"userId": {
"type": "string"
}
}
}
},
"type": {
"type": "string"
},
"updatedAt": {
"type": "string"
}
}
},
"projectId": {
"type": "string"
},
"role": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"workflowId": {
"type": "string"
}
}
}
},
"triggerCount": {
"type": "integer"
},
"updatedAt": {
"type": "string"
},
"versionId": {
"type": "string"
}
},
"version": 1
}