Mastercard · JSON Structure

Mastercard Loyalty Insurance Claim Search Structure

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

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

Properties

claimId postalCode preferredLanguage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClaimSearch",
  "type": "object",
  "properties": {
    "claimId": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "preferredLanguage": {
      "type": "string"
    }
  }
}