Circana · Schema

CategoryListResponse

Category list response

AnalyticsConsumer DataMarket ResearchRetailCPGPoint Of SaleConsumer InsightsBusiness Intelligence

Properties

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

JSON Schema

circana-categorylistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CategoryListResponse",
  "title": "CategoryListResponse",
  "type": "object",
  "description": "Category list response",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of category records",
      "items": {
        "$ref": "#/components/schemas/CategorySummary"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}