From 2cf612cc011ab685c8ee53fbff2c4cf123f21227 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 11 Oct 2023 12:47:15 +0500 Subject: [PATCH] PROF-23562 schema required fields fix --- precalc-api.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/precalc-api.json b/precalc-api.json index 1a1a724..c3f1ba6 100644 --- a/precalc-api.json +++ b/precalc-api.json @@ -216,7 +216,9 @@ "required": [ "fromCurrency", "merchantId", - "toCurrency" + "toCurrency", + "fromCountry", + "toCountry" ], "type": "object", "properties": {