mirror of
https://github.com/valitydev/swag-questionary.git
synced 2024-11-06 00:25:17 +00:00
BJ-963: Delete required field options for international legal entity (#18)
This commit is contained in:
parent
351479221f
commit
7148c541f8
@ -1,11 +1,5 @@
|
||||
description: Детальная информация по корр. банковскому счёту
|
||||
type: object
|
||||
required:
|
||||
- abaRtn
|
||||
- address
|
||||
- bic
|
||||
- name
|
||||
- country
|
||||
properties:
|
||||
abaRtn:
|
||||
type: string
|
||||
|
@ -1,10 +1,5 @@
|
||||
description: Междyнародный банковский счёт
|
||||
type: object
|
||||
required:
|
||||
- accountHolder
|
||||
- iban
|
||||
- number
|
||||
- bank
|
||||
allOf:
|
||||
- $ref: '#/definitions/BankAccount'
|
||||
- type: object
|
||||
|
@ -1,11 +1,5 @@
|
||||
description: Детальная информация по международному банковскому счёту
|
||||
type: object
|
||||
required:
|
||||
- abaRtn
|
||||
- address
|
||||
- bic
|
||||
- name
|
||||
- country
|
||||
properties:
|
||||
abaRtn:
|
||||
type: string
|
||||
|
@ -3,12 +3,6 @@ type: object
|
||||
allOf:
|
||||
- $ref: '#/definitions/LegalEntity'
|
||||
- type: object
|
||||
required:
|
||||
- legalName
|
||||
- actualAddress
|
||||
- registeredAddress
|
||||
- registeredNumber
|
||||
- tradingName
|
||||
properties:
|
||||
legalName:
|
||||
description: Наименование
|
||||
|
Loading…
Reference in New Issue
Block a user