swag-payments/spec/definitions/ShopModification.yaml
2017-11-01 16:11:48 +03:00

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