mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
Add correct schema for activecampaign/account/get
This commit is contained in:
parent
0a18987e3a
commit
843876e4b0
51
packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/get.json
vendored
Normal file
51
packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/get.json
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"account": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdTimestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedTimestamp": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"links": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"accountContacts": {
|
||||
"type": "string"
|
||||
},
|
||||
"accountCustomFieldData": {
|
||||
"type": "string"
|
||||
},
|
||||
"contactEmails": {
|
||||
"type": "string"
|
||||
},
|
||||
"emailActivities": {
|
||||
"type": "string"
|
||||
},
|
||||
"notes": {
|
||||
"type": "string"
|
||||
},
|
||||
"owner": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"owner": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue