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