{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-community-retrieve-organization-follower-count-response200-schema.json", "title": "RetrieveOrganizationFollowerCountResponse200", "description": "RetrieveOrganizationFollowerCountResponse200 from LinkedIn API", "type": "object", "properties": { "firstDegreeSize": { "type": "integer", "example": 42 } } }