{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "BASEURL/priorAuthenticationInformation.json",
"title": "Prior Authentication Information",
"type": "object",
"properties": {
"prioAuthenticationData": {
"type": "string",
"maxLength": 2048
},
"priorAuthenticationMethod": {
"type": "string",
"enum": ["frictionless", "ACSchallenge", "AVSverified", "other"]
},
"priorAuthenticationTimestamp": {
"type": "string",
"format": "date-time"
},
"priorAuthenticationReference": {
"type": "string",
"maxLength": 36
}
},
"additionalProperties": false
} |