LinkedIn · Schema

IntegrationPatch

IntegrationPatch from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
patch object
View JSON Schema on GitHub

JSON Schema

linkedin-talent-recruiter-system-connect-integration-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-talent-recruiter-system-connect-integration-patch-schema.json",
  "title": "IntegrationPatch",
  "description": "IntegrationPatch from LinkedIn API",
  "type": "object",
  "properties": {
    "patch": {
      "type": "object",
      "properties": {
        "$set": {
          "type": "object",
          "properties": {
            "integrationName": {
              "type": "string",
              "example": "Customer Name LinkedIn Recruiter CSA_API Integration"
            }
          }
        }
      }
    }
  }
}