{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-sales-navigator-sales-navigator-profile-association-key-schema.json", "title": "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" } } }