{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-sales-navigator-batch-profile-association-response-structure.json", "name": "BatchProfileAssociationResponse", "description": "BatchProfileAssociationResponse from LinkedIn API", "type": "object", "properties": { "statuses": { "type": "object", "additionalProperties": { "type": "integer" } }, "results": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/SalesNavigatorProfileAssociation" } }, "errors": { "type": "object", "additionalProperties": { "type": "string" } } } }