From 130a4f1cb70df08117e026b99b3ba33bf964f8d7 Mon Sep 17 00:00:00 2001 From: David Haslem Date: Mon, 9 May 2022 15:39:50 -0700 Subject: [PATCH] Add phone to list of supported fields Maybe an oversight of schema changes in #14 ? --- tap_activecampaign/schemas/contacts.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tap_activecampaign/schemas/contacts.json b/tap_activecampaign/schemas/contacts.json index b1b1c1d..2f1e5ee 100644 --- a/tap_activecampaign/schemas/contacts.json +++ b/tap_activecampaign/schemas/contacts.json @@ -8,6 +8,9 @@ }, "email": { "type": ["null", "string"] + }, + "phone": { + "type": ["null", "string"] }, "first_name": { "type": ["null", "string"]