Mastercard · JSON Structure

Mastercard Loyalty Insurance Required Claim Documents Structure

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

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

Properties

name description isReceived category

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RequiredClaimDocuments",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "isReceived": {
      "type": "boolean"
    },
    "category": {
      "type": "string"
    }
  }
}