LinkedIn · Schema

AudienceCount

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
total integer Total audience count
activeCount integer Active member count
View JSON Schema on GitHub

JSON Schema

linkedin-audiencecount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AudienceCount",
  "title": "AudienceCount",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer",
      "description": "Total audience count",
      "example": 1500000
    },
    "activeCount": {
      "type": "integer",
      "description": "Active member count",
      "example": 1200000
    }
  }
}