From 8088af24668e20d0989216b9b9e8236d1f57354a Mon Sep 17 00:00:00 2001 From: Collin Simon Date: Fri, 28 May 2021 15:02:35 -0400 Subject: [PATCH] Fix/auto ticket assign schema (#42) * add integer as valid type to groups * Swap ordering of schema so coercion will not force `0` -> `false` Co-authored-by: michael-boehm <60257712+michael-boehm@users.noreply.github.com> --- tap_freshdesk/schemas/groups.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_freshdesk/schemas/groups.json b/tap_freshdesk/schemas/groups.json index cf71354..6f5597f 100644 --- a/tap_freshdesk/schemas/groups.json +++ b/tap_freshdesk/schemas/groups.json @@ -8,7 +8,7 @@ } }, "auto_ticket_assign": { - "type": ["null", "boolean"] + "type": ["null", "integer", "boolean"] }, "business_hour_id": { "type": ["null", "integer"]