diff --git a/airbyte-integrations/connectors/source-hubspot/streams/engagements_calls.patch.json b/airbyte-integrations/connectors/source-hubspot/streams/engagements_calls.patch.json index 0a33e9df852c..5bacdd87b126 100644 --- a/airbyte-integrations/connectors/source-hubspot/streams/engagements_calls.patch.json +++ b/airbyte-integrations/connectors/source-hubspot/streams/engagements_calls.patch.json @@ -6,6 +6,13 @@ "type": ["null", "integer", "string"], "format": "integer" } + }, + "tickets": { + "type": ["null", "array"], + "items": { + "type": ["null", "integer", "string"], + "format": "integer" + } } } -} \ No newline at end of file +}