{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-talent-recruiter-system-connect-application-request-schema.json", "title": "ApplicationRequest", "description": "Request for syncing job applications", "type": "object", "properties": { "entities": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ApplicationData" } } } }