From 441739025b3cf3429a903e2bf4aff3cdde075757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Crdeshmukh15=E2=80=9D?= Date: Tue, 16 Apr 2024 09:14:10 +0000 Subject: [PATCH] update schema --- tap_intercom/schemas/conversations.json | 33 ------------------------- 1 file changed, 33 deletions(-) diff --git a/tap_intercom/schemas/conversations.json b/tap_intercom/schemas/conversations.json index 5421c92..9436543 100644 --- a/tap_intercom/schemas/conversations.json +++ b/tap_intercom/schemas/conversations.json @@ -2,39 +2,6 @@ "type": "object", "additionalProperties": false, "properties": { - "assignee": { - "type": [ - "null", - "object" - ], - "additionalProperties": false, - "properties": { - "id": { - "type": [ - "null", - "string" - ] - }, - "type": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "email": { - "type": [ - "null", - "string" - ] - } - } - }, "source": { "type": [ "null",