diff --git a/tap_github/schemas/issues.json b/tap_github/schemas/issues.json index 81737ce1..9d88fced 100644 --- a/tap_github/schemas/issues.json +++ b/tap_github/schemas/issues.json @@ -77,7 +77,116 @@ "null", "object" ], - "properties": {} + "properties": { + "gravatar_id": { + "type": [ + "null", + "string" + ] + }, + "received_events_url": { + "type": [ + "null", + "string" + ] + }, + "url": { + "type": [ + "null", + "string" + ] + }, + "subscriptions_url": { + "type": [ + "null", + "string" + ] + }, + "gists_url": { + "type": [ + "null", + "string" + ] + }, + "html_url": { + "type": [ + "null", + "string" + ] + }, + "repos_url": { + "type": [ + "null", + "string" + ] + }, + "events_url": { + "type": [ + "null", + "string" + ] + }, + "login": { + "type": [ + "null", + "string" + ] + }, + "followers_url": { + "type": [ + "null", + "string" + ] + }, + "starred_url": { + "type": [ + "null", + "string" + ] + }, + "avatar_url": { + "type": [ + "null", + "string" + ] + }, + "id": { + "type": [ + "null", + "integer" + ] + }, + "type": { + "type": [ + "null", + "string" + ] + }, + "site_admin": { + "type": [ + "null", + "boolean" + ] + }, + "node_id": { + "type": [ + "null", + "string" + ] + }, + "organizations_url": { + "type": [ + "null", + "string" + ] + }, + "following_url": { + "type": [ + "null", + "string" + ] + } + } }, "updated_at": { "type": [