From 42473ad2309c275f5e2542be6a72fcdc837f0cd0 Mon Sep 17 00:00:00 2001 From: Harsh <80324346+harshpatel4crest@users.noreply.github.com> Date: Wed, 1 Dec 2021 00:16:00 +0530 Subject: [PATCH] added object in the teams schema for parent field (#149) --- tap_github/schemas/teams.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tap_github/schemas/teams.json b/tap_github/schemas/teams.json index 3fe7845d..43fdee44 100644 --- a/tap_github/schemas/teams.json +++ b/tap_github/schemas/teams.json @@ -79,6 +79,7 @@ "parent": { "type": [ "null", + "object", "string" ] }