mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 09:58:57 +00:00
19 lines
405 B
YAML
19 lines
405 B
YAML
|
type: object
|
||
|
required:
|
||
|
- reportType
|
||
|
- fromTime
|
||
|
- toTime
|
||
|
properties:
|
||
|
reportType:
|
||
|
description: Тип отчета
|
||
|
type: string
|
||
|
enum:
|
||
|
- paymentRegistry
|
||
|
fromTime:
|
||
|
description: Начало временного отрезка
|
||
|
type: string
|
||
|
format: date-time
|
||
|
toTime:
|
||
|
description: Конец временного отрезка
|
||
|
type: string
|
||
|
format: date-time
|