{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TransferNotificationValidationFact",
"title": "TransferNotificationValidationFact",
"properties": {
"result": {
"description": "The evaluation result of the validation fact.",
"type": "string"
},
"type": {
"description": "The type of the validation fact.",
"type": "string"
}
}
}