Mastercard · Schema

ClaimStatus

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
features array Array of insurance claim features associated with the claim.
uploadDocumentsUrl string URL to web page that facilitates uploading documents.
requiredDocuments array Array of required documents for this claim.
View JSON Schema on GitHub

JSON Schema

mastercard-loyalty-insurance-claim-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClaimStatus",
  "type": "object",
  "properties": {
    "features": {
      "type": "array",
      "description": "Array of insurance claim features associated with the claim."
    },
    "uploadDocumentsUrl": {
      "type": "string",
      "description": "URL to web page that facilitates uploading documents."
    },
    "requiredDocuments": {
      "type": "array",
      "description": "Array of required documents for this claim."
    }
  }
}