{ "$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" } } }