{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-job-posting-job-posting-response-structure.json", "name": "JobPostingResponse", "description": "Response from job posting creation", "type": "object", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/JobPostingResult" } } } }