Configuration for onsite application collection
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-talent-job-posting-onsite-apply-configuration-schema.json", "title": "OnsiteApplyConfiguration", "description": "Configuration for onsite application collection", "type": "object", "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" } } }