From 74264f274be93af123b8ccc4659327695b28a456 Mon Sep 17 00:00:00 2001 From: Will Sweet Date: Fri, 13 Sep 2019 11:39:01 -0400 Subject: [PATCH] Changed round_off_amount to allow for negative values --- tap_chargebee/schemas/events.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 @@ } } } - + } } }