{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "BASEURL/threeDSData_response.json",
"title": "3DS Data",
"description": "3DS Data",
"type": "object",
"properties": {
"authenticationStatus": {
"type": "boolean"
},
"acsProtocolVersion": {
"minLength": 5,
"maxLength": 8
},
"authenticationValue": {
"maxLengthtype": 8
},
"authenticationValue"string",
"maxLength": {28
},
"cavvAlgorithm": {
"type": "string",
"minLength": 1,
"maxLength": 281
},
},
"eci": {
"type": "string",
"minLength": 2,
"maxLength": 2
},
"threeDSServerTransID": {
"type": "string",
"maxLength": 36
},
"ACSXID": {
"type": "string",
"maxLength": 40
}
},
"additionalProperties": false,
"required": ["authenticationStatus", "acsProtocolVersion", "eci"]
} |