{ "$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-insight-segmentation-schema.json", "title": "InsightSegmentation", "description": "InsightSegmentation from LinkedIn API", "type": "object", "properties": { "entityCount": { "type": "integer", "description": "Number of members matching this segment", "example": 4900000 }, "entityPercentage": { "type": "integer", "description": "Percentage of audience matching this segment", "example": 89 }, "value": { "type": "string", "description": "URN of the segment value", "example": "urn:li:interest:71363" } } }