Circana · Schema

BrandListResponse

Brand list response

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Properties

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

JSON Schema

circana-brandlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BrandListResponse",
  "title": "BrandListResponse",
  "type": "object",
  "description": "Brand list response",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of brand records",
      "items": {
        "$ref": "#/components/schemas/BrandSummary"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}