LinkedIn · Schema

BatchProfileAssociationResponse

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
statuses object
results object
errors object
View JSON Schema on GitHub

JSON Schema

linkedin-batchprofileassociationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchProfileAssociationResponse",
  "title": "BatchProfileAssociationResponse",
  "type": "object",
  "properties": {
    "statuses": {
      "type": "object",
      "additionalProperties": {
        "type": "integer"
      }
    },
    "results": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/SalesNavigatorProfileAssociation"
      }
    },
    "errors": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}