Skip to content
Merged
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
16 changes: 16 additions & 0 deletions mintlify/openapi.yaml

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

16 changes: 16 additions & 0 deletions openapi.yaml

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

8 changes: 8 additions & 0 deletions openapi/components/schemas/common/GtqAccountInfoBase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ required:
- accountType
- accountNumber
- bankAccountType
- bankName
properties:
accountType:
type: string
Expand All @@ -19,7 +20,14 @@ properties:
enum:
- CHECKING
- SAVINGS
bankName:
type: string
description: The name of the bank
minLength: 1
maxLength: 255
example: Banco GYT Continental
example:
accountType: GTQ_ACCOUNT
accountNumber: '1234567890'
bankAccountType: CHECKING
bankName: Banco GYT Continental
8 changes: 8 additions & 0 deletions openapi/components/schemas/common/JmdAccountInfoBase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ required:
- accountNumber
- branchCode
- bankAccountType
- bankName
properties:
accountType:
type: string
Expand All @@ -26,8 +27,15 @@ properties:
enum:
- CHECKING
- SAVINGS
bankName:
type: string
description: The name of the bank
minLength: 1
maxLength: 255
example: Bank of Nova Scotia
example:
accountType: JMD_ACCOUNT
accountNumber: '1234567890'
branchCode: '11111'
bankAccountType: CHECKING
bankName: Bank of Nova Scotia
Loading