{ "$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-insights-response-structure.json", "name": "AudienceInsightsResponse", "description": "AudienceInsightsResponse from LinkedIn API", "type": "object", "properties": { "value": { "type": "object", "properties": { "audienceInsight": { "$ref": "#/components/schemas/AudienceInsight" }, "totalAudienceCount": { "type": "int32", "description": "Total count of the target audience", "example": 5500000 } } } } }