{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/payments-authentication-result-response-schema.json", "title": "AuthenticationResultResponse", "description": "AuthenticationResultResponse schema from Adyen API", "type": "object", "properties": { "threeDS1Result": { "description": "The result of the 3D Secure authentication.", "$ref": "#/components/schemas/ThreeDS1Result" }, "threeDS2Result": { "description": "The result of the 3D Secure 2 authentication.", "$ref": "#/components/schemas/ThreeDS2Result" } } }