From d3b2985eb980e76248de0a7fb2d7de52e650d545 Mon Sep 17 00:00:00 2001 From: harshpatel4_crest Date: Tue, 30 Nov 2021 16:58:16 +0530 Subject: [PATCH] added object in the teams schema for parent field --- 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" ] }