{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JobPostingResult", "title": "JobPostingResult", "type": "object", "properties": { "status": { "type": "string", "example": "ACCEPTED" }, "taskUrn": { "type": "string", "description": "URN of the task to track posting status", "example": "urn:li:simpleJobPostingTask:12345678" } } }