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