{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/payments-three-ds2-result-response-structure.json", "description": "ThreeDS2ResultResponse schema from Adyen API", "type": "object", "properties": { "threeDS2Result": { "description": "The result of the 3D Secure 2 authentication.", "$ref": "#/components/schemas/ThreeDS2Result" } }, "name": "ThreeDS2ResultResponse" }