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 29, 2024
1 parent b3561db commit 3ef5c49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config/v3/get_account_status/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,47 +123,47 @@
1
]
},
"dsl": {
"dml": {
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
"type": "integer",
"enum": [
0,
1
]
},
"iom": {
"dsl": {
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
"type": "integer",
"enum": [
0,
1
]
},
"labuan": {
"iom": {
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
"type": "integer",
"enum": [
0,
1
]
},
"malta": {
"labuan": {
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
"type": "integer",
"enum": [
0,
1
]
},
"maltainvest": {
"malta": {
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
"type": "integer",
"enum": [
0,
1
]
},
"mu": {
"maltainvest": {
"description": "This represents whether the client is allowed or not to create an account under this jurisdiction",
"type": "integer",
"enum": [
Expand Down
2 changes: 1 addition & 1 deletion config/v3/landing_company_details/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dsl",
"bvi",
"labuan",
"mu"
"dml"
]
},
"country": {
Expand Down

0 comments on commit 3ef5c49

Please sign in to comment.