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 May 20, 2024
1 parent 96630ce commit 36c89a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/v3/new_account_maltainvest/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions config/v3/new_account_real/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions config/v3/new_account_virtual/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 36c89a3

Please sign in to comment.