Mastercard · Schema

Email

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
type string Denotes the type of email (For example, home)
value string Denotes email address.
View JSON Schema on GitHub

JSON Schema

mastercard-carbon-calculator-experience-email-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Email",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Denotes the  type of email (For example, home)"
    },
    "value": {
      "type": "string",
      "description": "Denotes email address."
    }
  }
}