Mastercard · Schema

UserName

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
firstName string Denotes the first name of the user.
lastName string Denotes the last name of the user.
View JSON Schema on GitHub

JSON Schema

mastercard-carbon-calculator-experience-user-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UserName",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string",
      "description": "Denotes the first name of the user."
    },
    "lastName": {
      "type": "string",
      "description": "Denotes the last name of the user."
    }
  }
}