mirror of
https://github.com/valitydev/swag-questionary.git
synced 2024-11-06 00:25:17 +00:00
linters
This commit is contained in:
parent
5b9133c00c
commit
0e7b241585
@ -11,7 +11,8 @@ properties:
|
||||
description: Действует от имени иностранного лица
|
||||
type: boolean
|
||||
worldwideOrgPublicPerson:
|
||||
description: Является должностным лицом публичной международной организации; лицом замещающим государственные должности
|
||||
description: Является должностным лицом публичной международной организации;
|
||||
лицом замещающим государственные должности
|
||||
type: boolean
|
||||
hasRepresentative:
|
||||
description: Имеется представитель клиента
|
||||
|
@ -5,7 +5,7 @@ required:
|
||||
- registrationInfoType
|
||||
properties:
|
||||
registrationInfoType:
|
||||
type: string
|
||||
type: string
|
||||
enum:
|
||||
- IndividualRegistrationInfo
|
||||
- LegalRegistrationInfo
|
||||
|
@ -1,23 +1,23 @@
|
||||
type: object
|
||||
description: Частное лицо
|
||||
properties:
|
||||
fio:
|
||||
description: ФИО
|
||||
type: string
|
||||
birthDate:
|
||||
description: Дата рождения
|
||||
type: string
|
||||
birthPlace:
|
||||
description: Место рождения
|
||||
type: string
|
||||
citizenship:
|
||||
description: Гражданство
|
||||
type: string
|
||||
residenceAddress:
|
||||
description: Адрес места жительства
|
||||
type: string
|
||||
actualAddress:
|
||||
description: Фактический адрес
|
||||
type: string
|
||||
contactInfo:
|
||||
$ref: '#/definitions/ContactInfo'
|
||||
fio:
|
||||
description: ФИО
|
||||
type: string
|
||||
birthDate:
|
||||
description: Дата рождения
|
||||
type: string
|
||||
birthPlace:
|
||||
description: Место рождения
|
||||
type: string
|
||||
citizenship:
|
||||
description: Гражданство
|
||||
type: string
|
||||
residenceAddress:
|
||||
description: Адрес места жительства
|
||||
type: string
|
||||
actualAddress:
|
||||
description: Фактический адрес
|
||||
type: string
|
||||
contactInfo:
|
||||
$ref: '#/definitions/ContactInfo'
|
||||
|
Loading…
Reference in New Issue
Block a user