LinkedIn · Schema

AtsIntegrationPatch

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
patch object
View JSON Schema on GitHub

JSON Schema

linkedin-atsintegrationpatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsIntegrationPatch",
  "title": "AtsIntegrationPatch",
  "type": "object",
  "properties": {
    "patch": {
      "type": "object",
      "properties": {
        "$set": {
          "type": "object",
          "properties": {
            "integrationName": {
              "type": "string",
              "example": "Customer Name - LinkedIn LTS Premium Job Posting Integration"
            }
          }
        }
      }
    }
  }
}