mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(API): Add route for schema static files (#12770)
This commit is contained in:
110
packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/get.json
vendored
Normal file
110
packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/get.json
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"type": "object",
|
||||
"value": [
|
||||
{
|
||||
"key": "account",
|
||||
"type": "Object",
|
||||
"value": [
|
||||
{
|
||||
"key": "accountUrl",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.accountUrl"
|
||||
},
|
||||
{
|
||||
"key": "createdTimestamp",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.createdTimestamp"
|
||||
},
|
||||
{
|
||||
"key": "id",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.id"
|
||||
},
|
||||
{
|
||||
"key": "links",
|
||||
"type": "Object",
|
||||
"value": [
|
||||
{
|
||||
"key": "accountContacts",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.links.accountContacts"
|
||||
},
|
||||
{
|
||||
"key": "accountCustomFieldData",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.links.accountCustomFieldData"
|
||||
},
|
||||
{
|
||||
"key": "contactEmails",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.links.contactEmails"
|
||||
},
|
||||
{
|
||||
"key": "emailActivities",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.links.emailActivities"
|
||||
},
|
||||
{
|
||||
"key": "notes",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.links.notes"
|
||||
},
|
||||
{
|
||||
"key": "owner",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.links.owner"
|
||||
},
|
||||
{
|
||||
"key": "required",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.links.required"
|
||||
}
|
||||
],
|
||||
"path": ".account.links"
|
||||
},
|
||||
{
|
||||
"key": "name",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.name"
|
||||
},
|
||||
{
|
||||
"key": "owner",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.owner"
|
||||
},
|
||||
{
|
||||
"key": "updatedTimestamp",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.updatedTimestamp"
|
||||
},
|
||||
{
|
||||
"key": "required",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".account.required"
|
||||
}
|
||||
],
|
||||
"path": ".account"
|
||||
},
|
||||
{
|
||||
"key": "required",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"path": ".required"
|
||||
}
|
||||
],
|
||||
"path": ""
|
||||
}
|
||||
Reference in New Issue
Block a user