diff --git a/tap_zendesk_chat/schemas/chat_history.json b/tap_zendesk_chat/schemas/chat_history.json index a0771d6..a3b01b6 100644 --- a/tap_zendesk_chat/schemas/chat_history.json +++ b/tap_zendesk_chat/schemas/chat_history.json @@ -6,6 +6,42 @@ "string" ] }, + "index": { + "type": [ + "null", + "integer" + ] + }, + "comment": { + "type": [ + "null", + "string" + ] + }, + "agent_id": { + "type": [ + "null", + "integer" + ] + }, + "initiator": { + "type": [ + "null", + "string" + ] + }, + "sender_type": { + "type": [ + "null", + "string" + ] + }, + "to": { + "type": [ + "null", + "string" + ] + }, "channel": { "type": [ "null",