mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 09:58:57 +00:00
8e5f8583c3
* HOOK-1: Describe webhook resources * HOOK-1: Deprecate and remove callback handlers * HOOK-1: Get rid of allOfs hacked earlier to inject descriptions
18 lines
280 B
YAML
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
|