{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/payouts-fraud-check-result-wrapper-schema.json", "title": "FraudCheckResultWrapper", "description": "FraudCheckResultWrapper schema from Adyen API", "properties": { "FraudCheckResult": { "$ref": "#/components/schemas/FraudCheckResult" } }, "type": "object" }