Mastercard · Schema

IndividualInsights

The details associated with the individual insights.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
alerts array
warnings array An array containing warning messages.
View JSON Schema on GitHub

JSON Schema

mastercard-identity-insights-for-transactions-individual-insights-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IndividualInsights",
  "type": "object",
  "description": "The details associated with the individual insights.",
  "properties": {
    "alerts": {
      "type": "array"
    },
    "warnings": {
      "type": "array",
      "description": "An array containing warning messages."
    }
  }
}