mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 09:58:57 +00:00
16 lines
393 B
YAML
16 lines
393 B
YAML
|
description: ЕИО/Представитель
|
||
|
type: object
|
||
|
required:
|
||
|
- position
|
||
|
- fullName
|
||
|
- document
|
||
|
properties:
|
||
|
position:
|
||
|
description: Наименование должности ЕИО/представителя
|
||
|
type: string
|
||
|
fullName:
|
||
|
description: ФИО ЕИО/представителя
|
||
|
type: string
|
||
|
document:
|
||
|
$ref: '#/definitions/RepresentativeDocument'
|