{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AudienceInsight", "title": "AudienceInsight", "type": "object", "properties": { "segmentations": { "type": "array", "items": { "$ref": "#/components/schemas/InsightSegmentation" } }, "groupedBy": { "type": "string", "description": "Facet URN the insights are grouped by", "example": "urn:li:adTargetingFacet:interests" } } }