Skip to content

Commit

Permalink
Fix schema for report meetings and webinars dept field and add missin…
Browse files Browse the repository at this point in the history
…g fields. (#4)

Co-authored-by: Kekoa Vincent <[email protected]>
Co-authored-by: asaf-erlich <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2021
1 parent f7ac301 commit d906fc8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tap_zoom/schemas/report_meetings.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"dept": {
"type": [
"null",
"integer"
"string"
]
}
}
Expand Down
14 changes: 13 additions & 1 deletion tap_zoom/schemas/report_webinars.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"integer"
]
},
"host_id": {
"type": [
"null",
"string"
]
},
"type": {
"type": [
"null",
Expand All @@ -41,6 +47,12 @@
"string"
]
},
"user_id": {
"type": [
"null",
"string"
]
},
"start_time": {
"type": [
"null",
Expand Down Expand Up @@ -102,7 +114,7 @@
"dept": {
"type": [
"null",
"integer"
"string"
]
}
}
Expand Down

0 comments on commit d906fc8

Please sign in to comment.