Mastercard · Schema

Dashboard

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
url string This is the URL that needs to be rendered in web view with language code send by the issuer appended at the end of the URL.
expiryInMillis string Denotes expiry limit for the URL.
View JSON Schema on GitHub

JSON Schema

mastercard-carbon-calculator-experience-dashboard-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Dashboard",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "This is the URL that needs to be rendered in web view with language code send by the issuer appended at the end of the URL."
    },
    "expiryInMillis": {
      "type": "string",
      "description": "Denotes expiry limit for the URL."
    }
  }
}