Mastercard · JSON Structure

Mastercard Card Issuance Occupation Structure

Type: object Properties: 6
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Occupation is a JSON Structure definition published by Mastercard, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

employerName department employeeId joiningDate employmentDuration netAnnualIncome

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Occupation",
  "type": "object",
  "properties": {
    "employerName": {
      "type": "string"
    },
    "department": {
      "type": "string"
    },
    "employeeId": {
      "type": "string"
    },
    "joiningDate": {
      "type": "string"
    },
    "employmentDuration": {
      "type": "integer"
    },
    "netAnnualIncome": {
      "type": "integer"
    }
  }
}