Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
DE-2116 Team-memberships - Modfify value in tap (#88)
Browse files Browse the repository at this point in the history
* Changed schema to boolean

* Changed name from "membership" to "primary"

* Added owners
  • Loading branch information
SBurwash authored Oct 6, 2023
1 parent 82b86c8 commit d58aea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tap_hubspot/schemas/owners.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"name": {
"type": ["null", "string"]
},
"membership": {
"type": ["null", "string"]
"primary": {
"type": ["null", "boolean"]
}
}
}
Expand Down

0 comments on commit d58aea0

Please sign in to comment.