From 36c89a33ba601d41fc671834c8f004d4d156239d Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Mon, 20 May 2024 09:31:55 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/new_account_maltainvest/receive.json | 8 ++++++++ config/v3/new_account_real/receive.json | 4 ++++ config/v3/new_account_virtual/receive.json | 4 ++++ 3 files changed, 16 insertions(+) diff --git a/config/v3/new_account_maltainvest/receive.json b/config/v3/new_account_maltainvest/receive.json index 54c88cf2..ec56781c 100644 --- a/config/v3/new_account_maltainvest/receive.json +++ b/config/v3/new_account_maltainvest/receive.json @@ -23,6 +23,14 @@ "description": "Client ID of new `maltainvest` account", "type": "string" }, + "currency": { + "description": "Currency of an account", + "type": "string" + }, + "currency_type": { + "description": "Currency type against the currency", + "type": "string" + }, "landing_company": { "description": "Landing company full name", "type": "string" diff --git a/config/v3/new_account_real/receive.json b/config/v3/new_account_real/receive.json index 32a7ea98..7e0808de 100644 --- a/config/v3/new_account_real/receive.json +++ b/config/v3/new_account_real/receive.json @@ -27,6 +27,10 @@ "description": "Currency of an account", "type": "string" }, + "currency_type": { + "description": "Currency type against the currency", + "type": "string" + }, "landing_company": { "description": "Landing company full name", "type": "string" diff --git a/config/v3/new_account_virtual/receive.json b/config/v3/new_account_virtual/receive.json index 8d610beb..8c04a5ae 100644 --- a/config/v3/new_account_virtual/receive.json +++ b/config/v3/new_account_virtual/receive.json @@ -33,6 +33,10 @@ "description": "Account currency", "type": "string" }, + "currency_type": { + "description": "Currency type against the currency", + "type": "string" + }, "email": { "description": "Email of the new virtual-money account", "type": "string"