{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-audience-insights-audience-insight-structure.json", "name": "AudienceInsight", "description": "AudienceInsight from LinkedIn API", "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" } } }