diff --git a/tap_activecampaign/schemas/contacts.json b/tap_activecampaign/schemas/contacts.json index b1b1c1d..07a9904 100644 --- a/tap_activecampaign/schemas/contacts.json +++ b/tap_activecampaign/schemas/contacts.json @@ -9,6 +9,9 @@ "email": { "type": ["null", "string"] }, + "phone": { + "type": ["null", "string"] + }, "first_name": { "type": ["null", "string"] },