Skip to content

Commit

Permalink
Merge pull request #58 from LucasZielke/date-time-quick-fix
Browse files Browse the repository at this point in the history
Removed format type "date-time" until transformation complete
  • Loading branch information
visch authored Oct 5, 2021
2 parents 83c6a30 + b06bb02 commit 28a3eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions tap_clickup/schemas/folder.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
6 changes: 2 additions & 4 deletions tap_clickup/schemas/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 28a3eaf

Please sign in to comment.