{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InsightSegmentation", "title": "InsightSegmentation", "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" } } }