From d58aea0e30686ae9cf26fec6d22708d439a56731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Burwash?= <35510512+SBurwash@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:33:18 -0400 Subject: [PATCH] DE-2116 Team-memberships - Modfify value in tap (#88) * Changed schema to boolean * Changed name from "membership" to "primary" * Added owners --- tap_hubspot/schemas/owners.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tap_hubspot/schemas/owners.json b/tap_hubspot/schemas/owners.json index 0d178df..c1f79ee 100644 --- a/tap_hubspot/schemas/owners.json +++ b/tap_hubspot/schemas/owners.json @@ -38,8 +38,8 @@ "name": { "type": ["null", "string"] }, - "membership": { - "type": ["null", "string"] + "primary": { + "type": ["null", "boolean"] } } }