diff --git a/tap_intercom/schemas/conversation_parts.json b/tap_intercom/schemas/conversation_parts.json index b296049..855e7ff 100644 --- a/tap_intercom/schemas/conversation_parts.json +++ b/tap_intercom/schemas/conversation_parts.json @@ -5,8 +5,19 @@ "assigned_to": { "type": [ "null", - "string" - ] + "object" + ], + "properties": { + "type": { + "type": "string" + }, + "id": { + "type": [ + "null", + "string" + ] + } + } }, "attachments": { "anyOf": [