Skip to content

Commit

Permalink
fixing chargbee schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaffe committed Sep 25, 2023
1 parent 2022340 commit c14016a
Showing 1 changed file with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"properties": {
"tiers": {
"properties": {
"ending_unit": {
"type": [
"integer",
"null"
]
},
"ending_unit_in_decimal": {
"type": [
"string",
"null"
]
},
"quantity_used": {
"type": [
"integer",
"null"
]
},
"quantity_used_in_decimal": {
"type": [
"string",
"null"
]
},
"starting_unit": {
"type": [
"integer",
"null"
]
},
"starting_unit_in_decimal": {
"type": [
"string",
"null"
]
},
"unit_amount": {
"type": [
"integer",
"null"
]
},
"unit_amount_in_decimal": {
"type": [
"string",
"null"
]
}
},
"type": [
"array",
"null"
]
}
}
}

0 comments on commit c14016a

Please sign in to comment.