mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
16 lines
451 B
YAML
16 lines
451 B
YAML
|
type: object
|
||
|
required:
|
||
|
- upperBound
|
||
|
- lowerBound
|
||
|
properties:
|
||
|
upperBound:
|
||
|
description: Верхняя (включительная) граница стоимости товаров или услуг.
|
||
|
type: integer
|
||
|
format: int64
|
||
|
minimum: 1
|
||
|
lowerBound:
|
||
|
description: Нижняя (включительная) граница стоимости товаров или услуг.
|
||
|
type: integer
|
||
|
format: int64
|
||
|
minimum: 1
|