From ee312aef3a9aee0479bbbd4d5cbfa358ff89e7d5 Mon Sep 17 00:00:00 2001 From: rdeshmukh15 <107538720+rdeshmukh15@users.noreply.github.com> Date: Wed, 8 May 2024 18:43:47 +0530 Subject: [PATCH] changes to fetch all nested fields of companies in contacts (#70) * changes to fetch the nested fields of companies in contacts * fix unit tests * schema changes * unit test cases revert changes --- tap_intercom/schemas/contacts.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/tap_intercom/schemas/contacts.json b/tap_intercom/schemas/contacts.json index dfe6f2d..ed0e646 100644 --- a/tap_intercom/schemas/contacts.json +++ b/tap_intercom/schemas/contacts.json @@ -3,7 +3,6 @@ "null", "object" ], - "additionalProperties": false, "properties": { "type": { "type": [ @@ -441,13 +440,24 @@ "null", "object" ], - "additionalProperties": false, "properties": { "id": { "type": [ "null", "string" ] + }, + "type": { + "type": [ + "null", + "string" + ] + }, + "url": { + "type": [ + "null", + "string" + ] } } }