swag-payments/spec/definitions/ReportParams.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