Skip to content

Commit

Permalink
changes to fetch all nested fields of companies in contacts (#70)
Browse files Browse the repository at this point in the history
* changes to fetch the nested fields of companies in contacts

* fix unit tests

* schema changes

* unit test cases revert changes
  • Loading branch information
rdeshmukh15 authored May 8, 2024
1 parent a34f869 commit ee312ae
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions tap_intercom/schemas/contacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"null",
"object"
],
"additionalProperties": false,
"properties": {
"type": {
"type": [
Expand Down Expand Up @@ -441,13 +440,24 @@
"null",
"object"
],
"additionalProperties": false,
"properties": {
"id": {
"type": [
"null",
"string"
]
},
"type": {
"type": [
"null",
"string"
]
},
"url": {
"type": [
"null",
"string"
]
}
}
}
Expand Down

0 comments on commit ee312ae

Please sign in to comment.