1
0
mirror of synced 2026-01-04 00:04:25 -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

@@ -53,8 +53,8 @@
"title": {
"type": ["null", "string"]
},
"user_id": {
"type": ["null", "integer"]
"user": {
"$ref": "user.json"
},
"body": {
"type": ["null", "string"]