Skip to content

Commit

Permalink
Adds fields to schema (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmesel authored Feb 6, 2024
1 parent dd45558 commit b5fa357
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tap_chargebee/schemas/usages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
"string"
]
},
"line_item_id": {
"type": [
"null",
"string"
]
},
"invoice_id": {
"type": [
"null",
"string"
]
},
"note": {
"type": [
"null",
Expand Down

0 comments on commit b5fa357

Please sign in to comment.