From c14016ad3844675f2d9dc96501a59c0aedc0e487 Mon Sep 17 00:00:00 2001 From: dyaffe Date: Mon, 25 Sep 2023 23:22:32 +0000 Subject: [PATCH] fixing chargbee schema --- .../streams/unbilled_charge.patch.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 airbyte-integrations/connectors/source-chargebee/streams/unbilled_charge.patch.json diff --git a/airbyte-integrations/connectors/source-chargebee/streams/unbilled_charge.patch.json b/airbyte-integrations/connectors/source-chargebee/streams/unbilled_charge.patch.json new file mode 100644 index 000000000000..6218e019e0aa --- /dev/null +++ b/airbyte-integrations/connectors/source-chargebee/streams/unbilled_charge.patch.json @@ -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" + ] + } + } +} \ No newline at end of file