From 0001c0fa13e7e9874da99c044b668410f06ca8c1 Mon Sep 17 00:00:00 2001 From: jcw- Date: Fri, 11 Sep 2020 00:53:08 -0600 Subject: [PATCH] Support a string description on an issue label --- tap_github/schemas/issue_events.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tap_github/schemas/issue_events.json b/tap_github/schemas/issue_events.json index d0fb42da..25c66d0d 100644 --- a/tap_github/schemas/issue_events.json +++ b/tap_github/schemas/issue_events.json @@ -456,7 +456,8 @@ }, "description": { "type": [ - "null" + "null", + "string" ] }, "id": { @@ -1254,4 +1255,4 @@ } } } -} \ No newline at end of file +}