diff --git a/tap_chargebee/schemas/events.json b/tap_chargebee/schemas/events.json index 54dd774..055d021 100644 --- a/tap_chargebee/schemas/events.json +++ b/tap_chargebee/schemas/events.json @@ -346,7 +346,7 @@ }, "round_off_amount": { "type": ["null", "integer"], - "minimum": 0 + "minimum": -50 }, "deleted": { "type": ["null", "boolean"] @@ -1950,13 +1950,13 @@ }, "id": { "type": ["null", "string"] - }, + }, "status": { "type": ["null", "string"] - }, + }, "amount_adjusted": { "type": ["null", "integer"] - }, + }, "amount_refunded": { "type": ["null", "integer"] } @@ -3431,7 +3431,7 @@ } } } - + } } }