fix errors

This commit is contained in:
ggmaleva 2022-07-05 16:34:50 +03:00
parent 50905b7fc4
commit 287c70fbc0
4 changed files with 3 additions and 8 deletions

View File

@ -8,4 +8,4 @@ properties:
offsetCountRatios:
type: array
items:
$ref: '../../schemas/RiscScoreOffsetCountRatio.yaml'
$ref: '../../schemas/RiskScoreOffsetCountRatio.yaml'

View File

@ -7,9 +7,8 @@ allOf:
properties:
countRatio:
description: Соотношение платежей c данной оценкой к общему количеству платежей
type: integer
format: int64
minimum: 0
type: number
format: float
offset:
description: Номер интервала в списке
type: integer

View File

@ -3,10 +3,6 @@ get:
operationId: getCurrencies
tags:
- dictionary
parameters:
- $ref: '../../components/parameters/fromTime.yaml'
- $ref: '../../components/parameters/toTime.yaml'
- $ref: '../../components/parameters/shopId.yaml'
responses:
'200':