LinkedIn · JSON Structure

Linkedin Talent Job Posting Onsite Apply Configuration Structure

Configuration for onsite application collection

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

OnsiteApplyConfiguration is a JSON Structure definition published by LinkedIn, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobApplicationWebhookUrl questions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-job-posting-onsite-apply-configuration-structure.json",
  "name": "OnsiteApplyConfiguration",
  "description": "Configuration for onsite application collection",
  "type": "object",
  "properties": {
    "jobApplicationWebhookUrl": {
      "type": "uri",
      "description": "Webhook URL for receiving job applications",
      "example": "https://ats.company.com/webhooks/linkedin-applications"
    },
    "questions": {
      "$ref": "#/components/schemas/ApplicationQuestions"
    }
  }
}