{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/payouts-fraud-check-result-structure.json", "description": "FraudCheckResult schema from Adyen API", "type": "object", "properties": { "accountScore": { "description": "The fraud score generated by the risk check.", "type": "int32" }, "checkId": { "description": "The ID of the risk check.", "type": "int32" }, "name": { "description": "The name of the risk check.", "type": "string" } }, "required": [ "checkId", "name", "accountScore" ], "name": "FraudCheckResult" }