swag-payments/spec/definitions/ShopModification.yaml

25 lines
615 B
YAML
Raw Normal View History

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