Fix fields

This commit is contained in:
k.struzhkin 2021-11-17 14:31:45 +03:00
parent 38f61dba4e
commit 1def0d36bf
3 changed files with 23 additions and 13 deletions

View File

@ -1,11 +1,10 @@
description: Информация по ошибке
description: Информация о счете
required:
- errorCode
- accountId
properties:
errorCode:
description: Код ошибки
accountId:
description: Номер счета
type: string
errorMessage:
description: Описание ошибки
currency:
description: Валюта
type: string

View File

@ -1,10 +1,19 @@
description: Информация о счете
description: Информация по мошеннической операции
required:
- accountId
- paymentContext
- paymentStatus
- eventTime
properties:
accountId:
description: Номер счета
payemntId:
description: Идентификатор платежа
type: string
currency:
description: Валюта
eventTime:
description: Дата и время создания
type: string
format: date-time
type:
description: Тип мошенничества
type: string
comment:
description: Комментарий
type: string

View File

@ -15,6 +15,8 @@ properties:
format: date-time
bankCard:
$ref: './BankCard.yaml'
account:
$ref: './Account.yaml'
cashInfo:
$ref: './CashInfo.yaml'
providerInfo: