🎉 Source Github: Extend existing streams with user property (#5156)
* Added User property to certain schemas, updated acceptance-tests, bumped versions * Added changelog * moved users.json to the schemas/shared * add newline to user.json Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"type": ["null", "object"],
|
||||
"properties": {
|
||||
"login": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"id": {
|
||||
"type": ["null", "integer"]
|
||||
},
|
||||
"node_id": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"avatar_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"gravatar_id": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"html_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"followers_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"following_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"gists_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"starred_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"subscriptions_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"organizations_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"repos_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"events_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"received_events_url": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"type": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"site_admin": {
|
||||
"type": ["null", "boolean"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user