From bcfc08cdfefa3ac35c7810ca13119296f63bd085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Riel?= Date: Thu, 17 Jan 2019 14:39:26 -0500 Subject: [PATCH] Recover a review's submitted_at --- tap_github/reviews.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tap_github/reviews.json b/tap_github/reviews.json index 0c255770..b7ad05f9 100644 --- a/tap_github/reviews.json +++ b/tap_github/reviews.json @@ -34,6 +34,10 @@ }, "pull_request_url": { "type": ["null", "string"] + }, + "submitted_at": { + "type": ["null", "string"], + "format": "date-time" } } }