{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CustomerPAN",
"type": "object",
"properties": {
"customerPAN": {
"type": "string",
"description": "The card number for which the score needs to be retrieved. A minimum of 16 and a maximum of 19 digits are allowed."
},
"hasConsent": {
"type": "boolean",
"description": "A parameter indicating that the user of this API has consent to pull the score for the requested PAN number."
}
}
}