{ "$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-batch-profile-association-response-schema.json", "title": "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" } } } }