{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PredictionDataSuccess",
"type": "object",
"properties": {
"customerPAN": {
"type": "string",
"description": "The card number for which the score is retrieved."
},
"scores": {
"type": "array",
"description": "Score data for the card numbers."
}
}
}