Circana · Schema

MarketShareResponse

Market share data response

AnalyticsConsumer DataMarket ResearchRetailCPGPoint-of-SaleConsumer InsightsBusiness Intelligence

Properties

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

JSON Schema

circana-marketshareresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MarketShareResponse",
  "title": "MarketShareResponse",
  "type": "object",
  "description": "Market share data response",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of market share records",
      "items": {
        "$ref": "#/components/schemas/MarketShareRecord"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}