LinkedIn · Schema

OnsiteApplyConfiguration

Configuration for onsite application collection

BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000

Properties

Name Type Description
jobApplicationWebhookUrl string Webhook URL for receiving job applications
questions object
View JSON Schema on GitHub

JSON Schema

linkedin-onsiteapplyconfiguration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OnsiteApplyConfiguration",
  "title": "OnsiteApplyConfiguration",
  "type": "object",
  "description": "Configuration for onsite application collection",
  "properties": {
    "jobApplicationWebhookUrl": {
      "type": "string",
      "format": "uri",
      "description": "Webhook URL for receiving job applications",
      "example": "https://ats.company.com/webhooks/linkedin-applications"
    },
    "questions": {
      "$ref": "#/components/schemas/ApplicationQuestions"
    }
  }
}