AudienceInsightsResponse from LinkedIn API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-audience-insights-audience-insights-response-schema.json", "title": "AudienceInsightsResponse", "description": "AudienceInsightsResponse from LinkedIn API", "type": "object", "properties": { "value": { "type": "object", "properties": { "audienceInsight": { "$ref": "#/components/schemas/AudienceInsight" }, "totalAudienceCount": { "type": "integer", "description": "Total count of the target audience", "example": 5500000 } } } } }