{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ThreeDS2ResponseData", "title": "ThreeDS2ResponseData", "properties": { "acsChallengeMandated": { "type": "string" }, "acsOperatorID": { "type": "string" }, "acsReferenceNumber": { "type": "string" }, "acsSignedContent": { "type": "string" }, "acsTransID": { "type": "string" }, "acsURL": { "type": "string" }, "authenticationType": { "type": "string" }, "cardHolderInfo": { "type": "string" }, "cavvAlgorithm": { "type": "string" }, "challengeIndicator": { "type": "string" }, "dsReferenceNumber": { "type": "string" }, "dsTransID": { "type": "string" }, "exemptionIndicator": { "type": "string" }, "messageVersion": { "type": "string" }, "riskScore": { "type": "string" }, "sdkEphemPubKey": { "type": "string" }, "threeDSServerTransID": { "type": "string" }, "transStatus": { "type": "string" }, "transStatusReason": { "type": "string" } }, "type": "object" }