diff --git a/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/get.json b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/get.json new file mode 100644 index 0000000000..7cee20ce06 --- /dev/null +++ b/packages/nodes-base/nodes/ActiveCampaign/__schema__/v1.0.0/account/get.json @@ -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" + } + } + } + } +}