Circana · Schema

ConsumerSegmentResponse

Consumer segmentation response

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Properties

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

JSON Schema

circana-consumersegmentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConsumerSegmentResponse",
  "title": "ConsumerSegmentResponse",
  "type": "object",
  "description": "Consumer segmentation response",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of consumer segment records",
      "items": {
        "$ref": "#/components/schemas/ConsumerSegment"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}