Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 28 additions & 52 deletions mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 28 additions & 52 deletions openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions openapi/components/schemas/common/CadBeneficiary.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
title: Individual Beneficiary
type: object
required:
- beneficiaryType
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/common/NgnBeneficiary.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
title: Individual Beneficiary
type: object
required:
- beneficiaryType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ allOf:
properties:
beneficiary:
oneOf:
- title: Individual Beneficiary
$ref: ../common/CadBeneficiary.yaml
- title: Business Beneficiary
$ref: ../common/BusinessBeneficiary.yaml
- $ref: ../common/CadBeneficiary.yaml
- $ref: ../common/BusinessBeneficiary.yaml
discriminator:
propertyName: beneficiaryType
mapping:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,48 +1,26 @@
oneOf:
- title: BRL Account
$ref: ./BrlExternalAccountInfo.yaml
- title: CAD Account
$ref: ./CadExternalAccountInfo.yaml
- title: DKK Account
$ref: ./DkkExternalAccountInfo.yaml
- title: EUR Account
$ref: ./EurExternalAccountInfo.yaml
- title: GBP Account
$ref: ./GbpExternalAccountInfo.yaml
- title: HKD Account
$ref: ./HkdExternalAccountInfo.yaml
- title: IDR Account
$ref: ./IdrExternalAccountInfo.yaml
- title: INR Account
$ref: ./InrExternalAccountInfo.yaml
- title: MXN Account
$ref: ./MxnExternalAccountInfo.yaml
- title: MYR Account
$ref: ./MyrExternalAccountInfo.yaml
- title: NGN Account
$ref: ./NgnExternalAccountInfo.yaml
- title: PHP Account
$ref: ./PhpExternalAccountInfo.yaml
- title: SGD Account
$ref: ./SgdExternalAccountInfo.yaml
- title: THB Account
$ref: ./ThbExternalAccountInfo.yaml
- title: USD Account
$ref: ./UsdExternalAccountInfo.yaml
- title: VND Account
$ref: ./VndExternalAccountInfo.yaml
- title: Spark Wallet
$ref: ./SparkWalletExternalAccountInfo.yaml
- title: Lightning
$ref: ./LightningExternalAccountInfo.yaml
- title: Solana Wallet
$ref: ./SolanaWalletExternalAccountInfo.yaml
- title: Tron Wallet
$ref: ./TronWalletExternalAccountInfo.yaml
- title: Polygon Wallet
$ref: ./PolygonWalletExternalAccountInfo.yaml
- title: Base Wallet
$ref: ./BaseWalletExternalAccountInfo.yaml
- $ref: ./BrlExternalAccountInfo.yaml
- $ref: ./CadExternalAccountInfo.yaml
- $ref: ./DkkExternalAccountInfo.yaml
- $ref: ./EurExternalAccountInfo.yaml
- $ref: ./GbpExternalAccountInfo.yaml
- $ref: ./HkdExternalAccountInfo.yaml
- $ref: ./IdrExternalAccountInfo.yaml
- $ref: ./InrExternalAccountInfo.yaml
- $ref: ./MxnExternalAccountInfo.yaml
- $ref: ./MyrExternalAccountInfo.yaml
- $ref: ./NgnExternalAccountInfo.yaml
- $ref: ./PhpExternalAccountInfo.yaml
- $ref: ./SgdExternalAccountInfo.yaml
- $ref: ./ThbExternalAccountInfo.yaml
- $ref: ./UsdExternalAccountInfo.yaml
- $ref: ./VndExternalAccountInfo.yaml
- $ref: ./SparkWalletExternalAccountInfo.yaml
- $ref: ./LightningExternalAccountInfo.yaml
- $ref: ./SolanaWalletExternalAccountInfo.yaml
- $ref: ./TronWalletExternalAccountInfo.yaml
- $ref: ./PolygonWalletExternalAccountInfo.yaml
- $ref: ./BaseWalletExternalAccountInfo.yaml
discriminator:
propertyName: accountType
mapping:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ allOf:
properties:
beneficiary:
oneOf:
- title: Individual Beneficiary
$ref: ../common/NgnBeneficiary.yaml
- title: Business Beneficiary
$ref: ../common/BusinessBeneficiary.yaml
- $ref: ../common/NgnBeneficiary.yaml
- $ref: ../common/BusinessBeneficiary.yaml
discriminator:
propertyName: beneficiaryType
mapping:
Expand Down
Loading