mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
25 lines
615 B
YAML
25 lines
615 B
YAML
type: object
|
|
allOf:
|
|
- $ref: '#/definitions/PartyModification'
|
|
- type: object
|
|
discriminator: shopModificationType
|
|
required:
|
|
- shopID
|
|
- shopModificationType
|
|
properties:
|
|
shopID:
|
|
description: Идентификатор магазина
|
|
type: string
|
|
maxLength: 40
|
|
minLength: 1
|
|
shopModificationType:
|
|
type: string
|
|
enum:
|
|
- ShopCreation
|
|
- ShopAccountCreation
|
|
- ShopCategoryChange
|
|
- ShopLocationChange
|
|
- ShopDetailsChange
|
|
- ShopContractBinding
|
|
- ShopPayoutToolChange
|