1
0
mirror of synced 2025-12-30 21:02:43 -05:00

🎉 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:
Oleksandr
2021-08-05 11:40:06 +03:00
committed by GitHub
parent 8f7508054f
commit 0170822ccc
14 changed files with 142 additions and 19 deletions

View File

@@ -32,8 +32,8 @@
"commit_id": {
"type": ["null", "string"]
},
"user_id": {
"type": ["null", "integer"]
"user": {
"$ref": "user.json"
},
"created_at": {
"type": ["null", "string"],