{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-sales-navigator-sales-navigator-profile-association-key-structure.json", "name": "SalesNavigatorProfileAssociationKey", "description": "SalesNavigatorProfileAssociationKey from LinkedIn API", "type": "object", "properties": { "partner": { "type": "string", "description": "ID of the CRM partner that synced with Sales Navigator", "example": "salesforce" }, "instanceId": { "type": "string", "description": "ID of the CRM instance that synced with Sales Navigator", "example": "sf-instance-001" }, "recordId": { "type": "string", "description": "ID of the CRM record", "example": "contact-12345" } } }