From 82aacb8c9dfae6d6829a5f1f8b73995b7570939a Mon Sep 17 00:00:00 2001 From: Lucas Zielke Date: Tue, 5 Oct 2021 12:09:54 -0400 Subject: [PATCH] Removed format type "date-time" until transformation complete --- tap_clickup/schemas/folder.json | 6 ++---- tap_clickup/schemas/list.json | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/tap_clickup/schemas/folder.json b/tap_clickup/schemas/folder.json index 1d0c408..21b639a 100644 --- a/tap_clickup/schemas/folder.json +++ b/tap_clickup/schemas/folder.json @@ -45,12 +45,10 @@ "type": ["null", "string", "integer"] }, "due_date": { - "type": ["null", "string"], - "format": "date-time" + "type": ["null", "string"] }, "start_date": { - "type": ["null", "string"], - "format": "date-time" + "type": ["null", "string"] }, "space": { "type": ["null", "object"], diff --git a/tap_clickup/schemas/list.json b/tap_clickup/schemas/list.json index b314c93..f808406 100644 --- a/tap_clickup/schemas/list.json +++ b/tap_clickup/schemas/list.json @@ -85,12 +85,10 @@ "type": ["null", "string", "integer"] }, "due_date": { - "type": ["null", "string"], - "format": "date-time" + "type": ["null", "string"] }, "start_date": { - "type": ["null", "string"], - "format": "date-time" + "type": ["null", "string"] }, "folder": { "$ref": "#definitions/folder"