{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SalesNavigatorProfileAssociationKey", "title": "SalesNavigatorProfileAssociationKey", "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" } } }