{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-campaigns-audience-count-structure.json", "name": "AudienceCount", "description": "AudienceCount from LinkedIn API", "type": "object", "properties": { "total": { "type": "int32", "description": "Total audience count", "example": 1500000 }, "activeCount": { "type": "int32", "description": "Active member count", "example": 1200000 } } }