From 8c6a19a8c49d03e20245884a8d1902f58dba535a Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Fri, 3 Mar 2023 13:26:13 +0000 Subject: [PATCH] label_fix (#139) --- tap_clickup/schemas/task.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tap_clickup/schemas/task.json b/tap_clickup/schemas/task.json index faf7aaa..1b07711 100644 --- a/tap_clickup/schemas/task.json +++ b/tap_clickup/schemas/task.json @@ -202,6 +202,9 @@ "name": { "type": ["string", "null"] }, + "label": { + "type": ["string", "null"] + }, "color": { "type": ["string", "null"] },