{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ConsumerCreditAnalyticsScore", "type": "object", "properties": { "predictionDataSuccesses": { "type": "array", "description": "List of scores retrieved for the card numbers." }, "predictionDataErrors": { "type": "array", "description": "List of errors while retrieving the score for the card numbers." } } }