swag-payments/spec/definitions/ShopParams.yaml
Andrew Mayorov 8e5f8583c3 HOOK-1: Describe webhook resources (#55)
* HOOK-1: Describe webhook resources

* HOOK-1: Deprecate and remove callback handlers

* HOOK-1: Get rid of allOfs hacked earlier to inject descriptions
2017-04-24 17:30:38 +04:00

18 lines
280 B
YAML

type: object
required:
- details
- contractID
- payoutToolID
properties:
categoryID:
type: integer
format: int32
details:
$ref: '#/definitions/ShopDetails'
contractID:
type: integer
format: int32
payoutToolID:
type: integer
format: int32