diff --git a/tap_clickup/schemas/folder.json b/tap_clickup/schemas/folder.json index 426c58a..71680a9 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"