swag-fraudbusters-management/openapi/components/schemas/CheckedDataSetRow.yaml
2021-08-23 17:40:07 +03:00

27 lines
495 B
YAML

type: object
properties:
id:
type: string
checkedTemplate:
type: string
resultStatus:
type: string
ruleChecked:
type: string
notificationRule:
type: array
items:
type: string
testDataSetCheckingResultId:
type: integer
format: int64
testPaymentId:
type: integer
format: int64
payment:
$ref: './Payment.yaml'
runtimeResult:
$ref: './RuleApplyResult.yaml'
templateEmulationResult:
$ref: './TemplateEmulationResult.yaml'