🎉 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:
@@ -32,8 +32,8 @@
|
||||
"commit_id": {
|
||||
"type": ["null", "string"]
|
||||
},
|
||||
"user_id": {
|
||||
"type": ["null", "integer"]
|
||||
"user": {
|
||||
"$ref": "user.json"
|
||||
},
|
||||
"created_at": {
|
||||
"type": ["null", "string"],
|
||||
|
||||
Reference in New Issue
Block a user