Circana · Schema

RetailerListResponse

Retailer list response

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Properties

Name Type Description
data array Array of retailer records
pagination object
View JSON Schema on GitHub

JSON Schema

circana-retailerlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RetailerListResponse",
  "title": "RetailerListResponse",
  "type": "object",
  "description": "Retailer list response",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of retailer records",
      "items": {
        "$ref": "#/components/schemas/RetailerSummary"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}