LinkedIn · Schema

IntegrationPatch

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
patch object
View JSON Schema on GitHub

JSON Schema

linkedin-integrationpatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationPatch",
  "title": "IntegrationPatch",
  "type": "object",
  "properties": {
    "patch": {
      "type": "object",
      "properties": {
        "$set": {
          "type": "object",
          "properties": {
            "integrationName": {
              "type": "string",
              "example": "Customer Name LinkedIn Recruiter CSA_API Integration"
            }
          }
        }
      }
    }
  }
}