mirror of
https://github.com/valitydev/swag-fraudbusters-management.git
synced 2024-11-06 08:15:21 +00:00
27 lines
495 B
YAML
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'
|