Mastercard · Schema

Countries

List of countries

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
countries array countries
View JSON Schema on GitHub

JSON Schema

mastercard-atm-locations-countries-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Countries",
  "type": "object",
  "description": "List of countries",
  "properties": {
    "countries": {
      "type": "array",
      "description": "countries"
    }
  }
}