Mastercard · Schema

LogoResource

Schema for a sub-merchant logo status

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
status string Status of the logo
messages array List of validation messages for a logo.
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-logo-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LogoResource",
  "type": "object",
  "description": "Schema for a sub-merchant logo status",
  "properties": {
    "status": {
      "type": "string",
      "description": "Status of the logo"
    },
    "messages": {
      "type": "array",
      "description": "List of validation messages for a logo."
    }
  }
}