{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/transfer-webhooks-transfer-notification-validation-fact-schema.json",
"title": "TransferNotificationValidationFact",
"description": "TransferNotificationValidationFact schema from Adyen API",
"type": "object",
"properties": {
"result": {
"description": "The evaluation result of the validation fact.",
"type": "string"
},
"type": {
"description": "The type of the validation fact.",
"type": "string"
}
}
}