From 3e37990039628834f851e330774592faa583bd84 Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Wed, 2 Oct 2024 06:57:25 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/get_account_status/receive.json | 8 ++++++++ config/v3/landing_company_details/send.json | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config/v3/get_account_status/receive.json b/config/v3/get_account_status/receive.json index 8a37b1ed..900df81b 100644 --- a/config/v3/get_account_status/receive.json +++ b/config/v3/get_account_status/receive.json @@ -163,6 +163,14 @@ 1 ] }, + "mu": { + "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", + "type": "integer", + "enum": [ + 0, + 1 + ] + }, "samoa": { "description": "This represents whether the client is allowed or not to create an account under this jurisdiction", "type": "integer", diff --git a/config/v3/landing_company_details/send.json b/config/v3/landing_company_details/send.json index ce306e34..073be438 100644 --- a/config/v3/landing_company_details/send.json +++ b/config/v3/landing_company_details/send.json @@ -23,7 +23,8 @@ "samoa-virtual", "dsl", "bvi", - "labuan" + "labuan", + "mu" ] }, "country": {