{ "$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-simple-job-posting-request-structure.json", "name": "SimpleJobPostingRequest", "description": "Request body for creating or updating job postings", "type": "object", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/JobPostingElement" } } }, "required": [ "elements" ] }