Skip to content

Commit 9825eab

Browse files
Sam Minnéeluandy64
authored andcommitted
Treat issue dates as datetime type
Fixes singer-io#56.
1 parent 884869d commit 9825eab

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tap_github/issues.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"type": [
5858
"null",
5959
"string"
60-
]
60+
],
61+
"format": "date-time"
6162
},
6263
"labels_url": {
6364
"type": [
@@ -82,7 +83,8 @@
8283
"type": [
8384
"null",
8485
"string"
85-
]
86+
],
87+
"format": "date-time"
8688
},
8789
"html_url": {
8890
"type": [
@@ -162,7 +164,8 @@
162164
"type": [
163165
"null",
164166
"string"
165-
]
167+
],
168+
"format": "date-time"
166169
},
167170
"_sdc_repository": {
168171
"type": ["string"]

0 commit comments

Comments
 (0)