Skip to content

Commit

Permalink
update schema (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 authored May 8, 2024
1 parent 4a9b682 commit a34f869
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions tap_intercom/schemas/conversations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,6 @@
"type": "object",
"additionalProperties": false,
"properties": {
"assignee": {
"type": [
"null",
"object"
],
"additionalProperties": false,
"properties": {
"id": {
"type": [
"null",
"string"
]
},
"type": {
"type": [
"null",
"string"
]
},
"name": {
"type": [
"null",
"string"
]
},
"email": {
"type": [
"null",
"string"
]
}
}
},
"source": {
"type": [
"null",
Expand Down

0 comments on commit a34f869

Please sign in to comment.