{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-compliance-events-member-profile-structure.json", "name": "MemberProfile", "description": "MemberProfile from LinkedIn API", "type": "object", "properties": { "firstName": { "type": "string", "description": "First name of the member", "example": "John" }, "lastName": { "type": "string", "description": "Last name of the member", "example": "Doe" }, "headline": { "type": "string", "description": "Professional headline", "example": "Software Engineer at Tech Corp" } } }