Mastercard · Schema

MCErrors

Error object which returns list of Error objects

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
Error array
View JSON Schema on GitHub

JSON Schema

mastercard-doconomy-aland-index-mc-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MCErrors",
  "type": "object",
  "description": "Error object which returns list of Error objects",
  "properties": {
    "Error": {
      "type": "array"
    }
  }
}