Mastercard · Schema

PageableLocationsResource

Pageable locations resource with pagination metadata

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
data array List of Location resources
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-pageable-locations-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PageableLocationsResource",
  "type": "object",
  "description": "Pageable locations resource with pagination metadata",
  "properties": {
    "data": {
      "type": "array",
      "description": "List of Location resources"
    }
  }
}