{ "$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" } } }