Skip to content

Commit 3e21088

Browse files
committed
updating engagements_calls tickets to allow for type integer values
1 parent 1505166 commit 3e21088

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

airbyte-integrations/connectors/source-hubspot/streams/engagements_calls.patch.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"type": ["null", "integer", "string"],
77
"format": "integer"
88
}
9+
},
10+
"tickets": {
11+
"type": ["null", "array"],
12+
"items": {
13+
"type": ["null", "integer", "string"],
14+
"format": "integer"
15+
}
916
}
1017
}
11-
}
18+
}

0 commit comments

Comments
 (0)