Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Oct 2, 2024
1 parent 5cd2a0b commit 3e37990
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions config/v3/get_account_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion config/v3/landing_company_details/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"samoa-virtual",
"dsl",
"bvi",
"labuan"
"labuan",
"mu"
]
},
"country": {
Expand Down

0 comments on commit 3e37990

Please sign in to comment.