mirror of
https://github.com/valitydev/swag-claim-management.git
synced 2024-11-06 01:35:18 +00:00
Add additional info
This commit is contained in:
parent
6b6711bebe
commit
48d89ad9c4
14
spec/definitions/AdditionalInfoModificationUnit.yaml
Normal file
14
spec/definitions/AdditionalInfoModificationUnit.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
type: object
|
||||
allOf:
|
||||
- $ref: '#/definitions/PartyModificationType'
|
||||
- type: object
|
||||
properties:
|
||||
partyName:
|
||||
description: Имя party
|
||||
type: string
|
||||
managerContactEmails:
|
||||
description: Список почт для связи с менеджерами
|
||||
type: array
|
||||
comment:
|
||||
description: Коментарий
|
||||
type: string
|
@ -9,3 +9,4 @@ properties:
|
||||
- ContractorModificationUnit
|
||||
- ContractModificationUnit
|
||||
- ShopModificationUnit
|
||||
- AdditionalInfoModificationUnit
|
||||
|
Loading…
Reference in New Issue
Block a user